aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-15[Ada] Rename Ada 202* to Ada 2022Arnaud Charlet1-4/+4
2021-05-21Detect illegal conditions in Raise_xxx_Error nodesPiotr Trojanek1-1/+6
2021-05-21Replace ? with ?? in warning messagesGhjuvan Lacambre1-11/+11
2021-05-21Fix segfault at run time on strict-alignment platformsEric Botcazou1-1/+5
2021-05-21Fix spurious No_Elaboration violation for Size attributeEric Botcazou1-28/+30
2021-05-21Fix incorrect SLOC on instructionEric Botcazou1-2/+4
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #6Eric Botcazou1-13/+11
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #3Eric Botcazou1-3/+3
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #1Eric Botcazou1-1/+1
2021-05-07[Ada] Variable-sized node typesBob Duff1-6/+6
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-04-28Avoid creating useless local bounds around callsEric Botcazou1-1/+33
2021-04-28Get rid of useless temporary for call to pure functionEric Botcazou1-9/+85
2021-04-28Fix loss of optimization of array iteration due to inliningEric Botcazou1-58/+76
2021-04-13Further increase the limit on the size of accepted Ada filesEric Botcazou1-39/+23
2021-01-25Fix internal error on extension with interface at -O2Eric Botcazou1-10/+14
2021-01-19Fix PR ada/98740Eric Botcazou1-5/+6
2020-12-07Fix internal error on library-level type extended locallyEric Botcazou1-2/+5
2020-12-07Fix assembler name collisionEric Botcazou1-0/+4
2020-12-07Fix corner case issue with discriminated record typeEric Botcazou1-4/+14
2020-11-30[Ada] Remove all ^L charactersArnaud Charlet1-1/+1
2020-11-11Remove superfluous call to Base_TypeEric Botcazou1-36/+34
2020-11-11Fix biased integer arithmeticEric Botcazou1-0/+5
2020-11-11Fix segfault on elaboration of empty 1-element array at -OEric Botcazou1-42/+7
2020-11-11Fix internal error with Shift_Right operator on signed typeEric Botcazou1-0/+2
2020-10-23[Ada] Implement new legality rules introduced in C.6(12) by AI12-0363Eric Botcazou1-2/+2
2020-10-22Move nested function info out of cgraph_nodeJan Hubicka1-1/+3
2020-09-28Add missing end location informationEric Botcazou1-6/+5
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-1/+2
2020-09-12Add preliminary support for 128-bit integer typesEric Botcazou1-0/+22
2020-09-12Fix small inconsistency in new predicateEric Botcazou1-6/+2
2020-09-12Minor tweak to line debug infoEric Botcazou1-0/+6
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2
2020-06-23Fix memory corruption with vector and variant recordEric Botcazou1-6/+12
2020-06-23Streamline implementation of renaming in gigiEric Botcazou1-35/+14
2020-06-23Minor adjustment in assignment caseEric Botcazou1-4/+3
2020-06-19[Ada] Remove handling of 'Pos and 'Val attributes from gigiEric Botcazou1-13/+0
2020-06-19[Ada] Consolidate handling of implicit dereferencesEric Botcazou1-55/+25
2020-06-19[Ada] AI12-0028-1 Import of variadic C functionsEric Botcazou1-26/+116
2020-06-04[Ada] Remove OpenACC supportArnaud Charlet1-671/+1
2020-05-25Fix wrong assignment to mutable Out parameter of task entryEric Botcazou1-4/+7
2020-05-12Be prepared for more aggregates in gigiEric Botcazou1-2/+2
2020-05-09Update copyright yearEric Botcazou1-1/+1
2020-05-09Add assertion for access attributesEric Botcazou1-0/+3
2020-05-09Do not make a local copy of large aggregateEric Botcazou1-13/+73
2020-05-09Fix problematic cases of wrappingEric Botcazou1-2/+3
2020-05-09Accept qualified aggregates in memset pathEric Botcazou1-12/+16
2020-05-09Small housekeeping work in gigiEric Botcazou1-54/+12
2020-05-08Fix missing information in exception messages with -gnateEEric Botcazou1-25/+27
2019-12-18trans.c (Pragma_to_gnu): Push a diagnostics state for pragma Warnings (Off) b...Eric Botcazou1-1/+15