aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2015-05-26trans.c (gnat_to_gnu): Really force evaluation of the expression...Eric Botcazou1-22/+15
2015-05-26trans.c (Attribute_to_gnu): Do not apply extra-precision trick to literals.Eric Botcazou2-3/+9
2015-05-26ada-tree.h (DECL_GLOBAL_NONCONSTANT_RENAMING_P): DeleteEric Botcazou6-198/+201
2015-05-26gigi.h (gnat_stabilize_reference): Adjust prototype.Eric Botcazou4-218/+124
2015-05-25utils.c (maybe_pad_type): Do not apply adjustment to original size for elemen...Eric Botcazou1-1/+1
2015-05-25targtyps.c (get_float_words_be): Rename into...Eric Botcazou7-41/+29
2015-05-25decl.c (elaborate_expression): Take a const string suffix instead of a tree.Eric Botcazou1-63/+59
2015-05-25decl.c (gnat_to_gnu_entity): Move around.Eric Botcazou1-84/+79
2015-05-25decl.c (gnat_to_gnu_entity): Minor tweak.Eric Botcazou4-30/+27
2015-05-25gigi.h (build_atomic_load): Adjust prototype.Eric Botcazou5-142/+392
2015-05-25ada-tree.h (DECL_RENAMING_GLOBAL_P): Rename into...Eric Botcazou6-77/+149
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-1/+1
2015-05-09utils.c (gnat_write_global_declarations): Use type_decl method instead of glo...Eric Botcazou1-1/+1
2015-04-27Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.Jim Wilson1-0/+1
2015-04-09fix Ada bootstrap for powerpc-darwin (and several regressions in ACATS and gnat)Iain Sandoe1-1/+3
2015-04-08decl.c (gnat_to_gnu_entity): Do not make a function returning an unconstraine...Eric Botcazou2-9/+14
2015-03-26* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Deref>: New case.Eric Botcazou1-0/+12
2015-03-20re PR ada/65451 (compiler crash on volatile access type)Eric Botcazou2-42/+17
2015-03-16utils2.c (gnat_invariant_expr): Return null if the type of the expression end...Eric Botcazou1-0/+6
2015-03-16decl.c (is_from_limited_with_of_main): New predicate.Eric Botcazou2-12/+30
2015-03-16decl.c (gnat_to_gnu_entity): Do not short-circuit the regular handling.Eric Botcazou1-2/+4
2015-03-12trans.c (Attribute_to_gnu): On targets where a function symbol designates a f...Olivier Hainque1-1/+28
2015-03-02debug.adb: Document new debug flag -gnatd.1.Robert Dewar1-0/+1
2015-03-02utils.c (gnat_pushdecl): For non-artificial pointer types...Pierre-Marie de Rodat2-30/+54
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge1-19/+16
2015-02-23Fix number of arguments parameter in Ada DEF_FUNCTION_TYPE_*.Thomas Schwinge1-2/+2
2015-02-21Remove trailing space.Eric Botcazou1-1/+1
2015-02-20Makefile.in: Remove references to nucleus.Arnaud Charlet2-22/+6
2015-02-20[multiple changes]Arnaud Charlet1-9/+21
2015-02-08decl.c (gnat_to_gnu_param): Do not strip the padding if the parameter either ...Eric Botcazou1-4/+6
2015-02-08decl.c (is_cplusplus_method): Use Is_Primitive flag to detect primitive opera...Eric Botcazou1-4/+5
2015-02-08decl.c (gnat_to_gnu_entity): Do not bother about alias sets in presence of de...Eric Botcazou1-1/+3
2015-02-08utils.c (begin_subprog_body): Assert that the body is present in the same con...Eric Botcazou1-0/+5
2015-02-07re PR middle-end/64340 (FAIL: gnat.dg/lto8.adb (internal compiler error))Jakub Jelinek1-0/+5
2015-01-30Makefile.in (x86-vxworks): Update GCC_SPEC_FILES to include cert link spec.Jerome Guitton1-0/+1
2015-01-16Bump copyright yearEric Botcazou1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+18
2015-01-10cuintp.c: Bump copyright year.Eric Botcazou5-5/+5
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison7-8/+71
2015-01-07[multiple changes]Arnaud Charlet1-0/+4
2015-01-07trans.c (gnat_to_gnu, [...]): Elaborate the expression as part of the same st...Olivier Hainque1-5/+14
2015-01-072015-01-07 Hristian Kirtchev <kirtchev@adacore.com>Hristian Kirtchev1-0/+1
2015-01-06decl.c (gnat_to_gnu_entity, [...]): When constructing a ref to variable...Olivier Hainque2-28/+2
2015-01-06adaint.c (ProcListEvt): Set to NULL.Pascal Obry2-3/+7
2015-01-05re PR ada/64492 (Disabling libada prevents building gnattools-cross)Eric Botcazou1-1/+8
2015-01-05Bump copyright yearEric Botcazou1-1/+1
2015-01-04misc.c (internal_error_function): Use xasprintf instead of unchecked asprintf.Uros Bizjak1-2/+2
2014-12-22trans.c (Attribute_to_gnu): If the type is a floating-point type...Eric Botcazou2-10/+57
2014-12-22decl.c (gnat_to_gnu_field): Post the error message for parent overlapping on ...Eric Botcazou1-67/+74
2014-12-22decl.c (check_ok_for_atomic): Rename into...Eric Botcazou2-61/+46