Bug 26283 - [4.2 Regression] ICE in do_compare_rtx_and_jump
Summary: [4.2 Regression] ICE in do_compare_rtx_and_jump
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: 4.2.0
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2006-02-14 13:43 UTC by Andrew Pinski
Modified: 2006-02-14 23:17 UTC (History)
2 users (show)

See Also:
Host:
Target: powerpc64-linux-gnu
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2006-02-14 13:43:38 UTC
Forwarded from:
http://people.redhat.com/dnovillo/spec2000.ppc64/gcc/log/20060214/build-20060214.log.gz
/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/bld.torreja/./gcc/xgcc -B/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/bld.torreja/./gcc/ -B/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/inst.torreja/powerpc64-unknown-linux-gnu/bin/ -B/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/inst.torreja/powerpc64-unknown-linux-gnu/lib/ -isystem /home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/inst.torreja/powerpc64-unknown-linux-gnu/include -isystem /home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/inst.torreja/powerpc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/src/libgfortran -I. -iquote/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/src/libgfortran/io -I/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/src/libgfortran/../gcc -I/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/src/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -O2 -g -O2 -c /home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/src/libgfortran/generated/minval_i16.c  -fPIC -DPIC -o .libs/minval_i16.o
/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/src/libgfortran/generated/minval_i16.c: In function 'minval_i16':
/home/cygnus/dnovillo/perf/sbox/gcc/local.ppc64/src/libgfortran/generated/minval_i16.c:49: internal compiler error: in do_compare_rtx_and_jump, at dojump.c:945

----
Sorry I don't have the preprocessed source
Comment 1 Roger Sayle 2006-02-14 16:26:20 UTC
Subject: Bug 26283

Author: sayle
Date: Tue Feb 14 16:26:16 2006
New Revision: 110983

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110983
Log:

	PR middle-end/26279
	PR middle-end/26280
	PR middle-end/26283
	* dojump.c (do_compare_rtx_and_jump): Handle multi-word LE.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dojump.c

Comment 2 Andrew Pinski 2006-02-14 23:17:35 UTC
Fixed.