[Bug c/11267] [tree-ssa] ICE with variable-sized arrays

judd dot jenne at charter dot net gcc-bugzilla@gcc.gnu.org
Thu Sep 4 03:52: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=11267



------- Additional Comments From judd dot jenne at charter dot net  2003-09-04 03:52 -------
I noticed the C test case reports different ICE text 2003-09-03.

Confirmed C++ testcase still suceeds as Andrew noted 2003-08-02.

Reading specs from
/home/judd/gcc-dev/bin-ssa-baseline/lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa/specs
Configured with: /home/judd/gcc-dev/gcc-ssa-baseline/configure
--prefix=/home/judd/gcc-dev/bin-ssa-baseline --enable-languages=c,c++
--enable-checking
Thread model: posix
gcc version 3.5-tree-ssa 20030904 (merged 20030817)


judd@daedolus testcases $ gcc -c tc4.c
tc4.c: In function `foo':

tc4.c:3: internal compiler error: in find_function_data, at function.c:312
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
judd@daedolus testcases $ cat tc4.c
void foo(int i)
{
    int f[1][i];

    static void bar() { f[0]; }
}



More information about the Gcc-bugs mailing list