aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Test for linking for arm/size-optimization-ieee-[123].cAlexandre Oliva4-3/+15
2022-04-01Daily bump.GCC Administrator4-1/+143
2022-03-31rs6000: Fix some missing built-in attributes [PR104004]Bill Schmidt1-5/+5
2022-03-31runtime: support PPC32 MUSL register accessIan Lance Taylor1-1/+1
2022-03-31options: Clarifications around option definition records' help textsThomas Schwinge1-0/+11
2022-03-31options: Fix "Multiple different help strings" error diagnosticThomas Schwinge1-2/+5
2022-03-31aarch64: Implement determine_suggested_unroll_factorAndre Vieira3-2/+97
2022-03-31ipa: Careful processing ANCESTOR jump functions and NULL pointers (PR 103083)Martin Jambor5-29/+137
2022-03-31ipa-cp: Do not create clones for values outside known value range (PR 102513)Martin Jambor2-2/+59
2022-03-31ipa: Create LOAD references when necessary during inlining (PR 103171)Martin Jambor5-15/+96
2022-03-31[nvptx, testsuite] Fix typo in gcc.target/nvptx/march.cTom de Vries1-1/+1
2022-03-31tree-optimization/105109 - bogus uninit diagnostic with _ComplexRichard Biener2-0/+16
2022-03-31[nvptx] Fix ASM_SPEC workaround for sm_30Tom de Vries1-4/+18
2022-03-31rtl-optimization/105091 - wrong DSE with missed TREE_ADDRESSABLERichard Biener1-1/+2
2022-03-31Revert "gimple: allow more folding of memcpy [PR102125]"Richard Biener1-11/+5
2022-03-31gcov: Reword comment for gcov_read_string()Sebastian Huber1-3/+3
2022-03-30c++: parse trivial DMI immediately [PR96645]Jason Merrill4-6/+31
2022-03-31Daily bump.GCC Administrator7-1/+175
2022-03-30Fortran: NULL pointer dereference checking arguments to ASSOCIATED intrinsicHarald Anlauf2-1/+17
2022-03-30Update gcc hr.poJoseph Myers1-184/+193
2022-03-30rs6000: vec_neg built-ins wrongly require POWER8Bill Schmidt1-18/+18
2022-03-30[PR105032] LRA: modify loop condition to find reload insns for hard reg split...Vladimir N. Makarov2-1/+38
2022-03-30Revert "testsuite: Change pr80334.C testcase to dg-do compile [PR102772]"Jakub Jelinek1-5/+1
2022-03-30c-family: ICE with -Wconversion and A ?: B [PR101030]Marek Polacek2-1/+14
2022-03-30c++: ICE with failed __is_constructible constraint [PR100474]Patrick Palka2-1/+108
2022-03-30testsuite: Change pr80334.C testcase to dg-do compile [PR102772]Jakub Jelinek1-1/+5
2022-03-30c++: ICE with aggregate assignment and DMI [PR104583]Marek Polacek3-4/+38
2022-03-30[nvptx, doc] Document predefined macros at march and mptxTom de Vries1-0/+9
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