This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in g++ --syntax-only
>>>>> "Phil" == Phil Edwards <pedwards@disaster.jaj.com> writes:
> On Tue, Jan 16, 2001 at 09:24:36AM +0000, Jason Merrill wrote:
>> No, not OK. Please fix this in g++spec.c instead (search for 'warning').
> Something like this?
Yes, this is OK, thanks.
> (What's the diference?)
Several: This way fixes the problem where the problem originates, reuses
existing code and results in a smaller change.
Jason