This is the mail archive of the gcc-patches@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]

Re: Recent changes to cse.c


On Tue, Jul 17, 2001 at 02:18:57AM -0400, Daniel Berlin wrote:
> We should have a lint configuration for gcc (much like the *BSD's have
> a LINT configuration for the kernel to test compile breakages), that
> will help tell you,  fer instance, if *compiles* break on a cc0
> (execution would still have  to be done by simulator) machine, without
> having to figure out which machines are cc0/not cc0, which machines
> have this or that, etc. 

That's mostly solved by ridding ourselves of all of the 
conditional compilation that we can.


r~


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