Patch for `LL' warnings in insn-*.c

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Sun Jul 28 13:07:00 GMT 2002


 > From: Richard Earnshaw
 > 
 > > That particular warning comes from cpplib, which is not currently
 > > aware of __extension__ since it treats each token in isolation.
 > > 
 > > insn-*.c are compiled by the bootstrap compiler (in stage 1); do we
 > > know that this compiler will, in truth, always accept the LL suffix?
 > > If so, another possible change is to make -Wno-long-long override
 > > -Wtraditional for this warning; that would be much easier to
 > > implement.
 > 
 > Yes, I think that would be OK.  Note that LL is also not part of C90 and 
 > we already filter out that case for -Wno-long-long.
 > R.

I agree.  Zack - were you going to implement the -Wno-long-long bit
WRT -Wtraditional?  (Solaris2 is still hosed so I can't get any work
done.)

		--Kaveh
--
Kaveh R. Ghazi			Director of Systems Architecture
ghazi@caip.rutgers.edu		Qwest Solutions



More information about the Gcc-patches mailing list