[Bug rtl-optimization/100090] ICE in regcprop.c (find_oldest_value_reg)

2021-04-15 Thread andrewdkaster at gmail dot com via Gcc-bugs
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=edit Reduced Test Case (cvise-ified)

[Bug rtl-optimization/100090] New: ICE in regcprop.c (find_oldest_value_reg)

2021-04-15 Thread andrewdkaster at gmail dot com via Gcc-bugs
-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

[Bug c++/91402] PowerPC unecessary -Wignored-attriubte warnings on template specialization with -mlongcall

2019-08-08 Thread andrewdkaster at gmail dot com
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)

[Bug c++/91402] New: PowerPC unecessary -Wignored-attriubte warnings on template specialization with -mlongcall

2019-08-08 Thread andrewdkaster at gmail dot com
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