[macstl-dev] gcc 3.3 on YellowDogLinux

Michael LeBlanc leblanc at skycomputers.com
Thu Mar 31 23:55:01 WST 2005

  • Previous message: [macstl-dev] gcc 3.3 on YellowDogLinux
  • Next message: [macstl-dev] gcc 3.3 on YellowDogLinux
  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]


I added the following constructor
	vec (vec <int, 4> v): data_ (v.data())
		{
		}
to
	template <> class vec <boolean <int>, 4>:
		public impl::vec_base <__vector __bool int, boolean <int>, boolean 
<int> >

in impl/vec_altivec.h, and reinstated all the explicit uses of vec 
<boolean <int>, 4>

It compiles!

I admit I am grasping at straws.  Is this appropriate?

Unfortunately it still traps at run-time.




  • Previous message: [macstl-dev] gcc 3.3 on YellowDogLinux
  • Next message: [macstl-dev] gcc 3.3 on YellowDogLinux
  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

More information about the macstl-dev mailing list