Keywords: diagnostic
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: andrewdkaster at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: powerpc-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91402
--- Comment #1 from Andrew Kaster ---
As a note, I was able to reproduce using godbolt, but they don't have very
recent versions of gcc for powerpc:
https://godbolt.org/z/20lNhf
Of the available compilers:
No warnings:
power64le clang (trunk)
-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: andrewdkaster at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: i686-pc-serenity
Encountered an ICE when trying to port OpenJDK to the Serenity operating
system. G
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100090
--- Comment #1 from Andrew Kaster ---
Created attachment 50598
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50598&action=edit
Reduced Test Case (cvise-ified)