aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2016-05-16decl.c (gnat_to_gnu_entity): Do not build a specific type for the object if i...Eric Botcazou1-3/+0
2016-05-16trans.c (elaborate_all_entities_for_package): Also skip formal objects.Eric Botcazou1-0/+4
2016-05-16* doc/gnat_rm/implementation_defined_attributes.rstEric Botcazou3-88/+60
2016-05-16configure.ac: Add ACX_NONCANONICAL_HOST.Eric Botcazou1-4/+4
2016-05-02Fix make install-gcc-specs with empty GCC_SPEC_FILESRainer Orth1-4/+3
2016-05-02decl.c (elaborate_reference_1): Do not bother about operand #2 for COMPONENT_...Eric Botcazou3-18/+18
2016-05-02trans.c (Range_to_gnu): New static function.Eric Botcazou1-27/+36
2016-04-30Make-lang.in (ACATSCMD): New variable.Eric Botcazou1-3/+4
2016-04-27sem_aux.adb (Is_By_Reference_Type): Also return true for a tagged incomplete ...Eric Botcazou6-844/+928
2016-04-27gigi.h (gnat_to_gnu_entity): Adjust prototype.Eric Botcazou5-120/+121
2016-04-27re PR ada/70759 (Ada rts fails to build with -mabi=ilp32)Eric Botcazou1-3/+0
2016-04-27Makefile.in (x86 GNU/Hurd): Use s-osinte-gnu.adb.Svante Signell1-1/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2-43/+46
2016-04-18* gcc-interface/decl.c: Rename Descendent -> DescendantVincent Celier1-2/+2
2016-04-02decl.c (components_to_record): Restrict the previous change to fields with va...Eric Botcazou1-5/+7
2016-03-27decl.c (components_to_record): Add special case for single field with represe...Eric Botcazou1-0/+17
2016-03-16Makefile.in: Add support for x86 GNU/Hurd.Svante Signell1-1/+30
2016-03-07trans.c (statement_node_p): New predicate.Eric Botcazou1-12/+39
2016-03-07decl.c (gnat_to_gnu_entity): Always mark the expression of a renaming manuall...Eric Botcazou1-6/+4
2016-02-29Replace ENABLE_CHECKING macro with flag_checking in GNATMartin Liska1-5/+7
2016-02-29decl.c (gnat_to_gnu_entity): Retrofit handling of unconstrained array types a...Eric Botcazou1-51/+23
2016-02-29decl.c (gnat_to_gnu_entity): In ASIS mode, fully lay out the minimal record t...Eric Botcazou1-1/+2
2016-02-29trans.c (finalize_nrv_r): Remove obsolete code.Eric Botcazou1-47/+30
2016-02-29ada-tree.h (DECL_RETURN_VALUE_P): New macro.Eric Botcazou6-40/+109
2016-02-17exp_ch4.adb (Expand_N_Indexed_Component): Active synchronization if the prefi...Eric Botcazou1-0/+3
2016-02-17utils2.c (gnat_protect_expr): Make a SAVE_EXPR only for fat pointer or scalar...Eric Botcazou1-5/+4
2016-02-16gigi.h (maybe_debug_type): New inline function.Eric Botcazou3-11/+25
2016-02-16misc.c (gnat_enum_underlying_base_type): New function.Eric Botcazou1-0/+11
2016-02-08Remove -fshort-doubleBernd Schmidt1-1/+1
2016-02-08utils.c (create_var_decl): Set again DECL_COMMON and DECL_IGNORED_P last.Eric Botcazou1-18/+18
2016-01-28gigi.h (enum attr_type): Rename into...Eric Botcazou2-6/+6
2016-01-20exp_ch2.adb (Expand_Current_Value): Make an appropriate character literal if ...Eric Botcazou7-190/+184
2016-01-18gigi.h (build_call_raise_column): Adjust prototype.Eric Botcazou7-161/+165
2016-01-18ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename toEric Botcazou6-159/+160
2016-01-18re PR ada/69219 (error on nested subprograms with Inline_Always and Intrinsic)Eric Botcazou1-13/+16
2016-01-06Ada: add XVE/XVU parallel types to lexical scopesPierre-Marie de Rodat1-1/+2
2015-12-20utils2.c (gnat_rewrite_reference): New case identical to FLOAT_EXPR.Eric Botcazou1-0/+2
2015-12-20decl.c (gnat_to_gnu_entity): During layout in type_annotate_only mode...Eric Botcazou1-11/+43
2015-12-20utils.c (maybe_pad_type): In type_annotate_only mode...Eric Botcazou1-8/+17
2015-12-18* gcc-interface/ada-tree.h (TYPE_DEBUG_TYPE): Remove duplicate.Eric Botcazou1-11/+4
2015-12-17DWARF: describe properly Ada packed arraysPierre-Marie de Rodat4-29/+220
2015-12-17DWARF: add a language hook for scalar biased typesPierre-Marie de Rodat1-0/+12
2015-12-17DWARF: create a macro for max dimensions for array descr. lang. hookPierre-Marie de Rodat1-1/+15
2015-12-17DWARF: describe Ada dynamic arrays as proper arraysPierre-Marie de Rodat2-39/+186
2015-12-17DWARF: add a language hook for fixed-point typesPierre-Marie de Rodat4-2/+174
2015-12-17DWARF: add a language hook to override types in debugging informationPierre-Marie de Rodat4-28/+99
2015-12-17DWARF: handle variable-length records and variant partsPierre-Marie de Rodat2-11/+16
2015-12-17Add a flag to control the balance between GNAT encodings and std. DWARFPierre-Marie de Rodat1-1/+3
2015-12-10re PR ada/48013 (generic instantiation breaks the No_Elaboration_Code restric...Eric Botcazou1-4/+29
2015-12-10trans.c (Call_to_gnu): Remove guard for NULL_EXPR.Eric Botcazou2-4/+3