aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.cc
AgeCommit message (Expand)AuthorFilesLines
2022-11-08ada: Move warnings switches -- initial workBob Duff1-1/+1
2022-10-06ada: Implementation of support for storage models in gigiEric Botcazou1-1/+5
2022-09-12[Ada] Fix immediate assertion failure with -gnatd.1Eric Botcazou1-1/+5
2022-09-06[Ada] Mark artificial formal parameters in the debug infoEric Botcazou1-0/+1
2022-07-13[Ada] Revert recent change in debug info for vector array typesEric Botcazou1-8/+0
2022-07-13[Ada] Undo questionable renaming in earlier changeEric Botcazou1-2/+2
2022-07-13[Ada] Also deal with private actual types in latest changeEric Botcazou1-0/+13
2022-07-13[Ada] Use actual types instead of formal types consistently in debug infoEric Botcazou1-27/+93
2022-07-13[Ada] Generate debug info entry for user-defined access subtypeEric Botcazou1-7/+6
2022-07-13[Ada] Fix wrong access check with access-to-unconstrained-arrayEric Botcazou1-8/+13
2022-07-06[Ada] Improve code generated for aggregates of VFA typeEric Botcazou1-1/+19
2022-07-06[Ada] Fix crash on aliased renaming of unconstrained arrayEric Botcazou1-5/+7
2022-07-06[Ada] Small tweak to gnat_to_gnu_subprog_typeEric Botcazou1-3/+3
2022-06-02[Ada] Fix record layout warnings not being taggedGhjuvan Lacambre1-8/+8
2022-06-02[Ada] Couple of small preparatory adjustmentsEric Botcazou1-2/+4
2022-06-02[Ada] Get rid of secondary stack for most calls returning tagged typesEric Botcazou1-36/+7
2022-06-01[Ada] Rename Returns_On_Secondary_Stack into Needs_Secondary_StackEric Botcazou1-1/+1
2022-05-19[Ada] Avoid copy operation for returns involving function callsEric Botcazou1-0/+11
2022-05-19[Ada] Add support for "simd" function attributeEric Botcazou1-1/+4
2022-05-19[Ada] Fix internal error on unchecked union with component clauses (2)Eric Botcazou1-6/+23
2022-05-19[Ada] Fix internal error on semi-circular record typesEric Botcazou1-8/+11
2022-05-19[Ada] Fix for internal error on semi-circular record aggregateEric Botcazou1-2/+12
2022-05-19[Ada] Get rid of secondary stack for controlled componentsEric Botcazou1-4/+2
2022-05-19[Ada] Do not override inlining heuristics for expression functions at -OsEric Botcazou1-1/+8
2022-05-19[Ada] Remove dead code for scope entity having E_Subprogram_Body kindPiotr Trojanek1-4/+0
2022-05-13ada: gcc-if: build proper String_Pointer for Get_External_NameAlexandre Oliva1-1/+2
2022-05-12[Ada] Remove front-end SJLJ processingArnaud Charlet1-27/+1
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska1-2/+2
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+10661