This is the mail archive of the gcc@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]

Re: Bug on PPC (no patch yet)


>>>>> "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


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