This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: __APPLE_CC__ defined on head of mainline
On Dec 30, 2004, at 8:52 PM, Andrew Pinski wrote:
No it did not accidentally get defined in the FSF's sources.
OK. I was looking for something to distinguish at compile time
whether I'm using FSF GCC (requires <altivec.h>, uses (vector
xxx){a,b,c,d} for vector constants) or Apple GCC (doesn't; uses (vector
xxx)(a,b,c,d)). I guess I'll keep looking.
Didn't I also close a bug about this before from you?
Woops; I hope not -- if so I apologize for forgetting about the issue.
-tim