middle-end/9936: [3.2/3.3 regression] ICE with local function and variable-length 2d array

bangerth@dealii.org bangerth@dealii.org
Tue Mar 4 15:38:00 GMT 2003


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



More information about the Gcc-prs mailing list