[Bug tree-optimization/118717] [15 Regression] =gcc-15.0.1_pre20250126 produces ICE with ruby-3.4.1 when lto is used: ractor.c:592:1: internal compiler error: SSA corruption

2025-01-31 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118717 --- Comment #3 from Ted Rodgers --- -march=native expands to: -march=sapphirerapids -mabm -mno-sgx -mrtm -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=48 --param=l2-cache-size=76800

[Bug c/118717] =gcc-15.0.1_pre20250126 produces ICE with ruby-3.4.1 when lto is used: ractor.c:592:1: internal compiler error: SSA corruption

2025-01-31 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118717 --- Comment #1 from Ted Rodgers --- Created attachment 60340 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60340&action=edit ractor.i file

[Bug c/118717] =gcc-15.0.1_pre20250126 produces ICE with ruby-3.4.1 when lto is used: ractor.c:592:1: internal compiler error: SSA corruption

2025-01-31 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118717 --- Comment #2 from Ted Rodgers --- Created attachment 60341 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60341&action=edit thread.i file

[Bug c/118717] New: =gcc-15.0.1_pre20250126 produces ICE with ruby-3.4.1 when lto is used: ractor.c:592:1: internal compiler error: SSA corruption

2025-01-31 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118717 Bug ID: 118717 Summary: =gcc-15.0.1_pre20250126 produces ICE with ruby-3.4.1 when lto is used: ractor.c:592:1: internal compiler error: SSA corruption Product: gcc

[Bug tree-optimization/118503] [15 Regression] gcc-15.0.0_pre20250112 ICE with webkit-gtk-2.46.5-r600: JSBigInt.cpp:1424:6: internal compiler error: in exact_div, at poly-int.h:2160 1424 | bool JSBig

2025-01-15 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118503 --- Comment #3 from Ted Rodgers --- Comment on attachment 60168 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60168 reduced UnifiedSource-f2e18ffc-19.cpp.ii builds with: g++ -pipe -std=c++23 -fPIC -fmax-errors=20 -fasynchronous-unwind-t

[Bug tree-optimization/118503] [15 Regression] gcc-15.0.0_pre20250112 ICE with webkit-gtk-2.46.5-r600: JSBigInt.cpp:1424:6: internal compiler error: in exact_div, at poly-int.h:2160 1424 | bool JSBig

2025-01-15 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118503 --- Comment #1 from Ted Rodgers --- Created attachment 60168 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60168&action=edit reduced UnifiedSource-f2e18ffc-19.cpp.ii

[Bug tree-optimization/118503] New: [15 Regression] gcc-15.0.0_pre20250112 ICE with webkit-gtk-2.46.5-r600: JSBigInt.cpp:1424:6: internal compiler error: in exact_div, at poly-int.h:2160 1424 | bool

2025-01-15 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118503 Bug ID: 118503 Summary: [15 Regression] gcc-15.0.0_pre20250112 ICE with webkit-gtk-2.46.5-r600: JSBigInt.cpp:1424:6: internal compiler error: in exact_div, at poly-int.h:2160 1424

[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-13 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118464 --- Comment #3 from Ted Rodgers --- Reduced: struct a { int begin; int end; }; using b = a[]; struct { b d; a &c(long e) { return d[e]; } } l; void f(char *, int, int, int) __attribute__((__noreturn__)); struct g { int operator!=(g e

[Bug c++/118464] 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 poly-int.h:2160

2025-01-13 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118464 --- Comment #1 from Ted Rodgers --- Created attachment 60143 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60143&action=edit gzipped memory_descriptor_ref.cpp.ii

[Bug c++/118464] New: 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 poly-int.h:2160

2025-01-13 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118464 Bug ID: 118464 Summary: 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

[Bug ipa/118077] ICE when building openimageio-2.5.13: oiioversion.h:127:28: internal compiler error: in single_succ_edge, at basic-block.h:332

2024-12-16 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118077 --- Comment #3 from Ted Rodgers --- ok, I hit the same ICE building with snapshot gcc-15-20241208 (tried latest in case it had been fixed)

[Bug ipa/118077] ICE when building openimageio-2.5.13: oiioversion.h:127:28: internal compiler error: in single_succ_edge, at basic-block.h:332

2024-12-16 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118077 --- Comment #1 from Ted Rodgers --- This could be a dupe of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117892 reduced code: int a; struct b { virtual int c() { return 0; } int d() { return a && 0 == c(); } }; void _setjmp(); struct e f

[Bug ipa/118077] New: ICE when building openimageio-2.5.13: oiioversion.h:127:28: internal compiler error: in single_succ_edge, at basic-block.h:332

2024-12-16 Thread ted.d.rodgers at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118077 Bug ID: 118077 Summary: ICE when building openimageio-2.5.13: oiioversion.h:127:28: internal compiler error: in single_succ_edge, at basic-block.h:332 Product: gcc