// PR c++/37417 // Testcase by Martin Michlmayr // { dg-do compile } // { dg-options "-O" } void test (int a) { new (char[a]); // { dg-warning "parentheses" } }