aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Daily bump.GCC Administrator8-1/+149
2024-02-06c++: Disallow this specifier except for parameter declarations [PR113788]Jakub Jelinek2-3/+25
2024-02-06x86-64: Return 10_REG if there is no scratch registerH.J. Lu1-1/+1
2024-02-06c++: add fixed test [PR94231]Marek Polacek1-0/+20
2024-02-06aarch64: Fix function multiversioning manglingAndrew Carlotti10-38/+475
2024-02-06aarch64: Fix build against libc++ in c++11 mode [PR113763]Jakub Jelinek1-3/+3
2024-02-06c++: add auto_diagnostic_group to early_check_defaulted_comparisonMarek Polacek1-0/+1
2024-02-06RISC-V: Fix infinite compilation of VSETVL PASSJuzhe-Zhong1-5/+4
2024-02-06asan: Don't fold some strlens with -fsanitize=address [PR110676]Jakub Jelinek2-0/+19
2024-02-06lower-bitint: Encode address space qualifiers in VIEW_CONVERT_EXPRs [PR113736]Jakub Jelinek2-4/+49
2024-02-06tree-ssa-math-opts: Fix up convert_{mult,plusminus}_to_widen [PR113759]Jakub Jelinek2-32/+54
2024-02-06libssp: Fix gets-chk.c compilation on SolarisRainer Orth4-4/+65
2024-02-06AArch64: aarch64_class_max_nregs mishandles 64-bit structure modes [PR112577]Tejas Belagod1-0/+2
2024-02-06libgcc: Export i386 symbols added after GCC_7.0.0 on Solaris [PR113700]Rainer Orth2-0/+40
2024-02-06libgcc: fix SEH C++ rethrow semantics [PR113337]Matteo Italia1-3/+3
2024-02-06libstdc++: /dev/null is not accessible on WindowsTorbjörn SVENSSON1-2/+5
2024-02-05c++: defaulted op== for incomplete class [PR107291]Jason Merrill2-1/+10
2024-02-06LoongArch: libsanitizer: Enable Lsan and Tsan for loongarch64.chenguoqi3-2/+8
2024-02-06Daily bump.GCC Administrator8-1/+153
2024-02-06riscv: Fix compiler warning in thead.ccChristoph Müllner1-1/+2
2024-02-05c++: -frounding-math test [PR109359]Jason Merrill1-0/+8
2024-02-05Update gcc zh_CN.poJoseph Myers1-202/+157
2024-02-05c++: prvalue of array type [PR111286]Jason Merrill2-4/+17
2024-02-05libgo: bump libgo version for GCC 14 releaseIan Lance Taylor3-3/+3
2024-02-05compiler: add Type::message_nameIan Lance Taylor4-25/+375
2024-02-05x86-64: Find a scratch register for large model profilingH.J. Lu4-15/+214
2024-02-05contrib: Fill in HOST{CC,CFLAGS,CXX,CXXFLAGS} in test_installedJakub Jelinek1-0/+4
2024-02-05c: Avoid ICE with _BitInt(N) : 0 bitfield [PR113740]Jakub Jelinek2-1/+6
2024-02-05libitm: small update for C++20Marek Polacek1-3/+3
2024-02-05arm: Fix missing bti instruction for virtual thunksRichard Ball3-0/+24
2024-02-05x86-64: Update gcc.target/i386/apx-ndd.cH.J. Lu1-34/+34
2024-02-05mips: Fix missing mode in neg<mode:MSA>2Xi Ruoyao1-1/+1
2024-02-05MIPS: Fix wrong MSA FP vector negationXi Ruoyao1-3/+15
2024-02-05tree-optimization/113707 - ICE with VN eliminationRichard Biener3-0/+76
2024-02-05Vectorizer and address-spacesRichard Biener1-1/+1
2024-02-05lower-bitint: Remove single label _BitInt switches [PR113737]Jakub Jelinek2-1/+40
2024-02-05i386: Clear REG_UNUSED and REG_DEAD notes from the IL at the end of vzerouppe...Jakub Jelinek1-0/+26
2024-02-05target/113255 - avoid REG_POINTER on a pointer differenceRichard Biener1-1/+1
2024-02-04RISC-V: Add sifive-p450, sifive-p67 to -mcpuMonk Chiang4-1/+85
2024-02-04RISC-V: Support scheduling for sifive p400 seriesMonk Chiang7-3/+198
2024-02-05Daily bump.GCC Administrator7-1/+109
2024-02-04libstdc++: Replace padding bits with bit-fields in __format::_SpecJonathan Wakely1-0/+2
2024-02-04libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbolsJonathan Wakely4-9/+38
2024-02-04libstdc++: Add copyright and license text to new generated headersJonathan Wakely4-2/+112
2024-02-04xtensa: Fix missing mode warning in "*eqne_zero_masked_bits"Takayuki 'January June' Suwa1-1/+1
2024-02-04xtensa: Recover constant synthesis for HImode after LRA transitionTakayuki 'January June' Suwa1-8/+14
2024-02-04[committed] Reasonably handle SUBREGs in risc-v cost modelingJeff Law2-7/+26
2024-02-04LoongArch: Fix wrong LSX FP vector negationXi Ruoyao3-27/+18
2024-02-04LoongArch: Avoid out-of-bounds access in loongarch_symbol_insnsXi Ruoyao1-1/+2
2024-02-04LoongArch: testsuite: Fix gcc.dg/vect/vect-reduc-mul_{1, 2}.c FAIL.Li Wei1-55/+163