This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question about #pragma removal
- From: mike stump <mrs at windriver dot com>
- To: neil at daikokuya dot demon dot co dot uk
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 14 Mar 2002 15:45:25 -0800 (PST)
- Subject: Re: Question about #pragma removal
> Date: Thu, 14 Mar 2002 22:42:04 +0000
> To: mike stump <mrs@windriver.com>
> Cc: brett.cook@intel.com, gcc@gcc.gnu.org
> From: Neil Booth <neil@daikokuya.demon.co.uk>
> mike stump wrote:-
> > > 1) There is no telling what the same __attribute__ might mean to another
> > > compiler
> >
> > Yes, there is, survey them. The probability is in fact zero that they
> > have a meaning that differs from gcc. And it is reasonably likely
> > that it will remain that way for a long time.
> You mean there's a compiler other than GCC that understands
> __attribute__?
Yes. Diab understands some attributes. They are all the same as gcc.
I'll let you'll speculate.