summaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)Author
2020-05-09Update copyright yearEric Botcazou
2020-05-09Fix small issues with -fgnat-encodings=minimalEric Botcazou
2020-05-09Fix missing back-annotation for Out parameterEric Botcazou
2020-05-08Fix uniqueness of address for aliased objectsEric Botcazou
2020-05-08Couple of tweaks to help in LTO modeEric Botcazou
2020-05-08Small tweak to gnat_to_gnu_paramEric Botcazou
2020-03-11Fix internal error on locally-defined subpoolsEric Botcazou
2019-12-18[Ada] Do not propagate Object_Size onto Size for composite typesEric Botcazou
2019-12-16[Ada] AI12-0001: Independence and Representation clauses for atomic objectsEric Botcazou
2019-12-03decl.c (gnat_to_gnu_subprog_type): With the Copy-In/ Copy-Out mechanism...Eric Botcazou
2019-10-11decl.c (elaborate_reference_1): Specifically deal with pointer displacement.Eric Botcazou
2019-10-11decl.c (gnat_to_gnu_field): Adjust again the packing for a field without stri...Eric Botcazou
2019-10-11decl.c (annotate_value): Really test the sign of the value when deciding to b...Eric Botcazou
2019-10-11decl.c (Gigi_Equivalent_Type): New case.Eric Botcazou
2019-10-11decl.c (gnat_to_gnu_entity): New case to deal with the definition of named nu...Eric Botcazou
2019-09-27set DECL_SIZE_UNIT for zero-sized fieldsAlexandre Oliva
2019-09-23decl.c (components_to_record): Do not reorder fields in packed record types i...Eric Botcazou
2019-08-30decl.c (maybe_saturate_size): New function.Eric Botcazou
2019-08-30ada-tree.h (DECL_FORCED_BY_REF_P): New macro.Eric Botcazou
2019-08-30gigi.h (aggregate_type_contains_array_p): Declare.Eric Botcazou
2019-08-30decl.c (annotate_value): Inline the call also if List_Representation_Info is ...Eric Botcazou
2019-08-30gigi.h (gigi_checking_assert): New macro.Eric Botcazou
2019-06-29decl.c (gnat_to_gnu_entity): Beep up comment on SAVED...Eric Botcazou
2019-06-29decl.c (gnat_to_gnu_entity): If the type requires strict alignment, then set ...Eric Botcazou
2019-06-29decl.c (gnat_to_gnu_field): Rework error messages for fields requiring strict...Eric Botcazou
2019-06-29decl.c (set_nonaliased_component_on_array_type): Add missing guard for the pr...Eric Botcazou
2019-06-29expr.c (expand_expr_real_1): Apply the big-endian adjustment for bit-fields t...Eric Botcazou
2019-06-25decl.c (gnat_to_gnu_entity): Remove superfluous test in previous change.Eric Botcazou
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka
2019-05-28implementation_defined_pragmas.rst (Machine_Attribute): Document additional o...Eric Botcazou
2019-05-28decl.c (gnat_to_gnu_entity): Remove obsolete test on Is_For_Access_Subtype.Eric Botcazou
2019-05-28decl.c (components_to_record): Set a name on the type created for the REP par...Eric Botcazou
2019-05-28decl.c (intrin_arglists_compatible_p): Do not return false if the internal bu...Eric Botcazou
2019-01-27repinfo.adb (List_Component_Layout): Remove superfluous space for zero-sized ...Eric Botcazou
2019-01-27decl.c (array_type_has_nonaliased_component): Return the same value for every...Eric Botcazou
2019-01-26decl.c (annotate_value): Use test on the sign bit instead of on the sign of t...Eric Botcazou
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat
2018-12-14decl.c (rm_size): Take into account the padding in the case of a record type ...Eric Botcazou
2018-12-14dwarf2out.c (analyze_discr_in_predicate): Simplify.Eric Botcazou
2018-12-11[Ada] Fix -gnatR3 output for dynamically constrained recordEric Botcazou
2018-12-11[Ada] Fix elaboration of record with 1-element dynamic arrayEric Botcazou
2018-12-11[Ada] Almost always inline init. procedure of small and simple recordsEric Botcazou
2018-11-08decl.c (components_to_record): Remove obsolete kludge.Eric Botcazou
2018-10-09[Ada] Fix spurious -Wuninitialized warnings for small recordsEric Botcazou
2018-10-09[Ada] Fix incorrect computation of Component_Size in ASIS modeEric Botcazou
2018-10-09[Ada] Remove spurious -Wuninitialized warning for small array at -O2Eric Botcazou
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou
2018-09-26[Ada] ICE on array of task type with -gnatctEric Botcazou
2018-09-26[Ada] Wrong handling of address clause for limited record typeEric Botcazou
2018-08-27Come up with fndecl_built_in_p.Martin Liska