Commit 2991e83b by Marek Polacek Committed by Jason Merrill

c++: Fix tmplattr10.C

This test uses C++11 features so should only run in c++11.

	* g++.dg/ext/tmplattr10.C: Only run in c++11.
parent 49824d35
// PR c++/95222
// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
// { dg-do compile { target { { { i?86-*-* x86_64-*-* } && ia32 } && c++11 } } }
#if defined(_MSC_VER)
#define CC_FASTCALL __fastcall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment