aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2024-06-14ada: Add prototype for mutably tagged typesJustin Squirek1-0/+1
2024-06-13Revert "map packed field type to unpacked for debug info"Alexandre Oliva1-4/+0
2024-06-13ada: Streamline elaboration of local tagged typesEric Botcazou1-0/+2
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: Streamline implementation of simple nonbinary modular operationsEric Botcazou1-63/+28
2024-05-21ada: Simplify test for propagation of attributes to subtypesEric Botcazou1-4/+3
2024-05-21ada: Fix internal error on discriminated record with Atomic aspect in Ada 2022Eric Botcazou1-1/+12
2024-05-21ada: Fix strict aliasing violation in parameter passing (continued)Eric Botcazou3-62/+159
2024-05-21ada: Make detection of useless copy for return more robustEric Botcazou1-2/+3
2024-05-21ada: Fix strict aliasing violation in parameter passingEric Botcazou2-18/+82
2024-05-21ada: Fix crash with aliased array and if expressionRonan Desplanques1-3/+5
2024-05-21ada: Minor typo fix in commentMarc Poulhiès1-1/+1
2024-05-21ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_ProcEric Botcazou1-8/+4
2024-05-21ada: Avoid temporary for conditional expression of discriminated record typeEric Botcazou1-2/+2
2024-05-21ada: Remove unused dependencies from gnatbind object listPiotr Trojanek1-5/+0
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-05-21ada: Fix small inaccuracy for Size attribute applied to objectsEric Botcazou1-3/+25
2024-05-21ada: Fix oversight in previous changeEric Botcazou1-2/+5
2024-01-22Update copyright years.Marc Poulhiès20-20/+20
2024-01-09ada: Fix bogus Constraint_Error on allocator for access to array of access typeEric Botcazou2-4/+5
2024-01-09ada: Preliminary cleanup in aliasing support codeEric Botcazou3-41/+38
2024-01-09ada: Add __atomic_store_n binding to System.Atomic_PrimitivesEric Botcazou2-2/+30
2024-01-09Fix internal error on anonymous access type equalityEric Botcazou1-8/+4
2024-01-04Add generated .opt.urls filesDavid Malcolm1-0/+30
2023-12-19ada: Add makefile targets for building/installing html docMarc Poulhiès1-4/+31
2023-12-19ada: Rename Is_Constr_Subt_For_UN_Aliased flagEric Botcazou2-33/+27
2023-12-16Add support for target_version attributeAndrew Carlotti1-2/+4
2023-12-16ada: Improve attribute exclusion handlingAndrew Carlotti1-37/+33
2023-12-05Introduce strub: machine-independent stack scrubbingAlexandre Oliva2-2/+89
2023-12-05Restore build with GCC 4.8 to GCC 5Richard Sandiford1-1/+1
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford3-5/+12
2023-11-28ada: Fix wrong size value output with -gnatR -gnatcEric Botcazou1-0/+1
2023-11-28ada: Add comment for assertionMarc Poulhiès1-1/+4
2023-11-21ada: Fix miscompilation of loop over boolean rangeEric Botcazou1-2/+6
2023-11-21ada: Fix issue with indefinite vector of overaligned unconstrained arrayEric Botcazou2-3/+28
2023-11-16Fix internal error on function returning dynamically-sized typeEric Botcazou1-0/+6
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-1/+1
2023-11-07ada: Fix debug info for aliased packed array with unconstrained nominal subtypeEric Botcazou1-0/+12
2023-11-07ada: Fix spurious -Wstringop-overflow with link time optimizationEric Botcazou1-24/+0
2023-11-07ada: New Local_Restrictions and User_Aspect aspects.Steve Baird1-0/+1
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-2/+2
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe1-1/+4
2023-10-20Control flow redundancy hardeningAlexandre Oliva1-0/+2
2023-10-10ada: Fix internal error on too large representation clause for small componentEric Botcazou1-1/+13
2023-10-03diagnostics: add ctors to text_info; add m_ prefixes to fieldsDavid Malcolm1-4/+1
2023-10-02diagnostics: group together source printing fields of diagnostic_contextDavid Malcolm1-1/+1
2023-09-19ada: Refine upper array bound for bit packed arrayMarc Poulhiès3-0/+123
2023-09-15ada: Fix minor glitch in finish_record_typeEric Botcazou1-1/+1