aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-05-09c++: Fix constexpr evaluation of parameters passed by invisible reference [PR...Jakub Jelinek
2024-05-09openmp: Copy DECL_LANG_SPECIFIC and DECL_LANG_FLAG_? to tree-nested decl copy...Jakub Jelinek
2024-05-09libstdc++: Workaround kernel-headers on s390x-linuxJakub Jelinek
2024-05-08Fix PR 110066: crash with -pg -static on riscvAndrew Pinski
2024-05-08tree-optimization/114375 - disallow SLP discovery of permuted mask loadsRichard Biener
2024-05-08cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924]Alex Coplan
2024-05-08middle-end: Fix ICE in poly-int.h due to SLP.Richard Ball
2024-05-08[Committed] Avoid FAIL of gcc.target/i386/pr110792.cRoger Sayle
2024-05-08PR target/110792: Early clobber issues with rot32di2_doubleword on i386.Roger Sayle
2024-05-08c++: Add testcase for this PR [PR97990]Andrew Pinski
2024-05-08middle-end/112732 - stray TYPE_ALIAS_SET in type variantRichard Biener
2024-05-08tree-optimization/112281 - loop distribution and zero dependence distancesRichard Biener
2024-05-08tree-optimization/112991 - re-do PR112961 fixRichard Biener
2024-05-08middle-end/113396 - int128 array index and value-rangesRichard Biener
2024-05-08Fortran: Generate new charlens for shared symbol typespecs [PR89462]Paul Thomas
2024-05-08Fortran: Fix ICE in gfc_trans_create_temp_array from bad type [PR93678]Paul Thomas
2024-05-08Fortran: Fix ICE in gfc_trans_pointer_assignment [PR113956]Paul Thomas
2024-05-08Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535]Paul Thomas
2024-05-07c++/c-common: Fix convert_vector_to_array_for_subscript for qualified vector ...Andrew Pinski
2024-05-07libstdc++: Fix conversion of simd to vector builtinMatthias Kretz
2024-05-07libstdc++: Silence irrelevant warnings in <experimental/simd>Matthias Kretz
2024-05-07libstdc++: Add include guard to simd-internal headerMatthias Kretz
2024-05-07libstdc++: Avoid ill-formed types on ARMMatthias Kretz