[Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014
denis at rouleau dot com
gcc-bugzilla@gcc.gnu.org
Thu Oct 2 19:21:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12207
------- Additional Comments From denis at rouleau dot com 2003-10-02 19:21 -------
I'm encountering the same bug but without apparent non-constant in array
definition. Perhaps this will help getting a patch.
Compiling an ECOS file (i386 target)
.i file attached
Command line
------------
i386-elf-gcc -c -I/ecos-f/cygwin/home/Denis/ecos_dev/1stredboot_install/include
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/tests -I.
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src/ -Wall -Wpointer-arith
-Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2
-ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc
-finit-priority -save-temps -Wp,-MD,src/hal_misc.tmp -o
src/hal_i386_arch_hal_misc.o
/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src/hal_misc.c
cc1: Internal compiler error in size_binop, at fold-const.c:2014
gcc version
------------
i386-elf-gcc -c -I/ecos-f/cygwin/home/Denis/ecos_dev/1stredboot_install/include
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/tests -I.
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src/ -Wall -Wpointer-arith
-Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2
-ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc
-finit-priority -save-temps -Wp,-MD,src/hal_misc.tmp -o
src/hal_i386_arch_hal_misc.o
/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src/hal_misc.c
cc1: Internal compiler error in size_binop, at fold-const.c:2014
system
------
Pentium 4, Windows 98, cygwin 3.3.1
[discalimer] first gcc bug report. I read the instructions and I hope I haven't
missed anything;-)
More information about the Gcc-bugs
mailing list