[Bug target/51654] C++ preprocessor bug with -maltivec and typedefs involving 'vector'
mathias at gaunard dot com
gcc-bugzilla@gcc.gnu.org
Thu Dec 22 16:05:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654
--- Comment #3 from Mathias Gaunard <mathias at gaunard dot com> 2011-12-22 15:54:20 UTC ---
The workarounds
#undef vector
or
compiling with -Dvector=vector
seem to work.
But shouldn't this not be necessary when altivec.h is not included?
More information about the Gcc-bugs
mailing list