This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/8494: Big array allocation in gcc2.95 make compiler fail in assign_stack_temp_for_type
- From: bangerth at dealii dot org
- To: delanoy_f at yahoo dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 8 Nov 2002 15:08:37 -0000
- Subject: Re: c/8494: Big array allocation in gcc2.95 make compiler fail in assign_stack_temp_for_type
- Reply-to: bangerth at dealii dot org, delanoy_f at yahoo dot com, 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
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