This is the mail archive of the gcc@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: Need someone to look at a regression



  In message <tx1d89wz9wp.fsf@cygnus.com>you write:
  > Jeffrey A Law <law@cygnus.com> writes:
  > 
  > >   In message <Pine.LNX.3.95.980817115257.25384E-100000@plum.dwd.interkom.
  > pl>you write:
  > >   > 
  > >   > Definitely "int" and "__attribute__ ((mode (SF)))" on the same typede
  > f
  > >   > clash.
  > >   > 
  > >   > However, "float" and "__attribute__ ((mode (SF)))" certainly do not.
  > > Yes, float and SFmode clash since there is no guarantee that a float
  > > has the same size as SFmode.
  > 
  > I'm inclined to think of it as the type sort of describing the general
  > class of types to be used (FP, int, pointer, complex types), with the
  > mode specifying exactly how big it is.
So, after all the other issues you raised, what do you think we should
do in this specific case?

ie, do we keep the warning or is the warning bogus.  That's what I
really want opinions on right now.

jeff


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