aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)Author
2019-02-22Update ChangeLog and version files for releasereleases/gcc-8.3.0GCC Administrator
2019-02-08utils.c (max_size): Be prepared for an operand with VOID_TYPE.Eric Botcazou
2019-02-08trans.c (Regular_Loop_to_gnu): Replace tests on individual flag_unswitch_loop...Eric Botcazou
2019-02-07* libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.Eric Botcazou
2019-01-27decl.c (array_type_has_nonaliased_component): Return the same value for every...Eric Botcazou
2019-01-26trans.c (gnat_to_gnu): Use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT for the s...Eric Botcazou
2019-01-26trans.c (struct loop_info_d): Remove artificial field.Eric Botcazou
2019-01-26decl.c (annotate_value): Use test on the sign bit instead of on the sign of t...Eric Botcazou
2018-12-23Fix Ada bootstrap for Darwin9 and earlier.Iain Sandoe
2018-11-15misc.c (gnat_init_gcc_eh): Do not override the switch -fnon-call-exceptions p...Eric Botcazou
2018-11-13misc.c (gnat_init_gcc_eh): Set -fnon-call-exceptions for the runtime on platf...Eric Botcazou
2018-11-08fe.h (Suppress_Checks): Declare.Eric Botcazou
2018-10-22utils.c (unchecked_convert): Use local variables for the biased and reverse S...Eric Botcazou
2018-10-22trans.c (Pragma_to_gnu): Use a simple memory constraint in all cases.Eric Botcazou
2018-09-13backport: s-osinte__solaris.ads (upad64_t): New private type.Eric Botcazou
2018-07-26Update ChangeLog and version files for releasereleases/gcc-8.2.0GCC Administrator
2018-07-17decl.c (choices_to_gnu): Rename parameters.Eric Botcazou
2018-07-17decl.c (gnat_to_gnu_entity): Deal with more rvalues in the expression of a re...Eric Botcazou
2018-07-06RTEMS/Ada: Change system configurationSebastian Huber
2018-06-12ada-tree.h (TYPE_RETURN_BY_DIRECT_REF_P): Change from using TYPE_LANG_FLAG_4 ...Eric Botcazou
2018-06-12decl.c (gnat_to_gnu_entity): Do not get the expression of a dispatch table th...Eric Botcazou
2018-06-12decl.c (warn_on_field_placement): Use specific wording for discriminants.Eric Botcazou
2018-06-12backport: decl.c (gnat_to_gnu_entity): Reuse the existing fields of a dummy f...Eric Botcazou
2018-06-02decl.c (gnat_to_gnu_entity): If this is not a definition...Eric Botcazou
2018-06-02backport: trans.c (Call_to_gnu): In the by-reference case...Eric Botcazou
2018-06-02ada-tree.h (TYPE_PADDING_FOR_COMPONENT): New macro.Eric Botcazou
2018-06-02backport: trans.c (Call_to_gnu): If this is a function call and there is no t...Eric Botcazou
2018-05-04re PR ada/85635 (typo in link.c for BSD platforms)John Marino
2018-05-04re PR ada/85540 (gcc/ada/init.c:1282: suspicious expression ?)Eric Botcazou
2018-05-02Update ChangeLog and version files for releaseGCC Administrator
2018-04-25re PR ada/85007 (-b flag to gnatlink not recognized)Eric Botcazou
2018-03-23re PR ada/85007 (-b flag to gnatlink not recognized)Eric Botcazou
2018-03-23re PR ada/85036 (--disable-bootstrap --enable-languages=ada[,c++] fails)Eric Botcazou
2018-03-12re PR ada/82813 (warning: '.builtin_memcpy' writing between 2 and 6 bytes int...Eric Botcazou
2018-03-10trans.c (node_has_volatile_full_access): Consider only entities for objects.Eric Botcazou
2018-03-07Ada: Fix s-oscons.ads generationSebastian Huber
2018-03-06trans.c (convert_with_check): Fix typo in the condition guarding the overflow...Eric Botcazou
2018-03-06* gcc-interface/utils.c (def_builtin_1): Bail out on error_mark_node.Eric Botcazou
2018-02-28i-cexten.ads (Float_128): New type.Eric Botcazou
2018-02-02decl.c (array_type_has_nonaliased_component): Return false if the component t...Eric Botcazou
2018-01-11[Ada] Warning on out-of-range value for default-initialized scalar objectGary Dismukes
2018-01-11[Ada] Crash on build-in-place call with address specification for targetEd Schonberg
2018-01-11[Ada] Allow uses of range utility routines on private typesPiotr Trojanek
2018-01-11[Ada] Prohibit concurrent types in Ghost regionsHristian Kirtchev
2018-01-11[Ada] Detection of illegal constituent assignmentsHristian Kirtchev
2018-01-11[Ada] Bump copyright notices to 2018Arnaud Charlet
2018-01-11[Ada] Minor reformattingHristian Kirtchev
2018-01-11[Ada] No error on missing enclosing parentheses in Expression FunctionJustin Squirek
2018-01-11[Ada] Missing diagnostic of categorization dependencyHristian Kirtchev
2018-01-11[Ada] Incorrect diagnostic on illegal with clauseHristian Kirtchev