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] PR 14203: Use DECL_RTL_SET_P in uninitialized_vars_warning


On Sat, 28 Feb 2004, Eric Botcazou wrote:
> > 2004-02-28  Roger Sayle  <roger@eyesopen.com>
> >
> > 	PR middle-end/14203
> > 	* function.c (uninitialized_vars_warning): Use DECL_RTL_SET_P
> > 	instead of testing whether DECL_RTL is not NULL.
>
> Roger, this is a dup :-)
>
> http://gcc.gnu.org/ml/gcc-patches/2003-11/msg00261.html

Wow.  Byte for byte identical!  :>

Was there a reason Waldek's patch was never applied?  I notice some
discussion over the lack of a test-case during stage3.  Would you be
comfortable with his patch, and the C++ testcase from PR 14203?

Roger
--


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