[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

internal compiler error: in tree_low_cst, at tree.c:3255



>Submitter-Id:	net
>Originator:	Artur R. Czechowski
>Organization:	
>Confidential:	no
>Synopsis:	internal compiler error: in tree_low_cst, at tree.c:3255
>Severity:	non-critical
>Priority:	low
>Category:	c++
>Class:		ice-on-illegal-code
>Release:	3.3.5 (Debian 1:3.3.5-3) (Debian testing/unstable)
>Environment:
System: Linux blabluga.hell.pl 2.6.7bl #1 Sun Jul 4 17:47:48 CEST 2004 i686 GNU/Linux
Architecture: i686

	
host: i486-pc-linux-gnu
build: i486-pc-linux-gnu
target: i486-pc-linux-gnu
configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
>Description:
	
arturcz@blabluga:/tmp/s$ g++ -c foo.c
foo.c:16: internal compiler error: in tree_low_cst, at tree.c:3255
when compiling following code:

---- 8< [cut here] -----------------------------------
typedef struct {
        char *str;
        int n;
        char *(f[]);
        char *(l[]);
        int *a;
} t_moja;


        t_moja x={
                "foobar",
                4,
                {"imie","nazwisko","telefon","email"},
                {"Imiê","Nazwisko","Telefon","E-mail"},
                {0,1,2,3},
        };


        t_moja y={
                "baz",
                2,
                {"dupa","blada"},
                {"Pan","Kowalski"},
                {8,9}
        };

---- 8< [cut here] -----------------------------------

>How-To-Repeat:
	Save above snippet into file and run:
	g++ -c filename
	
>Fix:
	



Reply to: