public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/907
@ 2001-03-26 11:16 Ruediger Werner
  0 siblings, 0 replies; only message in thread
From: Ruediger Werner @ 2001-03-26 11:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/907; it has been noted by GNATS.

From: "Ruediger Werner" <ruediger.werner@landshut.org>
To: <rerdavies@msn.com>, <gcc-gnats@gcc.gnu.org>, <nobody@gcc.gnu.org>
Cc:  
Subject: Re: c++/907
Date: Mon, 26 Mar 2001 21:06:34 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=907&database=gcc
 
 You can workaround these bug with following syntax
 
 class foo
 {
   int bar(int a);
 };
 
 __attribute__((__stdcall__)) int foo::bar(int a)
 {
 return a-1;
 };
 
 
 
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-26 11:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-26 11:16 c++/907 Ruediger Werner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).