------- Comment #3 from jphartmann at gmail dot com 2006-07-04 07:45 ------- Created an attachment (id=11811) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11811&action=view) tar -z of the C source, tb.c. Has no preprocessor statements.
Incidentally, if I remove the goto on line 21, the compiler runs out of storage like it does when I try to do the decode with a switch statement or nested switch statements. Maybe the program is too big for the compiler. cc1: out of memory allocating 538476640 bytes PS: Uncompressed file is over 2M; could not post it directly. I know I've broken one of the rules. Sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28233