aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-05c++: lvalue_kind tweakJason Merrill1-1/+11
2022-10-05RISC-V: Introduce RVV header to enable builtin typesJu-Zhe Zhong21-13/+665
2022-10-05range-op: Keep nonzero mask up to date with truncating casts.Aldy Hernandez1-7/+11
2022-10-05libtdc++: Regenerate Makefile.in after freestanding header changesJonathan Wakely1-52/+49
2022-10-05c: support the attribute starting with '_'Martin Liska1-2/+2
2022-10-05libstdc++: Guard use of new built-in with __has_builtinJonathan Wakely1-0/+2
2022-10-05[PR tree-optimization/107052] range-ops: Take into account nonzero mask in po...Aldy Hernandez2-3/+25
2022-10-05[PR tree-optimization/107052] range-ops: Pass nonzero masks through cast.Aldy Hernandez1-0/+8
2022-10-05Fix bogus -Wstringop-overflow warning in AdaEric Botcazou6-7/+71
2022-10-05analyzer: remove unused variablesMartin Liska4-8/+1
2022-10-05testsuite: mark a test with xfailMartin Liska1-1/+1
2022-10-05testsuite: 'b' instruction can't do long enough jumpsTorbjörn SVENSSON2-3/+3
2022-10-05testsuite: Windows reports errors with CreateProcessTorbjörn SVENSSON1-1/+1
2022-10-05testsuite: /dev/null is not accessible on WindowsTorbjörn SVENSSON1-5/+12
2022-10-05RISC-V: remove deprecate pic code model macroVineet Gupta9-29/+0
2022-10-04analyzer: revamp side-effects of call summaries [PR107072]David Malcolm29-54/+2479
2022-10-04analyzer: move region_model_manager decl to its own headerDavid Malcolm2-288/+313
2022-10-04analyzer: fold -(-(VAL)) to VALDavid Malcolm1-0/+11
2022-10-04analyzer: widening_svalues take a function_point rather than a program_pointDavid Malcolm5-12/+17
2022-10-05Daily bump.GCC Administrator9-1/+277
2022-10-04c++: fix debug info for array temporary [PR107154]Jason Merrill2-0/+27
2022-10-04attribs: Add overloads with namespace nameJakub Jelinek2-0/+101
2022-10-04attribs: Add missing auto_diagnostic_group 3 timesJakub Jelinek1-0/+3
2022-10-04Remove assert from set_nonzero_bits.Aldy Hernandez1-1/+0
2022-10-04libstdc++: Fix test FAIL for old std::string ABIJonathan Wakely1-3/+9
2022-10-04libstdc++: Use new built-ins __remove_cv, __remove_reference etc.Jonathan Wakely1-9/+24
2022-10-04libstdc++: Refactor seed sequence constraints in <random>Jonathan Wakely2-18/+27
2022-10-04c++: install cp-trait.def as part of plugin headers [PR107136]Patrick Palka1-1/+1
2022-10-04aarch64: Define __ARM_FEATURE_RCPCRichard Sandiford5-6/+28
2022-10-04OpenMP: Update invoke.texi and fix fortran/parse.cc for -fopenmp-simdTobias Burnus3-7/+34
2022-10-04libstdc++: Avoid heavyweight std::visit in ranges::join_with_viewPatrick Palka1-11/+36
2022-10-04libstdc++: Disable test for freestandingJonathan Wakely1-0/+2
2022-10-04libstdc++: Enable std::hash<coroutine_handle<P>> [PR107139]Jonathan Wakely1-8/+2
2022-10-04libstdc++: Make <cstdint> work freestanding [PR107134]Jonathan Wakely1-2/+57
2022-10-04libstdc++: Define <bits/functexcept.h> functions for freestanding [PR107135]Jonathan Wakely2-7/+26
2022-10-04libstdc++: Implement ranges::join_with_view from P2441R2Patrick Palka2-0/+555
2022-10-04install.texi: gcn - update llvm reqirements, gcn/nvptx - newlib use versionTobias Burnus1-5/+26
2022-10-04libstdc++: Use ///< for inline documentationArsen Arsenović3-14/+14
2022-10-04openmp: Add begin declare target supportJakub Jelinek18-75/+328
2022-10-04Convert nonzero mask in irange to wide_int.Aldy Hernandez3-171/+130
2022-10-04[PR107130] range-ops: Separate out ffs and popcount optimizations.Aldy Hernandez2-10/+46
2022-10-03diagnostics: Add test for fixed _Pragma location issue [PR91669]Lewis Hyatt1-0/+28
2022-10-04Daily bump.GCC Administrator8-1/+784
2022-10-03libstdc++: Update status docs for compare_exchange padding bitsJonathan Wakely2-6/+18
2022-10-03gcc/config/t-i386: add build dependencies on i386-builtin-types.incSergei Trofimovich1-0/+5
2022-10-03[testsuite][arm] Fix cmse-15.c expected outputTorbjörn SVENSSON1-0/+2
2022-10-03c++: Disallow jumps into statement expressionsJakub Jelinek7-5/+50
2022-10-03Update gcc sv.poJoseph Myers1-17/+19
2022-10-03c++: rename IS_SAME_AS trait code to IS_SAMEPatrick Palka5-6/+6
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović290-10/+390