aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-10661/+0
2022-01-10[Ada] Fix internal error on unchecked union with component clausesEric Botcazou1-12/+17
2022-01-07[Ada] Fix inconsistent quoting in messages about compile-time errorsPiotr Trojanek1-1/+1
2021-12-09pch: Add support for relocation of the PCH data [PR71934]Jakub Jelinek1-1/+1
2021-12-02[Ada] Do not back-annotate maximum size for limited typesEric Botcazou1-2/+6
2021-12-02[Ada] Fix packing for array component with discriminated partEric Botcazou1-7/+6
2021-12-02[Ada] Invalid memory access on finalization of class-wide typeJustin Squirek1-1/+4
2021-11-10[Ada] Minor cleanup in translation of calls to subprogramsEric Botcazou1-13/+8
2021-10-20[Ada] Remove unnecessary call to No_Uint_To_0Bob Duff1-1/+1
2021-10-20[Ada] Rewrite tests on Convention_IntrinsicEric Botcazou1-9/+11
2021-10-11[Ada] Fix problematic import of type-generic GCC atomic builtinEric Botcazou1-9/+130
2021-10-11[Ada] Fix for atomic wrongly rejected on object of discriminated typeEric Botcazou1-12/+16
2021-10-11[Ada] Fix incorrect size for pathological pass-by-copy parametersEric Botcazou1-8/+10
2021-09-23[Ada] Fix obsolete comment mentioning girder discriminantsEric Botcazou1-1/+1
2021-09-22Small tweak to comments in range_cannot_be_superflatEric Botcazou1-2/+4
2021-09-21[Ada] Clean up uses of Esize and RM_SizeBob Duff1-17/+22
2021-09-14Do not issue size error for too large array typeEric Botcazou1-2/+1
2021-09-14Fix inaccurate bounds in debug info for vector array typesEric Botcazou1-0/+8
2021-09-14Fix internal error on broken import of vector intrinsicsEric Botcazou1-19/+27
2021-09-14Strengthen compatibility warning for GCC builtinsEric Botcazou1-43/+4
2021-09-14Give more informative error message for by-reference typesEric Botcazou1-4/+10
2021-08-18Fix thinko in latest change for GNAT encodingsEric Botcazou1-3/+3
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