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 <vyz1zqjhmgj.fsf@issan.informatik.uni-dortmund.de>you write:
  > I can't check it out currently, but egcs-1.1 is correct if it warns about
  > implicit int.  Use `typedef int SFtype __attribute__ ((mode (SF)))'
  > instead.
I think the warning is wrong.  Given:

   typedef SFtype __attribute__ ((mode (SF)));

We have an explicit type (SFmode), why in the hell would we ever
want/need typedef int ....?

eff


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