aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-04-17Bump BASE-VER.basepoints/gcc-14Jakub Jelinek1-1/+1
2023-04-17ipa: Fix double reference-count decrements for the same edge (PR 107769, PR 1...Martin Jambor7-17/+143
2023-04-17aarch64: disable LDP via tuning structure for -mcpu=ampere1Philipp Tomsich3-2/+30
2023-04-17testsuite: Fix up vect-simd-clone-1[678]f.c tests some moreJakub Jelinek3-0/+3
2023-04-17tree-optimization/109524 - ICE with VRP edge removalRichard Biener2-4/+50
2023-04-17testsuite: update builtins-5-p9-runnable.c for BEJiufu Guo1-0/+35
2023-04-17RISC-V: Fix testsuite fail on RV32Kito Cheng2-2/+2
2023-04-17RISC-V: Add test cases for the RVV mask insn shortcut.Pan Li1-0/+241
2023-04-17Daily bump.GCC Administrator3-1/+17
2023-04-16[committed] [PR target/109508] Adjust conditional move expansion for SFBJeff Law2-0/+18
2023-04-16[Committed] New test case gcc.target/avr/pr54816.cRoger Sayle1-0/+9
2023-04-16Daily bump.GCC Administrator5-1/+54
2023-04-15Fix fallout of previous change on x86/LinuxEric Botcazou1-6/+16
2023-04-15Fix handling of large arguments passed by value.John David Anglin2-9/+20
2023-04-15c++: constexpr aggregate destruction [PR109357]Jason Merrill2-4/+30
2023-04-15if-conv: Small improvement for expansion of complex PHIs [PR109154]Jakub Jelinek1-6/+6
2023-04-14rs6000: don't expect __ibm128 with 64-bit long double [PR99708]Alexandre Oliva1-1/+9
2023-04-14-Wdangling-pointer: fix MEM_REF handling [PR109514]Jason Merrill2-30/+50
2023-04-15Daily bump.GCC Administrator5-1/+93
2023-04-14Fortran: fix compile-time simplification of SET_EXPONENT [PR109511]Harald Anlauf2-6/+42
2023-04-14Fix build failure of Ada runtime for Aarch64 targetsEric Botcazou1-2/+6
2023-04-14vect-simd-clone testcase adjustmentsRichard Biener3-9/+9
2023-04-14Fortran: Fix an excess finalization during allocation [PR104272]Paul Thomas5-3/+68
2023-04-14tree-optimization/109502 - vector conversion between mask and non-maskRichard Biener2-2/+22
2023-04-14Fix vect-simd-clone testcase dump scanningRichard Biener6-15/+15
2023-04-14combine: Fix AND handling for WORD_REGISTER_OPERATIONS targets [PR109040]Jakub Jelinek4-4/+57
2023-04-14loop-iv: Fix up bounds computationJakub Jelinek1-1/+1
2023-04-14testsuite: filter out warning noise for CWE-1341 testJiufu Guo1-0/+3
2023-04-14Daily bump.GCC Administrator6-1/+90
2023-04-13Fortran: call of overloaded ‘abs(long long int&)’ is ambiguous [PR109492]Harald Anlauf1-2/+3
2023-04-13c++: 'typename T::X' vs 'struct T::X' lookup [PR109420]Patrick Palka3-2/+38
2023-04-13c++: make trait of incomplete type a permerror [PR109277]Jason Merrill3-5/+13
2023-04-13c++: make cxx_incomplete_type_diagnostic return boolJason Merrill2-20/+22
2023-04-13Ensure PHI equivalencies do not dominate the argument edge.Andrew MacLeod2-10/+22
2023-04-13PR modula2/109488 Typo in lang.opt: libraries maybeGaius Mulley1-1/+1
2023-04-13PR modula2/109496 Fix constant char parameter passing to an array of charGaius Mulley10-25/+157
2023-04-13aarch64: Don't trust TYPE_ALIGN for pointers [PR108910]Richard Sandiford2-1/+22
2023-04-13tree-optimization/109491 - ICE in expressions_equal_pRichard Biener1-0/+7
2023-04-13Daily bump.GCC Administrator6-1/+180
2023-04-12Update gcc de.poJoseph Myers1-111/+74
2023-04-12Update gcc .po filesJoseph Myers19-145373/+147801
2023-04-12RISC-V: Fix supporting data type according to RVV ISA. [PR109479]Ju-Zhe Zhong11-246/+349
2023-04-12reassoc: Fix up another ICE with returns_twice call [PR109410]Jakub Jelinek2-0/+28
2023-04-12i386: Fix up z operand modifier diagnostics on inline-asm [PR109458]Jakub Jelinek2-3/+24
2023-04-12mingw: Support building with older gcc versionsCostas Argyris1-2/+4
2023-04-12c++: Fix Solaris bootstraps across midnightJakub Jelinek1-6/+15
2023-04-12testsuite: Add testcase for recently fixed PR [PR109462]Jakub Jelinek1-0/+94
2023-04-12Don't use ANY PHI equivalences in range-on-entry.Andrew MacLeod2-2/+4
2023-04-12tree-optimization/109473 - ICE with reduction epilog adjustment opRichard Biener2-2/+21
2023-04-12Fortran: fix functions with entry and pointer/allocatable result [PR104312]Harald Anlauf5-1/+152