This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/33915] iv folding fails with pointer iterations
- From: "dj at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2007 04:30:53 -0000
- Subject: [Bug tree-optimization/33915] iv folding fails with pointer iterations
- References: <bug-33915-681@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dj at redhat dot com 2007-10-30 04:30 -------
Subject: Re: iv folding fails with pointer iterations
Yup. I did a source update, rebuilt the natives, and tried to build...
m32c-elf-gcc -B/greed/dj/m32c/newlib/m32c-elf/m32c-elf/m32cm/newlib/ -isystem
/greed/dj/m32c/newlib/m32c-elf/m32c-elf/m32cm/newlib/targ-include -isystem
/greed/dj/m32c/newlib/src/newlib/libc/include
-B/greed/dj/m32c/newlib/m32c-elf/m32c-elf/m32cm/libgloss/m32c
-L/greed/dj/m32c/newlib/m32c-elf/m32c-elf/m32cm/libgloss/libnosys
-L/greed/dj/m32c/newlib/src/libgloss/m32c -mcpu=m32cm
-DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\"
-DPACKAGE_VERSION=\"1.15.0\" -DPACKAGE_STRING=\"newlib\ 1.15.0\"
-DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib/libc/stdlib -Os
-DPREFER_SIZE_OVER_SPEED -DABORT_PROVIDED -DSMALL_MEMORY
-DMISSING_SYSCALL_NAMES -fno-builtin -O2 -g -O2 -mcpu=m32cm -c -o
lib_a-wcstombs_r.o `test -f 'wcstombs_r.c' || echo
'../../../../../../src/newlib/libc/stdlib/'`wcstombs_r.c
../../../../../../src/newlib/libc/stdlib/wcstombs_r.c: In function
'_wcstombs_r':
../../../../../../src/newlib/libc/stdlib/wcstombs_r.c:11: internal compiler
error: in build2_stat, at tree.c:3110
I'm using a 32-bit build OS, though.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33915