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


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