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: [C PATCH] delete unused function


On Thu, May 18, 2017 at 06:57:36AM -0400, Nathan Sidwell wrote:
> In searching around for but 80803 I discovered that pushdecl_top_level
> appears unused in the C FE.  grepping under the gcc directory I find
> definitions and uses in the c++ FE and separate def/use in the fortran FE.
> In the C FE I only find a definition.

I couldn't find anything, either.

> AFAICT this is a stale function and comment about objective C, which
> presumably uses the pushdecl hook these days?
> 
> bootstrapping shows no regression. (I don't think this explains the 80803
> problem)
> 
> ok?

Ok.

	Marek


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