This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: -Wimplicit


Hi Daniel,

On Mon, Nov 04, 2002 at 10:42:52AM -0500, Daniel Jacobowitz wrote:
> On Mon, Nov 04, 2002 at 06:57:51PM +0200, Elias Athanasopoulos wrote:
> > Hi all,
> > 
> > Why gdb builts with -Wimplicit? With gcc from CVS I get:
> > 
> > cc1: warning: "-Wimplicit" is valid for C++ but not for C/ObjC
> 
> That's a bug in GCC then; it's a valid warning in C.

I agree. It seems that the bug introduced in this patch:

http://gcc.gnu.org/ml/gcc-patches/2002-08/msg00214.htmli

In the lines:

+  OPT("Wimplicit",           CL_CXX,   OPT_Wimplicit)                     \                      
+  OPT("Wimplicit-function-declaration",      CL_C, OPT_Wimplicit_function_decl)   \              
+  OPT("Wimplicit-int",               CL_C,     OPT_Wimplicit_int)                 \              
   
Elias


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