PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr30551-3.c
blob02955e50e03e7bdf9cb1778a93d0c494045e47d1
1 /* PR 30551 -Wmain is enabled by -pedantic-errors. */
2 /* { dg-do compile } */
3 /* { dg-options "-pedantic-errors" } */
4 /* { dg-skip-if "-Wmain not enabled with -pedantic on SPU" { spu-*-* } } */
5 void 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 *-*-* } .-1 } */
7 /* { dg-error "return type of .main. is not .int." "return type" { target *-*-* } .-2 } */