This is the mail archive of the gcc@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: Warnings in the C++ Front-End and GCC in General


> In such cases, rather than turning off warnings, a mechanism like the
> old lint /*NOTREACHED*/ would be preferable.

Let me make another plug for cpplib:  It is much easier to have cc1
handle some comments if cpp is integrated in the same program ...
(Though I guess you could have cpp translate /*NOTREACHED*/
to __notreached__.)

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner


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