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]
Other format: [Raw text]

Re: [tree-ssa mudflap] C++ tweaks


"Frank Ch. Eigler" <fche at redhat dot com> writes:

| +#if 0
| +	warning_with_decl (obj, "ignoring system extern decl `%s'",
| +			   IDENTIFIER_POINTER (DECL_NAME (obj)));
| +#endif

We no longer believe in #if 0.  And please don't use any of the
*_with_decl() diagnostic function.  Just use %D if you're talking
about a decl.

-- Gaby


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