Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / g++.dg / warn / pr30551-2.C
blobfe85c4ff4b4601bcfece426cc5e9fd9bf315f828
1 // PR 30551 -Wmain is enabled by -pedantic/-pedantic-errors.
2 // { dg-do compile }
3 // { dg-options "-pedantic-errors" }
4 // { dg-skip-if "-Wmain not enabled with -pedantic on SPU" { spu-*-* } } 
5 int main(char a) {} /* { dg-error "first argument of .*main.* should be .int." "int" } */
6 /* { dg-error "main.* takes only zero or two arguments" "zero or two" { target *-*-* } 5 } */