c/8494: Big array allocation in gcc2.95 make compiler fail in assign_stack_temp_for_type

bangerth@dealii.org bangerth@dealii.org
Fri Nov 8 07:08:00 GMT 2002


Synopsis: Big array allocation in gcc2.95 make compiler fail in assign_stack_temp_for_type

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Fri Nov  8 07:08:36 2002
State-Changed-Why:
    Newer compilers give you
    tmp/g> /home/bangerth/bin/gcc-3.2.1-pre/bin/gcc -c x.c
    x.c: In function `main':
    x.c:3: size of variable `a' is too large
    
    tmp/g> /home/bangerth/bin/gcc-3.3x-pre/bin/gcc -c x.c
    x.c: In function `main':
    x.c:3: error: size of variable `a' is too large
    
    Please upgrade.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8494



More information about the Gcc-prs mailing list