This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

Re: error assign_stack_temp_for_type

[Get raw message]
Alexander Bruch wrote:-

> Hi
> I had the following error
> 
> OS: sparc-sun-solaris
> gcc version: 2.95.3 20010315 (release)
> 
> gcc -i baseconvert.cpp -Wall -o ../bin/baseconvert
> baseconvert.cpp: In function `long int baseconvert(long int, long int)':
> baseconvert.cpp:32: Internal compiler error in
> `assign_stack_temp_for_type', at function.c:938
> 
> I think this bug has something to do with:
> long array[LONG_MAX];
> ??

Yes, it's a well-known bug that has yet to be fixed.  There are at least
two GNATS entries for it.

Neil.


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