aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-03-30ubsan: Fix ICE due to -fsanitize=object-size [PR105093]Jakub Jelinek2-0/+19
2022-03-30store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [PR105094]Jakub Jelinek2-1/+14
2022-03-30openmp: Ensure DECL_CONTEXT of OpenMP iterators in templates [PR105092]Jakub Jelinek2-0/+28
2022-03-30[nvptx, doc] Update misa and mptx, add march and march-mapTom de Vries1-7/+20
2022-03-30c++: Fox template-introduction tentative parsing in class bodies clear colon_...Jakub Jelinek2-0/+20
2022-03-30options: Improve 'LangEnabledBy' option property diagnosticsThomas Schwinge2-41/+62
2022-03-30options, '-Wc++[...]-extensions': Remove undefined one-argument 'LangEnabledB...Thomas Schwinge1-5/+5
2022-03-30options: Remove 'gcc/c-family/c.opt:Wuse-after-free' option definition recordThomas Schwinge1-5/+1
2022-03-30options: Remove 'gcc/c-family/c.opt:Warray-bounds' option definition recordThomas Schwinge1-4/+0
2022-03-29analyzer/strndup-1.c: skip on *-*-vxworks*Alexandre Oliva1-1/+2
2022-03-29gcc.dg/weak/typeof-2: arm may use constant poolAlexandre Oliva1-0/+2
2022-03-30Daily bump.GCC Administrator6-1/+328
2022-03-29analyzer: skip constant pool in -fdump-analyzer-untracked [PR testsuite/105085]David Malcolm2-0/+33
2022-03-29Fortran: avoid NULL pointer dereference checking elemental procedure argsHarald Anlauf2-2/+15
2022-03-29testsuite: Allow setting gpp_std_list in configuration filesJonathan Wakely2-4/+9
2022-03-29testsuite: Disable tests for C++23 that depend on std::unexpectedJonathan Wakely1-1/+1
2022-03-29Update gcc hr.poJoseph Myers1-1098/+784
2022-03-29Fortran: character length of pointer assignments in structure constructorsHarald Anlauf2-1/+50
2022-03-29gimple: Wrong -Wimplicit-fallthrough with if(1) [PR103597]Marek Polacek3-6/+194
2022-03-29c-family: Add -Wmisleading-indentation testcase [PR71637]Patrick Palka1-0/+11
2022-03-29Allow vsx_extract_<mode> to use Altivec registers.Michael Meissner1-6/+3
2022-03-29aarch64: correctly handle zero-sized bit-fields in AAPCS64 [PR102024]Richard Earnshaw2-3/+60
2022-03-29arm: correctly handle zero-sized bit-fields in AAPCS [PR102024]Richard Earnshaw2-3/+63
2022-03-29arm: temporarily disable 'local' pcs selection (PR96882)Richard Earnshaw1-1/+10
2022-03-29[nvptx] Add __PTX_ISA_VERSION_{MAJOR,MINOR}__Tom de Vries7-0/+72
2022-03-29[nvptx] Update help text for m64Tom de Vries1-1/+2
2022-03-29[nvptx] Add march-mapTom de Vries2-0/+56
2022-03-29Disable gathers for znver3 for vectors with 2 or 4 elementsJan Hubicka3-2/+22
2022-03-29[nvptx] Add march alias for misaTom de Vries3-0/+16
2022-03-29LoongArch Port: Add doc.chenglulu3-5/+268
2022-03-29LoongArch Port: gcc/testsuitechenglulu16-10/+346
2022-03-29LoongArch Port: Builtin macros.chenglulu1-0/+109
2022-03-29LoongArch Port: Builtin functions.chenglulu2-0/+779
2022-03-29LoongArch Port: Machine description C files and .h files.chenglulu5-0/+7316
2022-03-29LoongArch Port: Machine description files.chenglulu8-0/+4762
2022-03-29LoongArch Port: Regenerate gcc/configure.chenglulu1-6/+60
2022-03-29LoongArch Port: gcc buildchenglulu20-5/+2834
2022-03-29options: Fix 'enabledby_negargs' typo in 'LangEnabledBy' option property diag...Thomas Schwinge1-2/+2
2022-03-29testsuite: Check fpic support in pr103275.cMarc Poulhiès1-0/+1
2022-03-29testsuite: fixup pr97521.c and pr96713.c on i686-*Marc Poulhiès2-1/+2
2022-03-29tree-optimization/105080 - make sure SCEV is available for rangerRichard Biener2-12/+15
2022-03-28analyzer: ensure that we purge state when reusing a conjured_svalue [PR105087]David Malcolm12-27/+180
2022-03-28analyzer: fix ICE with incorrect lookup of cgraph node [PR105074]David Malcolm3-6/+22
2022-03-29Daily bump.GCC Administrator5-1/+210
2022-03-28ctfout: use ctfc_get_num_ctf_vars insteadIndu Bhagat1-2/+2
2022-03-28Update gcc sv.poJoseph Myers1-302/+200
2022-03-28c++: Fix __has_trivial_* docs [PR59426]Jason Merrill1-4/+4
2022-03-28c++: add commentJason Merrill1-0/+2
2022-03-28c++: reject concept w/ multiple tparm lists [PR105067]Patrick Palka2-0/+12
2022-03-28c++: constrained template friend matching ICE [PR105064]Patrick Palka2-9/+16