[Bug target/42465] internal compiler error: in extract_insn, at recog.c:2001

2014-04-25 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42465 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/42465] internal compiler error: in extract_insn, at recog.c:2001

2014-04-25 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42465 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/42465] internal compiler error: in extract_insn, at recog.c:2001

2009-12-30 Thread gccbugzilla at taggedtype dot net
--- Comment #9 from gccbugzilla at taggedtype dot net 2009-12-30 15:41 --- I've narrowed it down to this invocation: g++ -o octonion_test.o -c -mxl-compat ld_break.cpp So it's caused by some interaction with -mxl-compat -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42465

[Bug target/42465] internal compiler error: in extract_insn, at recog.c:2001

2009-12-30 Thread gccbugzilla at taggedtype dot net
--- Comment #8 from gccbugzilla at taggedtype dot net 2009-12-30 15:39 --- Aha, found a small test case: int main() { long double d; bool b = static_cast(0) == d; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42465

[Bug target/42465] internal compiler error: in extract_insn, at recog.c:2001

2009-12-30 Thread gccbugzilla at taggedtype dot net
--- Comment #7 from gccbugzilla at taggedtype dot net 2009-12-30 15:24 --- Ok, I ran the delta program for a few days and got this message: Died at /home/s.somani/thirdparty/delta-2006.08.03/delta line 123, <> line 64641 Doh! I'll try and see if I can get another test case. -- h

[Bug target/42465] internal compiler error: in extract_insn, at recog.c:2001

2009-12-22 Thread gccbugzilla at taggedtype dot net
--- Comment #6 from gccbugzilla at taggedtype dot net 2009-12-22 19:52 --- (In reply to comment #2) > It would be nice if could provide a manageable reproducer. Did you try delta > already? > > http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction > > Thanks in advance. Do you know

[Bug target/42465] internal compiler error: in extract_insn, at recog.c:2001

2009-12-22 Thread gccbugzilla at taggedtype dot net
--- Comment #5 from gccbugzilla at taggedtype dot net 2009-12-22 18:22 --- U(In reply to comment #4) > Also you might want to try 4.4.2 which has fixed some TOC related ICEs. > Unfortunately, I am stuck with this version but I will try that to find out if it does fix the issue to make

[Bug target/42465] internal compiler error: in extract_insn, at recog.c:2001

2009-12-22 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-12-22 18:16 --- Also you might want to try 4.4.2 which has fixed some TOC related ICEs. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -