Re: PATCH: Altivec context-sensitive keywords (round 2)
Hi Uli
On Fri, 2008-07-25 at 18:56 +0200, Ulrich Weigand wrote:
> Of course, this means the test case should be fixed. As the test case
> explicitly does not include <altivec.h>, it probably should simply
> use the -std=c99 option with the context-sensitive method?
I agree with your analysis and have posted a patch. -std=c99 did not
suffice, as this is a C++ test case (.C suffix). -std=c++98 does the
trick, though.
Cheers,
Ben