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: Expunge mark_referenced (needs testing on Darwin/OSX)


> 
> On Wed, 2 Jun 2004 15:20:08 -0400, Andrew Pinski <pinskia@physics.uc.edu> wrote:
> 
> > +   || (DECL_P							\
> > +       && (TREE_CODE (DECL) == FUNCTION_DECL			\
> > +	   ? cgraph_node (DECL)->needed 			\
> > +	   : cgraph_varpool_node (DECL)->needed))		\
> 
> This won't compile; you need (DECL) after DECL_P.  Please fix ASAP.


Woops. sorry about that fixed.

Andrew


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