From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27551 invoked by alias); 2 Oct 2003 19:21:26 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27484 invoked by uid 48); 2 Oct 2003 19:21:23 -0000 Date: Thu, 02 Oct 2003 19:21:00 -0000 Message-ID: <20031002192123.27483.qmail@sources.redhat.com> From: "denis at rouleau dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030908134123.12207.andrewk@brass.com> References: <20030908134123.12207.andrewk@brass.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014 X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg00184.txt.bz2 List-Id: 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;-)