aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Misc range temporary fixes.Aldy Hernandez3-5/+14
2022-06-03Remove unneeded vrange_traits.Aldy Hernandez1-21/+7
2022-06-03Flesh out unsupported_range.Aldy Hernandez2-113/+106
2022-06-03Implement vrange::supports_type_p.Aldy Hernandez15-43/+76
2022-06-03configure: arrange to use appropriate objcopyJan Beulich4-1/+119
2022-06-03x86: {,v}psadbw have commutative source operandsJan Beulich2-7/+25
2022-06-03[PR105665] ivopts: check defs of names in base for undefsAlexandre Oliva2-4/+141
2022-06-03Daily bump.GCC Administrator11-1/+626
2022-06-02c++: new-expression is potentially constant in C++20Marek Polacek1-2/+10
2022-06-02c++: ICE with template NEW_EXPR [PR105803]Marek Polacek2-0/+19
2022-06-02diagnostics: add SARIF output formatDavid Malcolm48-13/+3001
2022-06-02Add -fdiagnostics-format={json-stderr|json-file}David Malcolm9-52/+173
2022-06-02json: fix escaping of '\'David Malcolm1-1/+1
2022-06-02RISC-V: bitmanip: improve constant-loading for (1ULL << 31) in DImodePhilipp Tomsich2-7/+13
2022-06-02c++: more constexpr empty base [PR105795]Jason Merrill1-23/+42
2022-06-02c++: constexpr empty aggr [PR105795]Jason Merrill2-5/+29
2022-06-02PR target/105791: Add V1TI to V_128_256 for xop_pcmov_v1ti on x86_64.Roger Sayle2-4/+18
2022-06-02testsuite: Also test swapped arguments of __builtin_mul_overflow_p [PR30314]Jakub Jelinek1-0/+14
2022-06-02[Ada] Update copyright noticesPierre-Marie de Rodat3-3/+3
2022-06-02[Ada] Remove left-overs of front-end SJLJ processingEric Botcazou3-117/+4
2022-06-02[Ada] Fix record layout warnings not being taggedGhjuvan Lacambre1-8/+8
2022-06-02[Ada] Disable -flto when building the shared libgnatArnaud Charlet1-2/+2
2022-06-02[Ada] Couple of small preparatory adjustmentsEric Botcazou2-6/+11
2022-06-02[Ada] Restore full generation of static dispatch tables with -gnatzrEric Botcazou3-15/+38
2022-06-02[Ada] Never make symbols for thunks publicEric Botcazou1-0/+7
2022-06-02[Ada] Remove redundant checks for missing listsPiotr Trojanek13-463/+411
2022-06-02[Ada] Get rid of secondary stack for most calls returning tagged typesEric Botcazou19-299/+558
2022-06-02[Ada] Fix references to old variables that have been refactoredMarc Poulhiès3-20/+20
2022-06-02[Ada] Rename GNATprove annotate pragma for termination to Always_ReturnClaire Dross3-5/+5
2022-06-02[Ada] Make the functional Maps and Sets unboundedJulien Bortolussi11-49/+100
2022-06-02[Ada] Fix spurious use of trampolines with interface typesEric Botcazou1-2/+2
2022-06-02[Ada] Add precise subprogram identification to -fdiagnostics-format=jsonGhjuvan Lacambre1-6/+15
2022-06-02[Ada] Refine previous changes on making symbols public/privateArnaud Charlet1-41/+44
2022-06-02[Ada] Fix spurious errors on ghost code in genericsYannick Moy1-0/+5
2022-06-02[Ada] Move registering code for predefined primitives to Exp_DispEric Botcazou3-117/+118
2022-06-02[Ada] Build static dispatch tables always at the end of declarative partEric Botcazou2-36/+28
2022-06-02[Ada] vx7r2-arm/aarch64 - Support Atomic Primitives TrueDoug Rupp4-0/+4
2022-06-02[Ada] Update documentation of GNAT.Dynamic_TablesJavier Miranda1-7/+4
2022-06-02[Ada] Fix detection of deferred constants for freezing errorEric Botcazou1-1/+2
2022-06-02[Ada] Fix preconditions of Interfaces.C.StringsJoffrey Huguet1-2/+8
2022-06-02[Ada] Issue errors on wrong context for ghost entitiesYannick Moy3-8/+79
2022-06-02[Ada] Complete contracts of Interfaces.C.Strings subprogramsJoffrey Huguet1-3/+8
2022-06-02[Ada] Removal of dead code Analyze_Label_EntityYannick Moy2-22/+0
2022-06-02[Ada] Propagate Has_Inherit{able,ed}_Invariants to base typesEric Botcazou1-4/+4
2022-06-02[Ada] Combine system.ads files - arm and aarch64 linuxDoug Rupp1-1/+1
2022-06-02[Ada] Combine system.ads file - vxworks7 rtp constantsDoug Rupp9-18/+18
2022-06-02[Ada] Gnatbind crash during checksum calculationJustin Squirek4-0/+8
2022-06-02[Ada] Fix iteration on formal vectorsClaire Dross4-4/+4
2022-06-02[Ada] Add contracts to System.Address_To_Access_ConversionsJoffrey Huguet1-2/+4
2022-06-02[Ada] Add contracts to Interfaces.C.StringsJoffrey Huguet2-16/+57