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: egcs at cygnus dot com
- Subject: Re: Need someone to look at a regression
- From: Ulrich Drepper <drepper at cygnus dot com>
- Date: 14 Aug 1998 19:22:21 -0700
- Newsgroups: cygnus.egcs
- Organization: Cygnus Solutions
- References: <vyz1zqjhmgj.fsf@issan.informatik.uni-dortmund.de>, <899.903108402.cygnus.egcs@hurl.cygnus.com>
- Reply-To: drepper at cygnus dot com (Ulrich Drepper)
law@cygnus.com (Jeffrey A Law) writes:
> typedef SFtype __attribute__ ((mode (SF)));
>
> We have an explicit type (SFmode), why in the hell would we ever
> want/need typedef int ....?
Isn't it that the __attribute__ stuff is, well, an attribute and it
should be possible to drop it? Then yu would get
typedef SFtype;
which clearly is wrong. You simply cannot leave out the base type.
--
---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com `------------------------