aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-12[Ada] Use GNAT encodings only when -fgnat-encodings=all is specifiedEric Botcazou1-28/+26
2021-07-12[Ada] Implement support for unconstrained array types with FLBEric Botcazou1-24/+88
2021-07-12[Ada] Clean up Uint fieldsBob Duff1-2/+6
2021-07-08[Ada] Remove Unknown_ functionsBob Duff1-12/+12
2021-06-03Fix miscompilation of predicate on bit-packed array typesEric Botcazou1-15/+22
2021-05-21Consistently generate debug info for elaboration variablesEric Botcazou1-35/+39
2021-05-21Replace ? with ?? in warning messagesGhjuvan Lacambre1-17/+17
2021-05-21Fix internal error on locally derived bit-packed array typeEric Botcazou1-5/+9
2021-05-21Always translate Is_Pure flag into pure in C senseEric Botcazou1-25/+19
2021-05-21Use EXACT_DIV_EXPR as much as possibleEric Botcazou1-1/+1
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #6Eric Botcazou1-25/+9
2021-05-07[Ada] Variable-sized node typesBob Duff1-6/+10
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-04-28Avoid creating useless local bounds around callsEric Botcazou1-5/+6
2021-03-10Fix ICE on atomic enumeration type with LTOEric Botcazou1-0/+4
2021-02-03Fix regression with partial rep clause on variant record typeEric Botcazou1-18/+59
2021-02-03Assorted LTO fixes for AdaEric Botcazou1-5/+15
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