------- Comment #4 from jphartmann at gmail dot com 2006-07-04 07:55 ------- By "accident" I discovered that removing the goto at line 21 gets the compiler past the error message, but it then fails with "cc1: out of memory allocating 538476640 bytes". Doing the decode in a switch statement produces a similar error message. Both in a switch with 64K cases and in 256 nested switch statments. The number of bytes is slightly different in the three cases. I'm using a 32-bit system.
-- jphartmann at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jphartmann at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28233