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: [PATCH] c-cppbuiltin.c bits for libstdc++/31518


On Mon, 2 Jul 2007, Paolo Carlini wrote:

> Hi,
> 
> in order to resolve this library enhancement, I need a new predefined
> macro, per the below patch. Is it ok?

We've previously concluded that allowing diagnostic options to affect code 
generation through preprocessor macros or otherwise is a bad idea (see PR 
2677 and <http://gcc.gnu.org/ml/gcc/2001-05/msg00204.html>, for example), 
and -fmessage-length is essentially a diagnostic (formatting) option.

-- 
Joseph S. Myers
joseph@codesourcery.com


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