This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]