This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question about #pragma removal
- From: law at redhat dot com
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Cc: mike stump <mrs at windriver dot com>, brett dot cook at intel dot com, gcc at gcc dot gnu dot org
- Date: Thu, 14 Mar 2002 15:51:53 -0700
- Subject: Re: Question about #pragma removal
- Reply-to: law at redhat dot com
In message <20020314224204.GA17535@daikokuya.demon.co.uk>, Neil Booth writes:
> mike stump wrote:-
>
> > > 1) There is no telling what the same __attribute__ might mean to anothe
> r
> > > 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__?
SGI's compiler -- because it's C/C++ front-end is derived from GCC.
I also wouldn't be shocked if Intel one day makes a compiler which
has attributes similar to those found in GCC.
jeff