aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-07Update copyright years.Marc Poulhiès1-1/+1
2024-12-13ada: Pass artificial_p to create_type_declTom Tromey1-2/+2
2024-11-14ada: Avoid doing unnecessary work in elaborate_expression_2Eric Botcazou1-9/+24
2024-11-04ada: Move special case for null string literal from frontend to backendPiotr Trojanek1-2/+12
2024-11-04ada: Remove special case for the size of a string literal subtypePiotr Trojanek1-6/+2
2024-10-25ada: Change scope of XUB typeTom Tromey1-1/+1
2024-10-25ada: Set DECL_NAMELESS in create_type_declTom Tromey1-3/+3
2024-10-25ada: Mark XUA types as artificialTom Tromey1-1/+1
2024-10-25ada: Mark XUB types as namelessTom Tromey1-0/+2
2024-10-25ada: Add 'artificial_p' parameter to build_unc_object_typeTom Tromey1-1/+1
2024-10-25ada: Standard types are not artificialTom Tromey1-2/+14
2024-10-11Fix thinko in previous changeEric Botcazou1-1/+1
2024-10-08ada: Fix infinite loop on MSP430 with -mlarge flagEric Botcazou1-7/+2
2024-10-05Fix various issues of -ftrivial-auto-var-init=zero with AdaEric Botcazou1-0/+7
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