aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-21Update ChangeLog and version files for releasereleases/gcc-13.3.0Jakub Jelinek
2024-05-21Daily bump.GCC Administrator
2024-05-20Daily bump.GCC Administrator
2024-05-19Daily bump.GCC Administrator
2024-05-18[committed] Fix RISC-V missing stack tieJeff Law
2024-05-16Daily bump.GCC Administrator
2024-05-15Daily bump.GCC Administrator
2024-05-14ipa: Compare jump functions in ICF (PR 113907)Martin Jambor
2024-05-14ICF&SRA: Make ICF and SRA agree on paddingMartin Jambor
2024-05-14libstdc++: Fix typo in std::stacktrace::max_size [PR115063]Jonathan Wakely
2024-05-14libstdc++: Fix infinite loop in std::binomial_distribution [PR114359]Jonathan Wakely
2024-05-14libstdc++: Adjust expected locale-dependent date formats in testsJonathan Wakely
2024-05-14libstdc++: Fix typo in Doxygen commentJonathan Wakely
2024-05-14libstdc++: Fix run_doxygen for Doxygen 1.10 man page formatJonathan Wakely
2024-05-13c++: build_extra_args recapturing local specs [PR114303]Patrick Palka
2024-05-14Daily bump.GCC Administrator
2024-05-13c++: constexpr union member access folding [PR114709]Patrick Palka
2024-05-13Manually add ChangeLog entries for various commits from 2024-05-09.Jakub Jelinek
2024-05-13rtl-optimization/54052 - RTL SSA PHI insertion compile-time hogRichard Biener
2024-05-13Daily bump.GCC Administrator
2024-05-09diagnostics: fix corrupt json/SARIF on stderr [PR114348]David Malcolm
2024-05-09Fix ICE in -fdiagnostics-generate-patch [PR112684]David Malcolm
2024-05-09diagnostics: fix ICE on sarif output when source file is unreadable [PR111700]David Malcolm
2024-05-09analyzer: fix ICE and false positive with -Wanalyzer-deref-before-check [PR11...David Malcolm
2024-05-09analyzer: fix ICE due to type mismatch when replaying call summary [PR114473]David Malcolm
2024-05-09analyzer: fix -Wanalyzer-deref-before-check false positive seen in loop heade...David Malcolm
2024-05-09analyzer: fix -Wanalyzer-va-arg-type-mismatch false +ve on int types [PR111289]David Malcolm
2024-05-09analyzer: fix skipping of debug stmts [PR113253]David Malcolm
2024-05-09analyzer: fix defaults in compound assignments from non-zero offsets [PR112969]David Malcolm
2024-05-09analyzer: casting all zeroes should give all zeroes [PR113333]David Malcolm
2024-05-09analyzer: fix deref-before-check false positives due to inlining [PR112790]David Malcolm
2024-05-09analyzer: fix ICE for 2 bits before the start of base region [PR112889]David Malcolm
2024-05-09jit: dump string literal initializers correctlyVibhav Pant
2024-05-09testsuite, analyzer: add test case [PR108171]David Malcolm
2024-05-09analyzer: fix ICE on zero-sized arrays [PR110882]David Malcolm
2024-05-09analyzer: fix ICE on division of tainted floating-point values [PR110700]David Malcolm
2024-05-09jit.exp: handle dwarf version mismatch in jit-check-debug-info [PR110466]David Malcolm
2024-05-09jit: avoid using __vector in testcase [PR110466]David Malcolm
2024-05-09testsuite: Add more allocation size tests for conjured svalues [PR110014]Tim Lange
2024-05-09analyzer: Fix allocation size false positive on conjured svalue [PR109577]Tim Lange
2024-05-09analyzer: add caching to globals with initializers [PR110112]David Malcolm
2024-05-09[PR114415][scheduler]: Fixing wrong code generationVladimir N. Makarov
2024-05-09Fix range-ops operator_addr.Andrew MacLeod
2024-05-09Daily bump.GCC Administrator
2024-05-09testsuite: Fix up vector-subaccess-1.C test for ia32 [PR89224]Jakub Jelinek
2024-05-09AVR: target/114981 - Support __builtin_powi[l] / __powidf2.Georg-Johann Lay
2024-05-09reassoc: Fix up optimize_range_tests_to_bit_test [PR114965]Jakub Jelinek
2024-05-09expansion: Use __trunchfbf2 calls rather than __extendhfbf2 [PR114907]Jakub Jelinek
2024-05-09tree-inline: Remove .ASAN_MARK calls when inlining functions into no_sanitize...Jakub Jelinek
2024-05-09gimple-ssa-sprintf: Use [0, 1] range for %lc with (wint_t) 0 argument [PR114876]Jakub Jelinek