aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-07Housekeeping work in gigiEric Botcazou1-1/+1
2020-12-07Fix oversight in earlier changeEric Botcazou1-0/+1
2020-11-19Enhance debug info for fixed-point typesEric Botcazou1-33/+10
2020-11-11Remove superfluous call to Base_TypeEric Botcazou1-19/+19
2020-11-11Fix internal error on chain of constants with -gnatcEric Botcazou1-4/+7
2020-10-23[Ada] Implement new legality rules introduced in C.6(12) by AI12-0363Eric Botcazou1-20/+26
2020-09-28Fix bogus alignment warning on address clauseEric Botcazou1-8/+20
2020-09-12Add preliminary support for 128-bit integer typesEric Botcazou1-1/+1
2020-09-12Accept absolute address clause for array of UNC nominal subtypeEric Botcazou1-0/+13
2020-09-11Fix crash on array component with nonstandard index typeEric Botcazou1-6/+6
2020-09-10Fix bogus error on Value_Size clause for variant record typeEric Botcazou1-2/+4
2020-09-10Fix uninitialized variable with nested variant record typesEric Botcazou1-5/+9
2020-07-02Reject components in extensions overlapping with the parentEric Botcazou1-6/+6
2020-06-23Minor tweak to elaborate_expression_1Eric Botcazou1-4/+13
2020-06-23Streamline implementation of renaming in gigiEric Botcazou1-74/+52
2020-06-23Minor cleanup in elaborate_expressionEric Botcazou1-2/+2
2020-06-23Emit user subtypes with -fgnat-encodings=minimalEric Botcazou1-12/+7
2020-06-19[Ada] AI12-0028-1 Import of variadic C functionsEric Botcazou1-9/+11
2020-05-26Fix issue with LTO bootstrapEric Botcazou1-9/+0
2020-05-25Fix internal error on problematic renamingEric Botcazou1-46/+55
2020-05-25Fix missing back-annotation for derived typesEric Botcazou1-27/+43
2020-05-25Fix incorrect handling of Component_SizeEric Botcazou1-3/+18
2020-05-25Change description of fat pointertype with -fgnat-encodings=minimalEric Botcazou1-40/+56
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