aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)Author
2018-12-06Update ChangeLog and version files for releasereleases/gcc-7.4.0Richard Biener
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-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-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-12Backpor from mainlineEric Botcazou
2018-06-12backport: decl.c (gnat_to_gnu_entity): Reuse the existing fields of a dummy f...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-04-12Ada: Fix s-oscons.ads generationSebastian Huber
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-06trans.c (convert_with_check): Fix typo in the condition guarding the overflow...Eric Botcazou
2018-01-25Update ChangeLog and version files for releasereleases/gcc-7.3.0Richard Biener
2017-12-14decl.c (gnat_to_gnu_field): Do not set the alignment of the enclosing record ...Eric Botcazou
2017-12-13* gcc-interface/trans.c (Subprogram_Body_to_gnu): Initialize locus.Eric Botcazou
2017-12-13trans.c (process_freeze_entity): Be prepared for a package without body.Eric Botcazou
2017-12-13decl.c (gnat_to_gnu_entity): Robustify test for types descendant of System.Ad...Eric Botcazou
2017-12-04RTEMS/Ada: Account for 64-bit time_tSebastian Huber
2017-12-01RTEMS/Ada: Fix some POSIX typesSebastian Huber
2017-11-10utils.c (convert): Add comment and do not fall through to the next case.Eric Botcazou
2017-10-21* gcc-interface/Makefile.in: Remove bogus settings for VxWorks.Eric Botcazou
2017-10-05re PR ada/82393 (Compilation error on cygwin64)Eric Botcazou
2017-09-15Backport r251406Martin Liska
2017-09-09decl.c (promote_object_alignment): New function taken from...Eric Botcazou
2017-09-09decl.c (gnat_to_gnu_entity): Apply the promotion to static memory earlier in ...Eric Botcazou
2017-09-09sem_util.ads (Set_Rep_Info): New inline procedure.Eric Botcazou
2017-09-05re PR ada/62235 (segmentation fault on Ada 2012 code)Eric Botcazou
2017-09-05utils.c (unchecked_convert): When the result type is a non-biased integral ty...Eric Botcazou
2017-09-05trans.c (Call_to_gnu): If this is a function call and there is no target...Eric Botcazou
2017-09-05trans.c (pos_to_constructor): Skip conversions to an unconstrained array type.Eric Botcazou
2017-08-14Update ChangeLog and version files for releasereleases/gcc-7.2.0Richard Biener
2017-07-15re PR ada/81446 (building Ada fails due to missing No_Elaboration_Code_All)John Paul Adrian Glaubitz
2017-06-15re PR ada/81105 (system-freebsd-x86.ads renamed but referenced by gcc/ada/gcc...Nicolas Boulenguez
2017-06-12re PR ada/81070 (build failure for s-intrr.adb)Eric Botcazou
2017-06-12RTEMS: Use TLS for Ada run-timeSebastian Huber
2017-05-22decl.c (gnat_to_gnu_entity): Skip regular processing for Itypes that are E_Ac...Eric Botcazou
2017-05-17re PR ada/80784 (compilation failure on ACATS c732b01)Eric Botcazou
2017-05-12re PR ada/80117 (Standard'Word_Size is wrong for aarch64 ILP32)Eric Botcazou
2017-05-10Ada/x32: PR ada/80626: Correct Memory_SizeH.J. Lu
2017-05-02Update ChangeLog and version files for releasereleases/gcc-7.1.0GCC Administrator
2017-04-04[Ada][S/390] Fix Memory_Size definition.Andreas Krebbel
2017-04-04* sem_ch3.adb (Build_Derived_Record_Type): Fix long line.Eric Botcazou
2017-04-03Fix numerous typos in commentsJonathan Wakely