]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-8.C
CommitLineData
4b2e63de 1// { dg-options "-pedantic" }
e28d52cf 2// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
4b2e63de 3// { dg-require-effective-target c++11 }
e28d52cf
DS
4
5extern int * ([[gnu::stdcall]] *fooPtr)( void); // { dg-error "expected" }
9f5836a6 6int * [[gnu::stdcall]] myFn01( void) { return 0; }// { dg-warning "only applies to function types" }
e28d52cf 7
This page took 5.034836 seconds and 5 git commands to generate.