This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Need someone to look at a regression
- To: Andreas Schwab <schwab at issan dot informatik dot uni-dortmund dot de>
- Subject: Re: Need someone to look at a regression
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 14 Aug 1998 09:26:42 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
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