This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]