* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr67767.C
blobfd4ae2d3f3505f69561a686c83f32ac1ca68d9d8
1 // PR c++/67767
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-Wsuggest-attribute=noreturn" }
5 void foo [[gnu::cold, gnu::noreturn]] ();
7 void foo ()     // { dg-bogus "function might be candidate for attribute" }
9   throw 1;