aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-05ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-1/+1
2023-09-05ada: Fix DWARF for certain arraysTom Tromey2-8/+14
2023-07-28ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-3/+4
2023-07-18ada: Use new typedefs in gcc-interfaceTom Tromey2-6/+14
2023-07-18ada: Expose expected_throw attributeAlexandre Oliva1-0/+19
2023-07-06ada: Add specification source files of runtime unitsClaire Dross1-0/+3
2023-06-29A couple of va_gc_atomic tweaksRichard Sandiford1-11/+0
2023-06-27ada: Fix build of GNAT toolsEric Botcazou1-3/+6
2023-06-27ada: Fix bad interaction between inlining and thunk generationEric Botcazou1-3/+6
2023-06-27ada: Make the identification of case expressions more robustEric Botcazou1-5/+3
2023-06-20ada: Minor tweaksEric Botcazou1-8/+6
2023-06-15configure: Implement --enable-host-pieMarek Polacek2-7/+9
2023-06-15ada: Fix wrong code for ACATS cd1c03i on Morello targetEric Botcazou1-2/+6
2023-06-15ada: Fix wrong finalization for double subtype of bounded vectorEric Botcazou1-4/+10
2023-05-30ada: Fix wrong access for qualified aggregate with storage modelEric Botcazou1-3/+6
2023-05-30ada: Fix internal error on qualified aggregate with storage modelEric Botcazou1-17/+19
2023-05-30ada: Add missing guards for degenerate storage modelsEric Botcazou1-5/+10
2023-05-30ada: Fix incorrect copies being used with 'AddressMarc Poulhiès1-4/+9
2023-05-30ada: Fix bogus Storage_Error on dynamic array with static zero lengthEric Botcazou1-4/+21
2023-05-30ada: Fix minor issue with Mod operatorEric Botcazou1-4/+4