This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Re: c++/10060: ICE on huge file (300k lines)
- From: <andreas at florath dot net>
- To: giovannibajo at libero dot it, andreas at florath dot net, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, giovannibajo at libero dot it, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Tue, 6 May 2003 11:58:02 +0200
- Subject: Re: Re: c++/10060: ICE on huge file (300k lines)
Hello!
I just downloaded the latest gcc snapshot (gcc version 3.3
20030428 (prerelease)). When trying to compile the 100000 version,
the error changed to
> g++ -pipe -ggdb -o t t.cc
{standard input}: Assembler messages:
{standard input}:597943: Warning: end of file not at end of a line;
newline inserted
{standard input}:599806: Error: unknown pseudo-op: `.g'
g++: Internal error: Segmentation Fault (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
I'm now trying to figure out the smallest number when this error
occurs: it's somewhat between 65536 (which compiles) and 100000 (which
failes). Please give me some time, because it takes some hours to
compile.
If you need some additional information (assembler output, core file
:-) ...) feel free to ask. [Also one step I want to do is to check the
size of the assembler output - maybe a problem with large files
>4G????]
Best Regards
Andreas Florath
andreas@florath.net
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10060