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