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]

Re: warning patch for gcc/config files


 > From: Richard Henderson <rth@cygnus.com>
 > 
 > On Fri, Oct 23, 1998 at 10:51:02AM -0400, Kaveh R. Ghazi wrote:
 > > 	Regarding Jeff's conditional approval below, would you please
 > > let me know if there are any objectionable items in
 > > http://www.cygnus.com/ml/egcs-patches/1998-Oct/0638.html with respect to
 > > the bits you each maintain?
 > 
 > The Alpha bits are fine.


	Thanks, I've installed them.



 >   I do have one question as to why
 > 
 > -#define Pmode (TARGET_PTR64 ? DImode : SImode)
 > +#define Pmode ((enum machine_mode)(TARGET_PTR64 ? DImode : SImode))
 > 
 > is necessary.  The two arms of the ?: have the same type, which is
 > passed on to the result.
 > r~
 > 
 > [...]
 > 
 > I'd like you to delay this change, as I believe that it points out
 > a bug in gcc.
 > r~


	Sure, I'll hold off on the Pmode definition casts.

Would you like to comment on the other sparc patches, or wait for
davem to do it?

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Icon CMT Corp.


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