aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2017-05-25Fix bootstrap failure in Ada FE due to -Werror=ignored-qualifiersJonathan Wakely1-2/+2
2017-05-22decl.c (gnat_to_gnu_entity): Skip regular processing for Itypes that are E_Ac...Eric Botcazou1-5/+6
2017-05-22sem_ch4.adb (Analyze_Call): In Ada2012 an incomplete type from a limited view...Eric Botcazou2-11/+34
2017-05-22decl.c (gnat_to_gnu_field): Do not enforce strict alignment for simple volati...Eric Botcazou1-18/+16
2017-05-15gigi.h (get_elaboration_procedure): Delete.Eric Botcazou2-5/+3
2017-05-15utils.c (can_materialize_object_renaming_p): Synchronize with GNAT's Exp_Dbug...Pierre-Marie de Rodat1-1/+6
2017-05-15trans.c (return_value_ok_for_nrv_p): Only apply the addressability check in t...Eric Botcazou1-5/+7
2017-05-15trans.c (Identifier_to_gnu): Also accept incomplete types not coming from a l...Eric Botcazou1-1/+1
2017-05-15trans.c (Compilation_Unit_to_gnu): Skip subprograms on the inlined list that ...Eric Botcazou2-4/+22
2017-05-15trans.c (gnat_to_gnu): Fix formatting.Eric Botcazou4-79/+72
2017-05-15decl.c (gnat_to_gnu_entity): When there is a representation clause on an exte...Eric Botcazou1-2/+14
2017-05-12re PR ada/80117 (Standard'Word_Size is wrong for aarch64 ILP32)Eric Botcazou1-15/+2
2017-05-02common.opt (fstrict-overflow): Alias negative to fwrapv.Richard Biener1-4/+0
2017-05-02trans.c (assoc_to_constructor): Make sure Corresponding_Discriminant is only ...Eric Botcazou1-28/+70
2017-05-02[multiple changes]Arnaud Charlet1-382/+405
2017-05-01* gcc-interface/decl.c (components_to_record): Add missing guard.Eric Botcazou1-7/+14
2017-05-01decl.c (components_to_record): Add more comments.Eric Botcazou1-1/+12
2017-04-27Make-lang.in: Define EH_MECHANISM while building raise-gcc.c.Tristan Gingold1-6/+7
2017-04-27[multiple changes]Arnaud Charlet1-67/+278
2017-04-27utils.c (gnat_type_for_size): Set TYPE_ARTIFICIAL on created types.Pierre-Marie de Rodat1-2/+14
2017-04-27[multiple changes]Arnaud Charlet2-18/+36
2017-04-25* gcc-interface/Makefile.in: Cleanup VxWorks targets.Arnaud Charlet1-7/+16
2017-03-28Support for Ada on aarch64 with -mabi=ilp32Andreas Schwab1-2/+15
2017-03-08re PR ada/79945 (ppc64le Default_Bit_Order in Ada)Eric Botcazou1-11/+3
2017-02-25re PR c/79677 (Weird handling of -Werror=)Jakub Jelinek1-1/+1
2017-02-24decl.c (gnat_to_gnu_field): Do not remove the wrapper around a justified modu...Eric Botcazou1-5/+8
2017-02-24trans.c (gnat_to_gnu): Do not apply special handling of boolean rvalues to fu...Eric Botcazou1-1/+0
2017-02-24utils.c (fold_bit_position): New function.Eric Botcazou1-15/+40
2017-02-24* gcc-interface/trans.c (return_value_ok_for_nrv_p): Add sanity check.Eric Botcazou1-0/+7
2017-02-24c-ada-spec.c (dump_ada_function_declaration): Add comment about the treatment...Eric Botcazou1-12/+69
2017-02-24trans.c (Handled_Sequence_Of_Statements_to_gnu): If there is no end label...Eric Botcazou1-7/+11
2017-02-24misc.c (gnat_type_max_size): Try to return a meaningful value for array types...Eric Botcazou2-29/+91
2017-02-24utils.c (max_size): Flip the second argument when recursing on TRUTH_NOT_EXPR.Eric Botcazou1-1/+2
2017-02-12system-freebsd-x86.ads: Rename into...John Marino1-2/+30
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+2
2017-01-16re PR driver/49726 (-g0 file.S -g does not produce debug info)Jakub Jelinek1-3/+3
2017-01-13Restore Solaris/SPARC Ada bootstrapRainer Orth1-1/+1
2017-01-12* gcc-interface/Makefile.in: Clean up VxWorks targets.Arnaud Charlet1-27/+48
2017-01-03s-linux-mips.ads: Rename from s-linux-mipsel.ads.James Cowgill1-27/+8
2016-12-07decl.c (gnat_to_gnu_entity): When they are global...Pierre-Marie de Rodat1-0/+1
2016-12-07decl.c (gnat_to_gnu_entity): Translate System.Address into ptr_type_node for ...Eric Botcazou1-13/+7
2016-12-07Adjust commentEric Botcazou1-4/+4
2016-12-07decl.c (gnat_to_gnu_entity): Also call finish_character_type on Character sub...Eric Botcazou2-7/+31
2016-12-05re PR ada/48835 (porting GNAT to m68k-linux)Mikael Pettersson1-0/+29
2016-11-27re PR ada/78524 (failure of ACATS c41104a at -O0)Eric Botcazou1-1/+3
2016-11-22Makefile.in ($(lang_checks_parallelized)): Fix detection of -j argument.Uros Bizjak1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-11-14Makefile.in: Replace s-interr-hwint.adb with s-interr-vxworks.adb throughout.Eric Botcazou1-12/+12
2016-11-13decl.c (gnat_to_gnu_entity): In assertion about known Esize...Bob Duff1-1/+2
2016-11-13decl.c (gnat_to_gnu_entity): Look at the underlying type for the signedness o...Eric Botcazou1-1/+1