aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.cc
AgeCommit message (Expand)AuthorFilesLines
2024-09-10ada: Use the same warning character in continuationsViljar Indus1-4/+4
2024-09-03ada: Fix internal error on pragma pack with discriminated record componentEric Botcazou1-0/+2
2024-09-02ada: Diagnose too large size clause on floating-point typeEric Botcazou1-0/+4
2024-07-03[debug] Avoid dropping bits from num/den in fixed-point typesAlexandre Oliva1-4/+15
2024-06-21ada: Fix bogus Address Sanitizer stack-buffer-overflow on packed array copyEric Botcazou1-1/+1
2024-06-14ada: Fix return mechanism reported by -gnatRmEric Botcazou1-7/+27
2024-06-14ada: Typo and indentation fixMarc Poulhiès1-4/+4
2024-06-13Revert "map packed field type to unpacked for debug info"Alexandre Oliva1-4/+0
2024-06-12map packed field type to unpacked for debug infoAlexandre Oliva1-0/+4
2024-06-05ada: Replace use of LONG_DOUBLE_TYPE_SIZEKewen Lin1-1/+2
2024-05-21ada: Simplify test for propagation of attributes to subtypesEric Botcazou1-4/+3
2024-05-21ada: Fix strict aliasing violation in parameter passing (continued)Eric Botcazou1-13/+35
2024-05-21ada: Fix strict aliasing violation in parameter passingEric Botcazou1-1/+39
2024-05-21ada: Minor typo fix in commentMarc Poulhiès1-1/+1
2024-05-21ada: Fix assembler error for gigantic library-level object on 64-bit WindowsEric Botcazou1-6/+21
2024-05-21ada: Fix crash on aliased constant with packed array type and -g switchEric Botcazou1-0/+3
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2024-01-09ada: Fix bogus Constraint_Error on allocator for access to array of access typeEric Botcazou1-3/+3
2024-01-09ada: Preliminary cleanup in aliasing support codeEric Botcazou1-14/+13
2024-01-09ada: Add __atomic_store_n binding to System.Atomic_PrimitivesEric Botcazou1-2/+22
2023-12-19ada: Rename Is_Constr_Subt_For_UN_Aliased flagEric Botcazou1-24/+20
2023-11-28ada: Fix wrong size value output with -gnatR -gnatcEric Botcazou1-0/+1
2023-11-21ada: Fix issue with indefinite vector of overaligned unconstrained arrayEric Botcazou1-0/+12
2023-11-16Fix internal error on function returning dynamically-sized typeEric Botcazou1-0/+6
2023-11-07ada: Fix debug info for aliased packed array with unconstrained nominal subtypeEric Botcazou1-0/+12
2023-10-10ada: Fix internal error on too large representation clause for small componentEric Botcazou1-1/+13
2023-09-19ada: Refine upper array bound for bit packed arrayMarc Poulhiès1-0/+22
2023-09-05ada: Fix DWARF for certain arraysTom Tromey1-1/+7
2023-07-18ada: Use new typedefs in gcc-interfaceTom Tromey1-1/+4
2023-06-29A couple of va_gc_atomic tweaksRichard Sandiford1-11/+0
2023-06-20ada: Minor tweaksEric Botcazou1-8/+6
2023-06-15ada: Fix wrong finalization for double subtype of bounded vectorEric Botcazou1-4/+10
2023-05-30ada: Fix bogus Storage_Error on dynamic array with static zero lengthEric Botcazou1-4/+21
2023-05-30ada: Minor generic tweaks left and and rightEric Botcazou1-1/+1
2023-05-30ada: Make use of Cannot_Be_Superflat flag on N_Range nodesEric Botcazou1-0/+4
2023-05-18ada: use _P() defines from tree.hBernhard Reutner-Fischer1-9/+8
2023-04-15Fix fallout of previous change on x86/LinuxEric Botcazou1-6/+16
2023-04-14Fix build failure of Ada runtime for Aarch64 targetsEric Botcazou1-2/+6
2023-01-16ada: Update copyright years.Marc Poulhiès1-1/+1
2022-11-21ada: Adjust recent change for returns involving function callsEric Botcazou1-11/+0
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