3 // { dg-options "-O2" }
5 /* This function is not defined. The compiler should optimize away
7 extern void undefined () throw ();
15 /* This function will be COMDAT if not inlined. */
18 /* This function will be COMDAT. */
37 /* The compiler should recognize that none of the functions above
38 can throw exceptions, and therefore remove this code as