Bug on PPC (no patch yet)

Paul Koning pkoning@xedia.com
Tue Oct 21 13:08:00 GMT 1997


>>>>> "Robert" == Robert Lipe <robertl@dgii.com> writes:
...
 Robert> Patch from AO.
...
 Robert> + /* If type is negative, produce an internal compiler error.
 Robert> + This may be caused by an array that is too large.

I assume this wouldn't happen for 64-bit targets unless the array size
exceeds 64 (not 32) bits, right?

The error generated should NOT be "internal compiler error".  That
error message should always mean "there's a bug in the compiler" and
never "there's something wrong with your source code".

	paul



More information about the Gcc mailing list