c++/984: GCC cannot efficently initialize a big array

jason@gcc.gnu.org jason@gcc.gnu.org
Wed Mar 20 04:36:00 GMT 2002


Synopsis: GCC cannot efficently initialize a big array

State-Changed-From-To: open->analyzed
State-Changed-By: jason
State-Changed-When: Wed Mar 20 02:54:39 2002
State-Changed-Why:
    The C frontend was modified several years ago to handle large initializers like this efficiently, but nobody has ported the changes to the C++ frontend.  Until that happens, you could compile your array in a separate C source file.

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



More information about the Gcc-bugs mailing list