aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-23ada: Fix resolution of mod operator of System.Storage_ElementsEric Botcazou2-8/+26
2023-05-23ada: Remove unnecessary call to Detach.Vadim Godunko1-4/+0
2023-05-23ada: Fix reference to Ada issue in commentRonan Desplanques1-1/+1
2023-05-23ada: Fix address arithmetic issues in the expanded codeEric Botcazou1-32/+37
2023-05-23ada: Fix address arithmetic issues in the runtimeEric Botcazou4-24/+26
2023-05-23ada: A discriminant of a variable is not a variableSteve Baird1-5/+2
2023-05-23ada: Add default value at initialization for CodePeerYannick Moy1-1/+2
2023-05-23ada: Facilitate proof of Interfaces.C.To_AdaYannick Moy1-0/+1
2023-05-23ada: Remove the body of System.Storage_ElementsEric Botcazou8-137/+75
2023-05-23ada: Spurious errors on class-wide preconditions of private typesJavier Miranda2-14/+14
2023-05-23ada: Turn assertions into defensive code in error locationsPiotr Trojanek1-28/+61
2023-05-23ada: Add mention of what LSP stands forRonan Desplanques1-1/+2
2023-05-23ada: Fix endings of pretty-printed numeric literalsPiotr Trojanek1-17/+113
2023-05-23ada: Fix internal error on quantified expression with predicated typeEric Botcazou3-14/+40
2023-05-23ada: Fix bogus error on predicated limited record declared in protected typeEric Botcazou2-22/+10
2023-05-23ada: Sync different variants of interrupt handler registrationPiotr Trojanek4-70/+56
2023-05-23ada: Revert to old pretty-printing of internal entities for CodePeerPiotr Trojanek1-3/+19
2023-05-23ada: Ignore accessibility actuals in expression pretty-printerPiotr Trojanek1-0/+18
2023-05-23ada: Remove special-case for parentheses in expansion for GNATprovePiotr Trojanek1-8/+0
2023-05-23ada: Transfer fix for pretty-printed parentheses from GNATprove to GNATPiotr Trojanek1-1/+69
2023-05-23ada: Fix expression pretty-printer for SPARK counterexamplesPiotr Trojanek3-335/+146
2023-05-23ada: Suppress warning about Subprogram_Variant failing at run timePiotr Trojanek1-0/+7
2023-05-23ada: Small code cleanupEric Botcazou1-13/+8
2023-05-23ada: Minor fix typo in commentPiotr Trojanek1-1/+1
2023-05-23ada: Remove duplicate commentRonan Desplanques1-4/+0
2023-05-23ada: Crash on dispatching primitive referencing limited-with typeJavier Miranda1-0/+158
2023-05-23libstdc++: Add missing constexpr to simdMatthias Kretz6-250/+418
2023-05-23Use delete[] in int_range destructor [PR109920]Aldy Hernandez1-1/+1
2023-05-23Fortran: Fix assumed length chars and len inquiry [PR103716]Paul Thomas3-1/+20
2023-05-23Fortran: Allow declaration of finalizable DT in a submodule [PR97122]Paul Thomas2-33/+48
2023-05-23Daily bump.GCC Administrator6-1/+458
2023-05-22libobjc: Add local macros to support encode generation [P109913].Iain Sandoe1-0/+5
2023-05-22i386: Adjust emulated integer vector mode shift costsUros Bizjak2-36/+66
2023-05-22Implement some miscellaneous zero accessors for Value_Range.Aldy Hernandez1-0/+3
2023-05-22testsuite/52641: Fix more of implicit int=32 assumption fallout.Georg-Johann Lay31-24/+68
2023-05-22libstdc++: Resolve -Wunused-variable warnings in stdx::simd and testsMatthias Kretz6-5/+17
2023-05-22testsuite/52641: Fix tests that fail for 16-bit int / pointer targets.Georg-Johann Lay15-2/+18
2023-05-22i386: Account for the memory read in V*QImode multiplication sequencesUros Bizjak1-8/+23
2023-05-22Skip some tests that won't work for target AVR.Georg-Johann Lay21-1/+22
2023-05-22RISC-V: Add "m_" prefix for private memberJuzhe-Zhong1-12/+12
2023-05-22RISC-V: Fix typo of multiple_rgroup-2.hJuzhe-Zhong1-1/+1
2023-05-22ada: Reuse idiomatic procedure in CStandRonan Desplanques1-2/+1
2023-05-22ada: Avoid repeated calls when looking for first/last slocs of a nodePiotr Trojanek1-16/+18
2023-05-22ada: Small cleanup in support for protected subprogramsEric Botcazou2-59/+49
2023-05-22ada: Use idiomatic construct in Expand_N_Package_BodyEric Botcazou1-10/+1
2023-05-22ada: Fix source location for crashes in expanded Loop_Entry attributesPiotr Trojanek1-6/+4
2023-05-22ada: Add missing word in commentRonan Desplanques1-1/+1
2023-05-22ada: Incorrect constant folding in postcondition involving 'OldJustin Squirek1-1/+12
2023-05-22ada: Fix crash caused by incorrect expansion of iterated componentMarc Poulhiès2-2/+13
2023-05-22ada: Fix missing finalization in separate package bodyEric Botcazou1-22/+37