[Bug c/117083] ICE: in get_expr_operands, at tree-ssa-operands.cc:939

2024-10-10 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117083 Richard Biener changed: What|Removed |Added Keywords||error-recovery --- Comment #3 from Ric

[Bug c/117083] ICE: in get_expr_operands, at tree-ssa-operands.cc:939

2024-10-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117083 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c/117083] ICE: in get_expr_operands, at tree-ssa-operands.cc:939

2024-10-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117083 --- Comment #1 from Andrew Pinski --- Reduced testcase: ``` void foo (unsigned *); void __GIMPLE (ssa) bar1 () { v unsigned int vect__35; unsigned int buf[4]; foo (&buf); } ```