public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* <altivec.h> not happy with 3.4 on powerpc-apple-darwin7.2.0
@ 2004-01-18 19:31 Timothy J. Wood
  2004-01-18 19:49 ` [PATCH] [COMMITTED] Fix " Andrew Pinski
  2004-01-18 23:23 ` Ziemowit Laski
  0 siblings, 2 replies; 6+ messages in thread
From: Timothy J. Wood @ 2004-01-18 19:31 UTC (permalink / raw)
  To: gcc




Configured thusly:

	../gcc/configure --prefix="$PREFIX" --enable-languages="c,c++,objc"

Compiling just:

	#include <altivec.h>

with:

	$PREFIX/bin/c++ -O3 -maltivec x.cpp -S -o x.s

yields zillions of errors of the form:

In file included from x.cpp:2:
/Volumes/Space/Users/bungi/Source-head/GNU/gcc/gcc-3.4/install/bin/../ 
lib/gcc/powerpc-apple-darwin7.2.0/3.4.0/include/altivec.h:124: error:  
declaration of C function `float __vector__ vec_ctf(int __vector__,  
char)' conflicts with
/Volumes/Space/Users/bungi/Source-head/GNU/gcc/gcc-3.4/install/bin/../ 
lib/gcc/powerpc-apple-darwin7.2.0/3.4.0/include/altivec.h:123: error:  
previous declaration `float __vector__ vec_ctf(unsigned int __vector__,  
char)' here
...


-tim

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-01-22  8:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-18 19:31 <altivec.h> not happy with 3.4 on powerpc-apple-darwin7.2.0 Timothy J. Wood
2004-01-18 19:49 ` [PATCH] [COMMITTED] Fix " Andrew Pinski
2004-01-22  6:27   ` Segher Boessenkool
2004-01-22  8:50     ` Segher Boessenkool
2004-01-18 23:23 ` Ziemowit Laski
2004-01-18 23:51   ` Timothy J. Wood

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).