Subject: Re: Source line too long?!?
To: Bill Studenmund <wrstuden@nas.nasa.gov>
From: Andy Finnell <andyf@vei.net>
List: port-mac68k
Date: 10/06/1999 20:03:42
Bill Studenmund wrote:
> 
> Some line in your code is generating an assembler line which is
> overflowing the read buffers in the assembler.
> 
> Try using the -S option instead of the -c option - this will stop g++
> before calling the assembler, so you can look at what's going to the
> assembler. Then look around line 313 and see what's happening. :-)

A huge template is being instantiated, that's what's happening.  And by
looking below line 313, I can see even larger lines.  Is there any way
to rebuild the assembler so it can handle these huge lines?

Thanks,

	-andy