This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fastcall support on cygwin and mingw targets
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: Fergus Henderson <fjh at cs dot mu dot OZ dot AU>
- Cc: Casper Hornstrup <chorns at users dot sourceforge dot net>, <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 14 Nov 2002 08:31:29 +0000 (GMT)
- Subject: Re: [PATCH] Fastcall support on cygwin and mingw targets
On Thu, 14 Nov 2002, Fergus Henderson wrote:
> > + if (strcmp (IDENTIFIER_POINTER (name), "fastcall") == 0)
> Won't that do the wrong thing for "__attribute__((__fastcall__))",
> because of the difference in spelling ("fastcall" vs "__fastcall__")?
is_attribute_p should be used here.
--
Joseph S. Myers
jsm28@cam.ac.uk