[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 Andrew Pinski changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread patrick.oppenlander at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #13 from Patrick Oppenlander --- That should be the one. Thanks for all the help!

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread patrick.oppenlander at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #12 from Patrick Oppenlander --- Created attachment 51993 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51993=edit Preprocessed gpt-systick.ii

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #11 from Andrew Pinski --- (In reply to Andrew Pinski from comment #10) > Thanks for those two preprocessed files but it looks like one more is > needed. Can you attach the one where the definition of timer_monotonic is? Or rather

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #10 from Andrew Pinski --- Thanks for those two preprocessed files but it looks like one more is needed. Can you attach the one where the definition of timer_monotonic is?

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread patrick.oppenlander at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #9 from Patrick Oppenlander --- Created attachment 51992 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51992=edit Preprocessed timer.cpp

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread patrick.oppenlander at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #8 from Patrick Oppenlander --- Created attachment 51991 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51991=edit Preprocessed atomic.cpp

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #7 from Andrew Pinski --- Try the following two object files: /home/patrick/src/apex-examples/apex/sys/kern/timer.cpp /home/patrick/src/apex-examples/apex/sys/arch/arm/v7em/atomic.cpp At least attach the preprocessed source for

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #6 from Andrew Pinski --- (In reply to Patrick Oppenlander from comment #5) > I'm a little stuck with trying to reduce this. > > The instructions linked say to look at "@/tmp/ccX" to get a list of > object files of interest. In

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-13 Thread patrick.oppenlander at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #5 from Patrick Oppenlander --- I'm a little stuck with trying to reduce this. The instructions linked say to look at "@/tmp/ccX" to get a list of object files of interest. In this case the lto1 invocation which is failing

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-12 Thread patrick.oppenlander at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #4 from Patrick Oppenlander --- It's open source, but probably a bit of work to reproduce. I'll see if I can produce a reduced testcase. Thanks for the link to the instructions.

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-12 Thread patrick.oppenlander at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #3 from Patrick Oppenlander --- gcc -v output is: % armv7em-linux-musleabihf-g++ -v Using built-in specs. COLLECT_GCC=armv7em-linux-musleabihf-g++

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > If it is private software you might want to read > https://gcc.gnu.org/wiki/A_guide_to_testcase_reduction#Reducing_LTO_bugs and > try to reduce the sources

[Bug target/103676] internal compiler error: in extract_constrain_insn, at recog.c:2671

2021-12-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103676 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|