[Bug tree-optimization/122079] [16 regression] ICE on valid code at -O{s,2,3} on x86_64-linux-gnu: in compute_antic, at tree-ssa-pre.cc:2449

2025-09-29 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122079 --- Comment #2 from Zhendong Su --- Another instance that fails also at -O1 with -fcode-hoisting. Compiler Explorer: https://godbolt.org/z/svqKzoPqT Note: - fails: trunk - works: 15.2 and earlier - -O1 with -fcode-hoisting, and -O{s,2,3} [599

[Bug tree-optimization/122079] [16 regression] ICE on valid code at -O{s,2,3} with "-fno-tree-loop-im" on x86_64-linux-gnu: in compute_antic, at tree-ssa-pre.cc:2449

2025-09-28 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122079 --- Comment #1 from Zhendong Su --- Here is another test that fails at -O{s,2,3} and doesn't require the flag -fno-tree-loop-im. Compiler Explorer: https://godbolt.org/z/vfs1fdaas [669] % gcctk -O3 small.c during GIMPLE pass: pre small.c: In

[Bug tree-optimization/122079] New: ICE on valid code at -O{s,2,3} with "-fno-tree-loop-im" on x86_64-linux-gnu: in compute_antic, at tree-ssa-pre.cc:2449

2025-09-27 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122079 Bug ID: 122079 Summary: ICE on valid code at -O{s,2,3} with "-fno-tree-loop-im" on x86_64-linux-gnu: in compute_antic, at tree-ssa-pre.cc:2449 Product: gcc Versi

[Bug ipa/121987] New: ICE on valid code at -O{s,2,3} on x86_64-linux-gnu: in upper_bound, at value-range.h:1186

2025-09-18 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121987 Bug ID: 121987 Summary: ICE on valid code at -O{s,2,3} on x86_64-linux-gnu: in upper_bound, at value-range.h:1186 Product: gcc Version: unknown Status: UNCONFIRMED

[Bug rtl-optimization/121934] New: ICE on valid code at -O3 "-fno-tree-dominator-opts -fno-tree-vrp -fno-tree-ccp -fno-tree-forwprop -fno-tree-pre -fno-tree-fre" on x86_64-linux-gnu: in expand_set_or_

2025-09-13 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121934 Bug ID: 121934 Summary: ICE on valid code at -O3 "-fno-tree-dominator-opts -fno-tree-vrp -fno-tree-ccp -fno-tree-forwprop -fno-tree-pre -fno-tree-fre" on x86_64-linux-gnu: in

[Bug rtl-optimization/121852] New: wrong code at -O2 with "-fno-gcse" on x86_64-linux-gnu

2025-09-08 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121852 Bug ID: 121852 Summary: wrong code at -O2 with "-fno-gcse" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug tree-optimization/121834] New: ICE on valid code at -O{2,3} on x86_64-linux-gnu: in vect_build_slp_tree_2, at tree-vect-slp.cc:2857

2025-09-06 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121834 Bug ID: 121834 Summary: ICE on valid code at -O{2,3} on x86_64-linux-gnu: in vect_build_slp_tree_2, at tree-vect-slp.cc:2857 Product: gcc Version: unknown Status: UNCONF

[Bug tree-optimization/121768] New: ICE on valid code at -O{2,3} with "-fno-tree-dce -fno-inline" on x86_64-linux-gnu: in vect_build_slp_tree_2, at tree-vect-slp.cc:3217

2025-09-03 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121768 Bug ID: 121768 Summary: ICE on valid code at -O{2,3} with "-fno-tree-dce -fno-inline" on x86_64-linux-gnu: in vect_build_slp_tree_2, at tree-vect-slp.cc:3217 Product: gcc

[Bug tree-optimization/121756] New: ICE on valid code at -O3 on x86_64-linux-gnu: verify_ssa failed

2025-09-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121756 Bug ID: 121756 Summary: ICE on valid code at -O3 on x86_64-linux-gnu: verify_ssa failed Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/121730] New: wrong code at -O1 on x86_64-linux-gnu (generated code hangs)

2025-08-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121730 Bug ID: 121730 Summary: wrong code at -O1 on x86_64-linux-gnu (generated code hangs) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/121704] [13/14/15/16 regression] wrong code at -O3 with "-fno-gcse -fno-ipa-cp" on x86_64-linux-gnu

2025-08-28 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121704 --- Comment #5 from Zhendong Su --- I also have a variant that fails with GCC 11, but it's been very slow and tough to get it reduced. I'll share once it's down to a reasonable size.

[Bug tree-optimization/121704] New: wrong code at -O3 with "-fno-gcse -fno-ipa-cp" on x86_64-linux-gnu

2025-08-28 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121704 Bug ID: 121704 Summary: wrong code at -O3 with "-fno-gcse -fno-ipa-cp" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/121686] New: wrong code at -O3 on x86_64-linux-gnu

2025-08-27 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121686 Bug ID: 121686 Summary: wrong code at -O3 on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-op

[Bug tree-optimization/121675] New: wrong code at -O3 on x86_64-linux-gnu

2025-08-26 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121675 Bug ID: 121675 Summary: wrong code at -O3 on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-op

[Bug tree-optimization/121656] New: wrong code at -O{1,2,3} on x86_64-linux-gnu

2025-08-25 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121656 Bug ID: 121656 Summary: wrong code at -O{1,2,3} on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug tree-optimization/121648] New: wrong code at -O{s,2,3} with "-fno-tree-loop-im -fno-gcse -fno-code-hoisting -fno-tree-fre -fno-tree-pre -fno-tree-dominator-opts" on x86_64-linux-gnu

2025-08-23 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121648 Bug ID: 121648 Summary: wrong code at -O{s,2,3} with "-fno-tree-loop-im -fno-gcse -fno-code-hoisting -fno-tree-fre -fno-tree-pre -fno-tree-dominator-opts" on x86_6

[Bug tree-optimization/121638] New: wrong code at -O3 with "-fno-tree-vrp -fno-tree-scev-cprop" on x86_64-linux-gnu

2025-08-22 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121638 Bug ID: 121638 Summary: wrong code at -O3 with "-fno-tree-vrp -fno-tree-scev-cprop" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Sever

[Bug tree-optimization/121625] New: wrong code at -O{2,3} with "-fno-guess-branch-probability -fno-ssa-phiopt" on x86_64-linux-gnu

2025-08-21 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121625 Bug ID: 121625 Summary: wrong code at -O{2,3} with "-fno-guess-branch-probability -fno-ssa-phiopt" on x86_64-linux-gnu Product: gcc Version: unknown

[Bug tree-optimization/121619] New: wrong code at -O{s,2,3} with "-fno-gcse -fno-tree-ter -fno-guess-branch-probability -fno-forward-propagate" on x86_64-linux-gnu (the generated code hangs)

2025-08-20 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121619 Bug ID: 121619 Summary: wrong code at -O{s,2,3} with "-fno-gcse -fno-tree-ter -fno-guess-branch-probability -fno-forward-propagate" on x86_64-linux-gnu (the generated code hangs)

[Bug tree-optimization/121589] New: wrong code at -O1 and above on x86_64-linux-gnu

2025-08-18 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121589 Bug ID: 121589 Summary: wrong code at -O1 and above on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug tree-optimization/121577] New: wrong code at -O{s,2,3} with "-fno-tree-pre -fno-code-hoisting -fno-tree-fre -fno-tree-dominator-opts -fno-gcse -fno-tree-loop-im" on x86_64-linux-gnu

2025-08-17 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121577 Bug ID: 121577 Summary: wrong code at -O{s,2,3} with "-fno-tree-pre -fno-code-hoisting -fno-tree-fre -fno-tree-dominator-opts -fno-gcse -fno-tree-loop-im" on x86_6

[Bug tree-optimization/121556] [13/14/15/16 regression] wrong code at -O3 on x86_64-linux-gnu

2025-08-15 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121556 --- Comment #2 from Zhendong Su --- (In reply to Sam James from comment #1) > Is it possible to use -fno-tree-slsr for now in fuzzing, so that the fuzzer > can move past these? They're likely all the same root SLSR issue we've seen > that richi

[Bug tree-optimization/121558] New: wrong code at -O3 on x86_64-linux-gnu (generated code hangs)

2025-08-14 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121558 Bug ID: 121558 Summary: wrong code at -O3 on x86_64-linux-gnu (generated code hangs) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/121557] New: wrong code at -O3 on x86_64-linux-gnu (generated code hangs)

2025-08-14 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121557 Bug ID: 121557 Summary: wrong code at -O3 on x86_64-linux-gnu (generated code hangs) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/121556] New: wrong code at -O3 on x86_64-linux-gnu

2025-08-14 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121556 Bug ID: 121556 Summary: wrong code at -O3 on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-op

[Bug tree-optimization/121522] New: wrong code at -O3 on x86_64-linux-gnu (the generated code hangs)

2025-08-12 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121522 Bug ID: 121522 Summary: wrong code at -O3 on x86_64-linux-gnu (the generated code hangs) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug ipa/121519] New: ICE on valid code at -O3 on x86_64-linux-gnu: in upper_bound, at value-range.h:1186

2025-08-12 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121519 Bug ID: 121519 Summary: ICE on valid code at -O3 on x86_64-linux-gnu: in upper_bound, at value-range.h:1186 Product: gcc Version: unknown Status: UNCONFIRMED S

[Bug rtl-optimization/121497] New: ICE at -O{2,3} on x86_64-linux-gnu: in extract_insn, at recog.cc:2884

2025-08-11 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121497 Bug ID: 121497 Summary: ICE at -O{2,3} on x86_64-linux-gnu: in extract_insn, at recog.cc:2884 Product: gcc Version: unknown Status: UNCONFIRMED Severity: norma

[Bug tree-optimization/121468] New: compiler hang at -Os on x86_64-linux-gnu

2025-08-08 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121468 Bug ID: 121468 Summary: compiler hang at -Os on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree

[Bug tree-optimization/121465] New: wrong code at -O3 on x86_64-linux-gnu

2025-08-08 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121465 Bug ID: 121465 Summary: wrong code at -O3 on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-op

[Bug tree-optimization/121382] wrong code at -O2 on x86_64-linux-gnu

2025-08-03 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121382 --- Comment #1 from Zhendong Su --- Here is another related instance that also fails at -O3 (and 15.1). Compiler Explorer: https://godbolt.org/z/KqzvrvG4v [522] % gcctk -v Using built-in specs. COLLECT_GCC=gcctk COLLECT_LTO_WRAPPER=/local/home

[Bug tree-optimization/121382] New: wrong code at -O2 on x86_64-linux-gnu

2025-08-03 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121382 Bug ID: 121382 Summary: wrong code at -O2 on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-op

[Bug tree-optimization/121378] New: wrong code at -O2 on x86_64-linux-gnu

2025-08-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121378 Bug ID: 121378 Summary: wrong code at -O2 on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-op

[Bug tree-optimization/121370] New: wrong code at -O{s,2,3} on x86_64-linux-gnu

2025-08-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121370 Bug ID: 121370 Summary: wrong code at -O{s,2,3} on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug c/121369] Error instead of warning for -Wincompatible-pointer-types?

2025-08-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121369 --- Comment #2 from Zhendong Su --- (In reply to Andrew Pinski from comment #1) > Did you read the release notes: > https://gcc.gnu.org/gcc-14/changes.html > > C: Certain warnings about are now errors, see Porting to GCC > 14[https://gcc.gnu.or

[Bug diagnostics/121369] New: Error instead of warning for -Wincompatible-pointer-types?

2025-08-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121369 Bug ID: 121369 Summary: Error instead of warning for -Wincompatible-pointer-types? Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/121347] New: wrong code at -O1 and above on x86_64-linux-gnu

2025-08-01 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121347 Bug ID: 121347 Summary: wrong code at -O1 and above on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug tree-optimization/121295] New: ICE on valid code at -O{2,3} with "-fno-tree-copy-prop -fno-tree-pre -fno-code-hoisting": Segmentation fault

2025-07-29 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121295 Bug ID: 121295 Summary: ICE on valid code at -O{2,3} with "-fno-tree-copy-prop -fno-tree-pre -fno-code-hoisting": Segmentation fault Product: gcc Version: unknown Status

[Bug tree-optimization/121202] New: ICE on valid code at -O3 with -fno-tree-copy-prop on x86_64-linux-gnu: in vect_schedule_slp_node, at tree-vect-slp.cc:11381

2025-07-21 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121202 Bug ID: 121202 Summary: ICE on valid code at -O3 with -fno-tree-copy-prop on x86_64-linux-gnu: in vect_schedule_slp_node, at tree-vect-slp.cc:11381 Product: gcc

[Bug tree-optimization/121194] New: ICE on valid code at -O3: in quick_push, at vec.h:1050

2025-07-21 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121194 Bug ID: 121194 Summary: ICE on valid code at -O3: in quick_push, at vec.h:1050 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug tree-optimization/121067] New: wrong code at -Os with "-fno-tree-pre -fno-code-hoisting -fno-tree-dominator-opts -fno-tree-fre" on x86_64-linux-gnu

2025-07-14 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121067 Bug ID: 121067 Summary: wrong code at -Os with "-fno-tree-pre -fno-code-hoisting -fno-tree-dominator-opts -fno-tree-fre" on x86_64-linux-gnu Product: gcc Version

[Bug tree-optimization/121035] New: ICE on valid code at -O{2,3} with "-fno-tree-dce -fno-tree-dse -fno-expensive-optimizations -fno-ssa-phiopt" on x86_64-linux-gnu: Segmentation fault

2025-07-11 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121035 Bug ID: 121035 Summary: ICE on valid code at -O{2,3} with "-fno-tree-dce -fno-tree-dse -fno-expensive-optimizations -fno-ssa-phiopt" on x86_64-linux-gnu: Segmentation

[Bug tree-optimization/120701] New: ICE at -O{2,3} on x86_64-linux-gnu: in verify_range, at value-range.cc:1546

2025-06-18 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120701 Bug ID: 120701 Summary: ICE at -O{2,3} on x86_64-linux-gnu: in verify_range, at value-range.cc:1546 Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug rtl-optimization/120677] New: ICE on valid code at -O{2,3} on x86_64-linux-gnu: verify_flow_info failed

2025-06-16 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120677 Bug ID: 120677 Summary: ICE on valid code at -O{2,3} on x86_64-linux-gnu: verify_flow_info failed Product: gcc Version: unknown Status: UNCONFIRMED Severity: n

[Bug tree-optimization/120661] [16 regression] compiler hang at -O{s,2,3} on x86_64-linux-gnu

2025-06-16 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120661 --- Comment #4 from Zhendong Su --- Here is another likely related test (which is also valid) that only hangs at -Os. Compiler Explorer: https://godbolt.org/z/rMWKPxdos [512] % gcctk -v Using built-in specs. COLLECT_GCC=gcctk COLLECT_LTO_WRAPP

[Bug tree-optimization/120661] New: compiler hang at -O{s,2,3} on x86_64-linux-gnu

2025-06-15 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120661 Bug ID: 120661 Summary: compiler hang at -O{s,2,3} on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug tree-optimization/120630] [16 regression] wrong code at -O{s,2,3} with "-fno-tree-loop-im -fno-tree-loop-optimize -fno-tree-ch" on x86_64-linux-gnu

2025-06-12 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120630 --- Comment #3 from Zhendong Su --- Here is a test without using any flags (fails at -O{s,2,3}), assuming it's due to the same root cause: [595] % gcctk -v Using built-in specs. COLLECT_GCC=gcctk COLLECT_LTO_WRAPPER=/local/home/suz/suz-local/s

[Bug tree-optimization/120630] New: wrong code at -O{s,2,3} with "-fno-tree-loop-im -fno-tree-loop-optimize -fno-tree-ch" on x86_64-linux-gnu

2025-06-11 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120630 Bug ID: 120630 Summary: wrong code at -O{s,2,3} with "-fno-tree-loop-im -fno-tree-loop-optimize -fno-tree-ch" on x86_64-linux-gnu Product: gcc Version: unknown

[Bug tree-optimization/120583] [12/13/14/15/16 Regression] wrong code at -O{s,2} on x86_64-linux-gnu

2025-06-09 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120583 --- Comment #4 from Zhendong Su --- If it's helpful, one more test that fails (only) at -Os: * Compiler Explorer: https://godbolt.org/z/6MfG5seKE * works: 14.* and earlier * fails: 15.1 and trunk * -fwrapv or -fno-ivopts makes it disappear [517

[Bug tree-optimization/120583] [12/13/14/15/16 Regression] wrong code at -O{s,2} on x86_64-linux-gnu

2025-06-08 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120583 --- Comment #3 from Zhendong Su --- One more likely related test that fails at -O{s,2,3}: * Compiler Explorer: https://godbolt.org/z/jGzY51ebh * works: 13.* and earlier * fails: 14.* and later (the generated code hangs) * -fwrapv or -fno-ivopts

[Bug tree-optimization/120583] [12/13/14/15/16 Regression] wrong code at -O{s,2} on x86_64-linux-gnu

2025-06-08 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120583 --- Comment #2 from Zhendong Su --- Another likely related test that fails at -O1 and above: * Compiler Explorer: https://godbolt.org/z/xYG5Y1EfP * works: 14.* and earlier * fails: 15.1 and trunk * -fwrapv or -fno-ivopts makes it disappear [507

[Bug tree-optimization/120584] New: wrong code at -O{1,s,2} on x86_64-linux-gnu

2025-06-07 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120584 Bug ID: 120584 Summary: wrong code at -O{1,s,2} on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug tree-optimization/120583] New: wrong code at -O{s,2} on x86_64-linux-gnu

2025-06-07 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120583 Bug ID: 120583 Summary: wrong code at -O{s,2} on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tre

[Bug tree-optimization/120560] New: wrong code at -O{s,2,3} with -fno-tree-ccp on x86_64-linux-gnu

2025-06-05 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120560 Bug ID: 120560 Summary: wrong code at -O{s,2,3} with -fno-tree-ccp on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/120521] New: wrong code at -O3 with "-fno-tree-fre" on x86_64-linux-gnu (generated code hangs)

2025-06-03 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120521 Bug ID: 120521 Summary: wrong code at -O3 with "-fno-tree-fre" on x86_64-linux-gnu (generated code hangs) Product: gcc Version: unknown Status: UNCONFIRMED Sev

[Bug tree-optimization/120487] New: wrong code at -Os on x86_64-linux-gnu

2025-05-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120487 Bug ID: 120487 Summary: wrong code at -Os on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-op

[Bug tree-optimization/120488] New: wrong code at -O1 and above on x86_64-linux-gnu

2025-05-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120488 Bug ID: 120488 Summary: wrong code at -O1 and above on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug tree-optimization/120341] [15/16 Regregression] wrong code at -O1 and above with "-fallow-store-data-races" on x86_64-linux-gnu

2025-05-21 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120341 --- Comment #4 from Zhendong Su --- Here is another very similar reproducer that only fails at -Os and seems to go back to at least as early as 10.1. Compiler Explorer: https://godbolt.org/z/7e4jePnY7 [508] % gcctk -v Using built-in specs. C

[Bug tree-optimization/120342] New: wrong code at -O{s,2,3} with "-fno-tree-ccp -fno-tree-forwprop" on x86_64-linux-gnu

2025-05-18 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120342 Bug ID: 120342 Summary: wrong code at -O{s,2,3} with "-fno-tree-ccp -fno-tree-forwprop" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED S

[Bug tree-optimization/120341] New: wrong code at -O1 and above with "-fallow-store-data-races" on x86_64-linux-gnu

2025-05-18 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120341 Bug ID: 120341 Summary: wrong code at -O1 and above with "-fallow-store-data-races" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Sever

[Bug tree-optimization/120322] New: wrong code at -O{s,2,3} with "-fno-early-inlining" on x86_64-linux-gnu

2025-05-17 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120322 Bug ID: 120322 Summary: wrong code at -O{s,2,3} with "-fno-early-inlining" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: norm

[Bug ipa/120236] New: wrong code at -O{s,2,3} with "-fno-tree-fre -fipa-pta" on x86_64-linux-gnu

2025-05-12 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120236 Bug ID: 120236 Summary: wrong code at -O{s,2,3} with "-fno-tree-fre -fipa-pta" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug tree-optimization/120211] New: ICE on valid code at -O3 with "-fno-tree-copy-prop -fno-tree-dominator-opts -fno-tree-loop-ivcanon -fno-tree-pre -fno-code-hoisting" on x86_64-linux-gnu: in gimple_

2025-05-10 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120211 Bug ID: 120211 Summary: ICE on valid code at -O3 with "-fno-tree-copy-prop -fno-tree-dominator-opts -fno-tree-loop-ivcanon -fno-tree-pre -fno-code-hoisting" on x86_64-linux-gnu:

[Bug tree-optimization/120074] New: ICE on valid code at -O1 with "-fno-tree-copy-prop -fno-tree-forwprop -fno-tree-ccp" on x86_64-linux-gnu: in decompose, at wide-int.h:1049

2025-05-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120074 Bug ID: 120074 Summary: ICE on valid code at -O1 with "-fno-tree-copy-prop -fno-tree-forwprop -fno-tree-ccp" on x86_64-linux-gnu: in decompose, at wide-int.h:1049 Product:

[Bug ipa/120048] New: ICE on valid code at -O{s,2} with "-fno-tree-vrp -fno-tree-fre" on x86_64-linux-gnu: in type, at value-range.h:982

2025-04-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120048 Bug ID: 120048 Summary: ICE on valid code at -O{s,2} with "-fno-tree-vrp -fno-tree-fre" on x86_64-linux-gnu: in type, at value-range.h:982 Product: gcc Version:

[Bug tree-optimization/120046] New: wrong code at -O{s,2} with "-fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre -fno-expensive-optimizations -fno-gcse" on x86_64-linux-gnu

2025-04-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120046 Bug ID: 120046 Summary: wrong code at -O{s,2} with "-fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre -fno-expensive-optimizations -fno-gcse" on x86_64-linux-gn

[Bug tree-optimization/120044] New: wrong code at -O1 and above with "-fno-early-inlining -fno-tree-fre -fno-tree-pre -fno-code-hoisting" on x86_64-linux-gnu

2025-04-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120044 Bug ID: 120044 Summary: wrong code at -O1 and above with "-fno-early-inlining -fno-tree-fre -fno-tree-pre -fno-code-hoisting" on x86_64-linux-gnu Product: gcc Ve

[Bug tree-optimization/120043] New: wrong code at -O{s,2,3} with -fallow-store-data-races on x86_64-linux-gnu

2025-04-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120043 Bug ID: 120043 Summary: wrong code at -O{s,2,3} with -fallow-store-data-races on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: n

[Bug tree-optimization/119803] New: ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484

2025-04-14 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119803 Bug ID: 119803 Summary: ICE on valid code at -O{2,3} on x86_64-linux-gnu: in verify_mask, at value-range.cc:2484 Product: gcc Version: unknown Status: UNCONFIRMED

[Bug tree-optimization/119594] New: wrong code at -Os with "-fno-dce -fno-tree-dce -fno-tree-dse" on x86_64-linux-gnu

2025-04-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119594 Bug ID: 119594 Summary: wrong code at -Os with "-fno-dce -fno-tree-dce -fno-tree-dse" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Sev

[Bug tree-optimization/119586] New: wrong code at -O2 with "-ftree-loop-vectorize -fno-inline" on x86_64-linux-gnu

2025-04-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119586 Bug ID: 119586 Summary: wrong code at -O2 with "-ftree-loop-vectorize -fno-inline" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severi

[Bug tree-optimization/119530] New: wrong code at -O{s,2,3} with "-fno-tree-vrp -fno-inline" on x86_64-linux-gnu

2025-03-29 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119530 Bug ID: 119530 Summary: wrong code at -O{s,2,3} with "-fno-tree-vrp -fno-inline" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity

[Bug tree-optimization/119291] New: wrong code at -O{2,3} with "-fno-thread-jumps" on x86_64-linux-gnu

2025-03-14 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119291 Bug ID: 119291 Summary: wrong code at -O{2,3} with "-fno-thread-jumps" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/119057] New: ICE at -O{2,3} with "-fno-tree-vrp -fno-tree-forwprop" on x86_64-linux-gnu: in operator[], at vec.h:910

2025-02-28 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119057 Bug ID: 119057 Summary: ICE at -O{2,3} with "-fno-tree-vrp -fno-tree-forwprop" on x86_64-linux-gnu: in operator[], at vec.h:910 Product: gcc Version: unknown Status: UNC

[Bug tree-optimization/118805] New: wrong code at -O1 with "-fno-tree-ccp -fno-tree-copy-prop -fno-tree-forwprop -fno-tree-fre" on x86_64-linux-gnu

2025-02-08 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118805 Bug ID: 118805 Summary: wrong code at -O1 with "-fno-tree-ccp -fno-tree-copy-prop -fno-tree-forwprop -fno-tree-fre" on x86_64-linux-gnu Product: gcc Version: unk

[Bug tree-optimization/118739] New: wrong code at -O{s,3} with "-fno-tree-forwprop -fno-tree-vrp" on x86_64-linux-gnu

2025-02-04 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118739 Bug ID: 118739 Summary: wrong code at -O{s,3} with "-fno-tree-forwprop -fno-tree-vrp" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Sev

[Bug tree-optimization/118704] [15 regression] ICE when building nmap with LTO (make_bit_field_load, at gimple-fold.cc:7862)

2025-01-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118704 Zhendong Su changed: What|Removed |Added CC||zhendong.su at inf dot ethz.ch --- Commen

[Bug tree-optimization/118706] New: ICE on valid code at -O1 and above with "-fno-tree-fre" on x86_64-linux-gnu: in make_bit_field_load, at gimple-fold.cc:7862

2025-01-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118706 Bug ID: 118706 Summary: ICE on valid code at -O1 and above with "-fno-tree-fre" on x86_64-linux-gnu: in make_bit_field_load, at gimple-fold.cc:7862 Product: gcc

[Bug tree-optimization/118569] New: ICE on valid code at -O3 with "-fno-tree-ch -fno-tree-ccp -fno-tree-fre" on x86_64-linux-gnu: in check_loop_closed_ssa_def, at tree-ssa-loop-manip.cc:647

2025-01-20 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118569 Bug ID: 118569 Summary: ICE on valid code at -O3 with "-fno-tree-ch -fno-tree-ccp -fno-tree-fre" on x86_64-linux-gnu: in check_loop_closed_ssa_def, at tree-ssa-loo

[Bug tree-optimization/118552] New: ICE on valid code at -O3 with "-fno-tree-ch -fno-tree-ccp -fno-tree-fre" on x86_64-linux-gnu: in check_loop_closed_ssa_def, at tree-ssa-loop-manip.cc:647

2025-01-19 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118552 Bug ID: 118552 Summary: ICE on valid code at -O3 with "-fno-tree-ch -fno-tree-ccp -fno-tree-fre" on x86_64-linux-gnu: in check_loop_closed_ssa_def, at tree-ssa-loo

[Bug tree-optimization/118535] New: wrong code at -O{2,3} on x86_64-linux-gnu

2025-01-17 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118535 Bug ID: 118535 Summary: wrong code at -O{2,3} on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tre

[Bug tree-optimization/118514] New: wrong code at -O{1,s,3} on x86_64-linux-gnu

2025-01-16 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118514 Bug ID: 118514 Summary: wrong code at -O{1,s,3} on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug tree-optimization/118464] [15 Regression] gcc-15.0.0_pre20250112 ICE with opencv-4.10.0 using -O2/-ftree-loop-vectorize: memory_descriptor_ref.cpp:94:19: internal compiler error: in exact_div, at

2025-01-14 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118464 Zhendong Su changed: What|Removed |Added CC||zhendong.su at inf dot ethz.ch --- Commen

[Bug tree-optimization/118138] New: wrong code at -O3 with "-fno-inline" on x86_64-linux-gnu

2024-12-19 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118138 Bug ID: 118138 Summary: wrong code at -O3 with "-fno-inline" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal P

[Bug tree-optimization/118081] New: wrong code at -O{s,2,3} with "-fno-tree-vrp -fno-expensive-optimizations" on x86_64-linux-gnu

2024-12-17 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118081 Bug ID: 118081 Summary: wrong code at -O{s,2,3} with "-fno-tree-vrp -fno-expensive-optimizations" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED

[Bug tree-optimization/118046] New: wrong code at -O{2,3} on x86_64-linux-gnu

2024-12-14 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118046 Bug ID: 118046 Summary: wrong code at -O{2,3} on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tre

[Bug tree-optimization/117915] New: ICE on valid code at -O{s,2,3} with "-fno-tree-copy-prop -fno-tree-vrp" on x86_64-linux-gnu: tree check: expected ssa_name, have integer_cst in ifcombine_mark_ssa_n

2024-12-04 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117915 Bug ID: 117915 Summary: ICE on valid code at -O{s,2,3} with "-fno-tree-copy-prop -fno-tree-vrp" on x86_64-linux-gnu: tree check: expected ssa_name, have integer_cs

[Bug ipa/117892] New: ICE on valid code at -O1 and above on x86_64-linux-gnu: in single_succ_edge, at basic-block.h:332

2024-12-03 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117892 Bug ID: 117892 Summary: ICE on valid code at -O1 and above on x86_64-linux-gnu: in single_succ_edge, at basic-block.h:332 Product: gcc Version: unknown

[Bug tree-optimization/117859] New: ICE on valid code at -O{2,3} with "-fno-ssa-phiopt -fno-expensive-optimization": Segmentation fault

2024-11-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117859 Bug ID: 117859 Summary: ICE on valid code at -O{2,3} with "-fno-ssa-phiopt -fno-expensive-optimization": Segmentation fault Product: gcc Version: unknown Status: UNCONFI

[Bug tree-optimization/117480] New: wrong code at -O1 and above on x86_64-linux-gnu

2024-11-07 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117480 Bug ID: 117480 Summary: wrong code at -O1 and above on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug tree-optimization/117420] wrong code at -O1 on x86_64-linux-gnu

2024-11-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117420 --- Comment #1 from Zhendong Su --- A related test that is miscompiled at -O{s,2,3}, but not -O1. Compiler Explorer: https://godbolt.org/z/Pe3j3sTzj [560] % gcctk -v Using built-in specs. COLLECT_GCC=gcctk COLLECT_LTO_WRAPPER=/local/home/suz

[Bug tree-optimization/117420] New: wrong code at -O1 on x86_64-linux-gnu

2024-11-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117420 Bug ID: 117420 Summary: wrong code at -O1 on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-op

[Bug rtl-optimization/117239] New: wrong code at -O{s,2} with "-fno-inline -fschedule-insns" on x86_64-linux-gnu

2024-10-20 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117239 Bug ID: 117239 Summary: wrong code at -O{s,2} with "-fno-inline -fschedule-insns" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severit

[Bug tree-optimization/117237] New: wrong code at -O{s,2,3} with "-fno-tree-fre -fno-tree-pre -fno-code-hoisting -fno-inline" on x86_64-linux-gnu

2024-10-20 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117237 Bug ID: 117237 Summary: wrong code at -O{s,2,3} with "-fno-tree-fre -fno-tree-pre -fno-code-hoisting -fno-inline" on x86_64-linux-gnu Product: gcc Version: unkno

[Bug tree-optimization/117226] New: wrong code at -O{s,2,3} with "-fno-tree-forwprop" on x86_64-linux-gnu

2024-10-19 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117226 Bug ID: 117226 Summary: wrong code at -O{s,2,3} with "-fno-tree-forwprop" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: norma

[Bug tree-optimization/117192] New: wrong code at -O3 with "-fno-unswitch-loops" on x86_64-linux-gnu

2024-10-17 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117192 Bug ID: 117192 Summary: wrong code at -O3 with "-fno-unswitch-loops" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/117113] New: ICE on valid code at -O3 with "-fno-tree-dce -fno-inline" on x86_64-linux-gnu: verify_ssa failed

2024-10-13 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117113 Bug ID: 117113 Summary: ICE on valid code at -O3 with "-fno-tree-dce -fno-inline" on x86_64-linux-gnu: verify_ssa failed Product: gcc Version: unknown Status: UNCONFIRME

[Bug rtl-optimization/117105] New: ICE on valid code at -O3 with "-fno-code-hoisting -fno-tree-fre -fno-tree-dominator-opts -fno-tree-pre -fno-tree-sra" on x86_64-linux-gnu: in extract_constrain_insn,

2024-10-12 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117105 Bug ID: 117105 Summary: ICE on valid code at -O3 with "-fno-code-hoisting -fno-tree-fre -fno-tree-dominator-opts -fno-tree-pre -fno-tree-sra" on x86_64-linux-gnu: in

[Bug tree-optimization/117041] New: ICE on valid code at -O3 on x86_64-linux-gnu: in vectorizable_load, at tree-vect-stmts.cc:10327

2024-10-08 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117041 Bug ID: 117041 Summary: ICE on valid code at -O3 on x86_64-linux-gnu: in vectorizable_load, at tree-vect-stmts.cc:10327 Product: gcc Version: unknown Status: UNCONFIRMED

[Bug tree-optimization/116990] New: ICE on valid code at -O3 "-fno-tree-ccp -fno-tree-loop-im -fno-tree-dse" on x86_64-linux-gnu: in single_pred_edge, at basic-block.h:342

2024-10-06 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116990 Bug ID: 116990 Summary: ICE on valid code at -O3 "-fno-tree-ccp -fno-tree-loop-im -fno-tree-dse" on x86_64-linux-gnu: in single_pred_edge, at basic-block.h:342 Product: gcc

  1   2   3   4   5   >