aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2015-06-03trans.c (gnat_to_gnu): Fix typo in latest change.Eric Botcazou1-1/+1
2015-06-01* gcc-interface/Makefile.in: Fix ARM/Darwin configuration.Eric Botcazou1-3/+4
2015-06-01utils.c (scale_by_factor_of): When handling a function call expression, proce...Pierre-Marie de Rodat1-2/+28
2015-06-01decl.c (gnat_to_gnu_entity): Replace pointer types with references ones for f...Pierre-Marie de Rodat1-2/+2
2015-06-01decl.c (gnat_to_gnu_entity): For a definition of a type coming from a limited...Eric Botcazou1-3/+10
2015-06-01winnt.c (i386_pe_encode_section_info): Remove obsolete kludge.Eric Botcazou1-6/+16
2015-06-01lang-specs.h (TARGET_VXWORKS_RTP): Simplify and add trailing space.Eric Botcazou1-1/+1
2015-06-01lang-specs.h (TARGET_VXWORKS_RTP): Move substitution to before first -gnatez ...Eric Botcazou1-2/+2
2015-06-01decl.c (gnat_to_gnu_entity): If the record has a parent field and a represent...Eric Botcazou1-0/+6
2015-06-01trans.c (lvalue_required_p): Deal with character and enumeration literals as ...Eric Botcazou1-5/+8
2015-06-01gigi.h (build_simple_component_ref): Declare.Eric Botcazou4-49/+111
2015-05-28utils.c (max_size): Add special code to deal with the subtraction of a "negat...Eric Botcazou1-1/+15
2015-05-28decl.c (gnat_to_gnu_entity): Do not error out on a return type which has a si...Eric Botcazou1-1/+2
2015-05-28utils.c (gnat_pushdecl): Reunify the handling of array and pointer types wrt ...Eric Botcazou1-32/+30
2015-05-28gigi.h (gnat_stabilize_reference): Adjust.Eric Botcazou4-138/+188
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu1-0/+3
2015-05-27trans.c (elaborate_all_entities): Do not elaborate an incomplete type coming ...Eric Botcazou1-0/+4
2015-05-27decl.c (gnat_to_gnu_entity): Move down code applying atomic checks to the obj...Eric Botcazou1-9/+4
2015-05-26trans.c (Attribute_to_gnu): Do not bother about NaN's if Machine_Overflows is...Eric Botcazou1-1/+2
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