[Bug tree-optimization/117507] SIGSEGV in tree_strip_nop_conversions

2024-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117507 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/117507] SIGSEGV in tree_strip_nop_conversions

2024-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117507 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/117507] SIGSEGV in tree_strip_nop_conversions

2024-11-08 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117507 --- Comment #3 from David Binderman --- After most of the reduction: typedef int u_int; static void z900_vstoreb(); int z900_edit_x_edit_and_mark_regs; unsigned long z900_edit_x_edit_and_mark_regs_1_0_0; u_int z900_edit_x_edit_and_mark_regs_0_0

[Bug tree-optimization/117507] SIGSEGV in tree_strip_nop_conversions

2024-11-08 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117507 --- Comment #2 from David Binderman --- -O2 can be replaced by -O1 -fcode-hoisting -fexpensive-optimizations. I have a reduction running.

[Bug tree-optimization/117507] SIGSEGV in tree_strip_nop_conversions

2024-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117507 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-11-08 Component|c