Bug#336463: g++-4.0: FPE ICE on mipsen also affects fltk1.1

2005-11-05 Thread Falk Hueffner
Hi, Very likely, this is the same as PR 24514, which has a patch here: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00103.html -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[Bug target/23435] [4.1 Regression] Unrecognizable insn (in extract_insn, at recog.c)

2005-11-05 Thread kazu at gcc dot gnu dot org
-- kazu at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kazu at gcc dot gnu dot org |dot org

[Bug target/23435] [4.1 Regression] Unrecognizable insn (in extract_insn, at recog.c)

2005-11-05 Thread kazu at gcc dot gnu dot org
--- Comment #7 from kazu at gcc dot gnu dot org 2005-11-05 23:32 --- Reduced down to: void foo (unsigned long *a, unsigned long long *p) { *p = *a; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23435 --- You are receiving this mail because: --- You are on the CC list

[Bug target/23435] [4.1 Regression] Unrecognizable insn (in extract_insn, at recog.c)

2005-11-05 Thread kazu at gcc dot gnu dot org
--- Comment #6 from kazu at gcc dot gnu dot org 2005-11-05 23:23 --- Reduced down to: void foo (unsigned long *a, unsigned long long *p) { if (*p == 0) *p = *a; } -- kazu at gcc dot gnu dot org changed: What|Removed |Added --

Bug#336463: g++-4.0: FPE ICE on mipsen also affects fltk1.1

2005-11-05 Thread Aaron M. Ucko
Package: g++-4.0 Version: 4.0.2-3 Followup-For: Bug #336463 My latest upload of fltk1.1 (1.1.6-9) runs into identical lossage on mips and mipsel, on sources that did not change since before my previous upload (which built fine), so G++ definitely appears to be the culprit. Logs: http://buildd.de

[Bug ada/22533] [4.1 regression] ICE in get_base_var

2005-11-05 Thread aj at gcc dot gnu dot org
-- aj at gcc dot gnu dot org changed: What|Removed |Added CC||aj at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=225

[Bug rtl-optimization/23453] [4.0/4.1 regression] miscompilation of PARI/GP on x86 with gcse after reload

2005-11-05 Thread steven at gcc dot gnu dot org
--- Comment #10 from steven at gcc dot gnu dot org 2005-11-05 10:48 --- This doesn't fail for me with the test case from comment #6... :-( -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23453 --- You are receiving this mail because: --- You reported the bug, or are watchin