This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: error assign_stack_temp_for_type
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- To: Alexander Bruch <Alexander dot Bruch at mni dot fh-giessen dot de>
- Cc: bug-gcc at gnu dot org
- Date: Fri, 23 Nov 2001 19:48:55 +0000
- Subject: Re: error assign_stack_temp_for_type
- References: <Pine.GSO.4.32.0111232029180.9929-200000@saturn>
[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.