This is the mail archive of the gcc-prs@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: c++/10047: [3.3 regression] -fno-default-inline produces bogous warnings


The following reply was made to PR c++/10047; it has been noted by GNATS.

From: Janis Johnson <janis187 at us dot ibm dot com>
To: gcc-gnats at gcc dot gnu dot org, rguenth at tat dot physik dot uni-tuebingen dot de,
   gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org,
   nathan at codesourcery dot com
Cc:  
Subject: Re: c++/10047: [3.3 regression] -fno-default-inline produces bogous 
 warnings
Date: Sat, 22 Mar 2003 13:39:00 -0800

 The regression appeared with this patch to mainline and
 3.3-branch (cp directory):
 
 2002-12-26  Nathan Sidwell  <nathan at codesourcery dot com>
 
         PR c++/4803
         * decl2.c (mark_used): Defer inline functions.
         (finish_file): Merge deferred_fns loops. Check all used
         inline functions have a definition.
         * method.c (make_thunk): Thunks are not inline.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10047
 
 
 


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