This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: middle-end/9936: [3.2/3.3 regression] ICE with local function and variable-length 2d array
- From: bangerth at dealii dot org
- To: douze at enseeiht dot fr, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 4 Mar 2003 15:38:02 -0000
- Subject: Re: middle-end/9936: [3.2/3.3 regression] ICE with local function and variable-length 2d array
- Reply-to: bangerth at dealii dot org, douze at enseeiht dot fr, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Old Synopsis: gcc 3.2, local function and variable-length 2d array
New Synopsis: [3.2/3.3 regression] ICE with local function and variable-length 2d array
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Mar 4 15:38:02 2003
State-Changed-Why:
Confirmed also on x86 linux. Works with 3.0 and mainline,
but fails with 3.2 and 3.3:
g/x> /home/bangerth/bin/gcc-3.0.4/bin/gcc -c x.c
g/x> /home/bangerth/bin/gcc-3.2.2-pre/bin/gcc -c x.c
x.c: In function `bar':
x.c:6: Internal compiler error in expand_expr, at expr.c:6464
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
g/x> /home/bangerth/bin/gcc-3.3-pre/bin/gcc -c x.c
x.c: In function `bar':
x.c:6: internal compiler error: in expand_expr, at expr.c:6818
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c x.c
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9936