[macstl-dev] gcc 3.3 on YellowDogLinux
Michael LeBlanc
leblanc at skycomputers.com
Thu Mar 24 04:56:20 WST 2005
Folks, I am extremely new to macstl. I get zillions of compile-time
errors building a simple test. Am I expecting too much?
<---------- make your window this wide
--------------------------------------------------------------->
One sort from impl/vec_altivec.h complains that the 2nd redefines the
1st:
template <> struct data_vec <__vector signed char> { typedef vec
<signed char, 16> type; };
template <> struct data_vec <__vector bool char> { typedef vec
<boolean <char>, 16> type; };
Another concerns these lines in the same header:
template <unsigned int v0, unsigned int v1, unsigned int v2, unsigned
int v3> struct generator
{
__vector unsigned int operator() () const
The error message is:
/home/leblanc/MACSTL/macstl/macstl/impl/vec_altivec.h:59: sorry,
unimplemented: `
integer_cst' not supported by dump_type
That's all for now. Thanks.
Mike LeBlanc
More information about the macstl-dev
mailing list