* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / Wattributes1.C
blobb0a1e864effc3ffb1191ec74343b029b7b6e629c
1 // PR c++/60373
2 // { dg-do compile { target c++11 } }
3 // { dg-require-visibility "" }
5 #include <new>
6 __attribute__((visibility("hidden")))void*operator new(std::size_t); // { dg-warning "visibility attribute ignored" }
8 // { dg-message "previous declaration" "" { target *-*-* } 120 }