This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Fix PR 3120



I get the same problem in the testsuite, lots of tests fail with:
FAIL: gcc.c-torture/compile/920617-1.c,  -O1  
Executing on host: /builds/gcc/gcc-3.1-devel/gcc/xgcc -B/builds/gcc/gcc-3.1-devel/gcc/  -w  -O2   -c  -o /builds/gcc/gcc-3.1-devel/gcc/testsuite/920617-1.o /cvs/gcc/gcc/testsuite/gcc.c-torture/compile/920617-1.c    (timeout = 300)
/cvs/gcc/gcc/testsuite/gcc.c-torture/compile/920617-1.c: In function `f':
/cvs/gcc/gcc/testsuite/gcc.c-torture/compile/920617-1.c:1: unrecognizable insn:
(insn 9 32 10 (set (reg:DF 61)
        (sqrt:DF (reg/v:DF 60))) -1 (nil)
    (nil))
/cvs/gcc/gcc/testsuite/gcc.c-torture/compile/920617-1.c:1: Internal compiler error in extract_insn, at recog.c:2129
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

I'm not going to apply the patch in this form due to these regressions
on i686-linux.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]