aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2024-11-04ada: Remove special case for the size of a string literal subtypePiotr Trojanek1-6/+2
2024-11-04ada: Fix ancient typo in process_declsEric Botcazou1-6/+2
2024-10-29diagnostics: support multiple output formats simultaneously [PR116613]David Malcolm1-3/+3
2024-10-25ada: Change scope of XUB typeTom Tromey1-1/+1
2024-10-25ada: Set DECL_NAMELESS in create_type_declTom Tromey3-7/+15
2024-10-25ada: Mark some type decls as namelessTom Tromey1-0/+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 Tromey3-9/+15
2024-10-25ada: Standard types are not artificialTom Tromey1-2/+14
2024-10-25ada: Fix fallout of change in parameter passing out of aliasing considerationsEric Botcazou1-2/+5
2024-10-25ada: Fix internal error on bit-packed array type with Volatile_Full_AccessEric Botcazou1-0/+6
2024-10-25ada: Disable self-referential with_clausesBob Duff1-2/+2
2024-10-25ada: Emit DWARF for Ada 'with' and 'use' clausesTom Tromey1-5/+136
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm3-0/+3
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-08ada: Remove -gnateE information message for noncontiguous enumeration typeEric Botcazou1-0/+5
2024-10-08ada: Add adareducer integration to ICE handlingRonan Desplanques1-0/+2
2024-10-08ada: Add External_Initialization extensionRonan Desplanques2-0/+13
2024-10-05Fix various issues of -ftrivial-auto-var-init=zero with AdaEric Botcazou2-0/+34
2024-09-25doc: Remove @code wrapping of fortran option names [PR116801]Mikael Morin1-2/+4
2024-09-10ada: Include missing associated header fileEric Botcazou1-0/+1
2024-09-10ada: Use the same warning character in continuationsViljar Indus2-11/+11
2024-09-09diagnostics: rename dc.printer to m_printer [PR116613]David Malcolm1-3/+3
2024-09-05ada: Add bypass for internal fields on strict-alignment platformsEric Botcazou1-3/+8
2024-09-05ada: Streamline handling of low-level peculiarities of record field layoutEric Botcazou4-18/+33
2024-09-05ada: Integrate new diagnostics in the frontendViljar Indus2-0/+30
2024-09-03ada: Add kludge for quirk of ancient 32-bit ABIs to previous changeEric Botcazou1-2/+14
2024-09-03ada: Plug loophole exposed by previous changeEric Botcazou1-0/+3
2024-09-03ada: Fix internal error with Atomic Volatile_Full_Access objectEric Botcazou1-4/+6
2024-09-03ada: Pass unaligned record components by copy in calls on all platformsEric Botcazou1-3/+2
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-08-23optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495].Robin Dapp1-2/+3
2024-08-23ada: Fix crash on aliased variable with packed array type and -g switchEric Botcazou1-10/+11
2024-07-07ada: Make the names of uninstalled cross-gnattools consistent across buildsMaciej W. Rozycki1-7/+12
2024-07-03Deduplicate explicitly-sized typesAlexandre Oliva2-6/+113
2024-07-03[debug] Avoid dropping bits from num/den in fixed-point typesAlexandre Oliva2-21/+64
2024-07-02ada: Call memcmp instead of Compare_Array_Unsigned_8 and...Eric Botcazou1-13/+109
2024-06-21ada: Fix internal error on protected type with -gnatc -gnatREric Botcazou1-0/+6
2024-06-21ada: Fix bogus Address Sanitizer stack-buffer-overflow on packed array copyEric Botcazou2-2/+17
2024-06-21ada: Fix bogus Address Sanitizer stack-buffer-overflow on packed record equalityEric Botcazou1-7/+19
2024-06-21ada: Implement fast modulo reduction for nonbinary modular multiplicationEric Botcazou2-6/+8
2024-06-21ada: Implement fast modulo reduction for nonbinary modular multiplicationEric Botcazou3-3/+121
2024-06-14ada: Do not include target-specific makefile fragmentsEric Botcazou1-6/+0
2024-06-14ada: Fix return mechanism reported by -gnatRmEric Botcazou1-7/+27
2024-06-14ada: Skip subprogram body entities inside scopesYannick Moy1-0/+8
2024-06-14ada: Do not create null GCC thunksEric Botcazou1-10/+19
2024-06-14ada: Typo and indentation fixMarc Poulhiès4-7/+7