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]

Re: ICE caused by http://gcc.gnu.org/ml/gcc-cvs/2001-10/msg00512.html


Kazu Hirata wrote:

> On Oct 23, we had this change.
>
> http://gcc.gnu.org/ml/gcc-cvs/2001-10/msg00512.html
>
> After this, the following code causes an ICE.

> kazu.c: In function `foo':
> kazu.c:5: Internal compiler error in verify_wide_reg, at flow.c:550

Kazu, thank you for pinning down the change related to the
failure.  Perhaps it might help Honza to know that this failure
also happens for mn10300-elf and cris-axis-linux-gnu (supposedly
the other cris targets too), and worked on the 21:st and 22:nd,
respectively.  Therefore I presume those failures are caused by
the same patch.  I don't see this failure on non-CC0 simulator
targets (those that work :-/) so I guess this is related to
some CC0-handling code.

Honza, it would be very nice if could take the few steps and the
CPU cycles to test "wide" generic changes on
mn10300-elf+mn10300-sim as per simtest-howto.html.

For mn10300-elf, the failure is as follows:

...
/home/hp/builds2/mn10300-sim/gcc/xgcc
-B/home/hp/builds2/mn10300-sim/gcc/ -nostdinc -B/home/hp/builds2/mn10300-sim/mn10300-elf/newlib/ -isystem /home/hp/builds2/mn10300-sim/mn10300-elf/newlib/targ-include
-isystem /home/hp/cvs_areas/combined/cvs_write/newlib/libc/include -B/home/hp/builds2/mn10300-sim/../install-mn13sim/mn10300-elf/bin/
-B/home/hp/builds2/mn10300-sim/../install-mn13sim/mn10300-elf/lib/ -isystem /home/hp/builds2/mn10300-sim/../install-mn13sim/mn10300-elf/include
-L/home/hp/builds2/mn10300-sim/ld -DPACKAGE=\"newlib\" -DVERSION=\"1.9.0\"  -I. -I/home/hp/cvs_areas/combined/cvs_write/newlib/libm/math  -I/home/hp/cvs_areas/combined/cvs_write/newlib/libm/math/../common -O2 -I../../targ-include -I/home/hp/cvs_areas/combined/cvs_write/newlib/libm/../libc/include -fno-builtin      -g -O2  -mam33 -c /home/hp/cvs_areas/combined/cvs_write/newlib/libm/math/sf_erf.c
cc1: warning: changing search order for system directory "/home/hp/cvs_areas/combined/cvs_write/newlib/libc/include"
cc1: warning:   as it has already been specified as a non-system directory
/home/hp/cvs_areas/combined/cvs_write/newlib/libm/math/sf_erf.c: In function `erfcf':
/home/hp/cvs_areas/combined/cvs_write/newlib/libm/math/sf_erf.c:222:
Internal compiler error in verify_wide_reg, at flow.c:550
...

brgds, H-P


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