summaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
AgeCommit message (Expand)Author
2019-11-14Update ChangeLog and version files for releasereleases/gcc-7.5.0releases/gcc-7Richard Biener
2019-10-12re PR ada/91995 (gnat miscompilation and bootstrap failure on m68k-linux)Eric Botcazou
2019-10-11decl.c (annotate_value): Really test the sign of the value when deciding to b...Eric Botcazou
2019-09-23trans.c (Attribute_to_gnu): Test Can_Use_Internal_Rep on the underlying type ...Eric Botcazou
2019-09-06[Ada, Darwin, PPC] PPC Darwin has stack check probes.Iain Sandoe
2019-09-06[Ada] Push -shared-libgcc where needed.Iain Sandoe
2019-06-29trans.c (mark_visited_r): Set TYPE_SIZES_GIMPLIFIED on the main variant of a ...Eric Botcazou
2019-06-29decl.c (set_nonaliased_component_on_array_type): Add missing guard for the pr...Eric Botcazou
2019-05-28trans.c (walk_nesting_tree): New static function.Eric Botcazou
2019-05-07Fix make install-gcc-specs with empty GCC_SPECS_FILESRainer Orth
2019-02-26re PR ada/81956 (call to null procedure not optimized away)Eric Botcazou
2019-02-23re PR ada/89349 (segfault when building GCC 7 & 8 branch with GCC master)Eric Botcazou
2019-02-08Fix function nameEric Botcazou
2019-02-08trans.c (Regular_Loop_to_gnu): Replace tests on individual flag_unswitch_loop...Eric Botcazou
2019-02-07* s-linux-sparc.ads (ETIMEDOUT): Set to correct value.Eric Botcazou
2019-02-06backport: decl.c (annotate_value): Tidy up.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-24Fix Ada boostrap for Darwin9 and earlier.Iain Sandoe
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