This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC
- From: "victork at il dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jul 2007 12:12:24 -0000
- Subject: [Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC
- References: <bug-32582-12180@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from victork at il dot ibm dot com 2007-07-02 12:12 -------
Subject: Re: Bootstrap with vectorization enabled fails with
ICE on PPC
"rakdver at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> wrote on
02.07.2007 14:51:35:
> OK, I will have a look.
thanks!
> Could you please provide a preprocessed
> source for the
> testcase, I need to use a crosscompiler to reproduce it?
I'm using a native compiler and I'm not sure how easy it will be to
reproduce the
failure, as it happens during stage3 build using the compier from stage2
when
on "regclass.c" source. regclass.c passes the compilation when cc1 from
stage1 is used.
I've tried to get a backtrace using gdb, but I'm getting the following
error
from gdb:
(gdb) b main
Breakpoint 1 at 0x1009eac0: file ../../gcc/gcc/main.c, line 35.
(gdb) run
Starting program: /home/victork/mainline-20-06/build.124727/prev-gcc/cc1
-quiet -v -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include
-I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd
-I../libdecnumber -iprefix
/home/victork/mainline-20-06/build.124727/prev-gcc/../lib/gcc/powerpc64-unknown-linux-gnu/4.3.0
/ -isystem /home/victork/mainline-20-06/build.124727/./prev-gcc/include
-isystem /home/victork/mainline-20-06/build.124727/./prev-gcc/include-fixed
-D__unix__ -D__gnu_linux__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux
-Asystem=linux -Asystem=unix -Asystem=posix -DIN_GCC -DHAVE_CONFIG_H
../../gcc/gcc/regclass.c -quiet -dumpbase regclass.c -maltivec
-auxbase-strip regclass.o -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition
-Wmissing-format-attribute -Werror -version -ftree-vectorize -fno-common -o
x.s
Warning:
Cannot insert breakpoint -1.
Error accessing memory address 0x6a600000d692: Input/output error.
(gdb)
-- Victor
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32582