Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr79412.c
blobb60d5e1b2e33dac6420411247de4f0a1b213eb08
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 int a;
4 /* { dg-message "note: previous declaration" "previous declaration" { target *-*-* } .-1 } */
5 void fn1 ()
7 a++;
9 int a[] = {2}; /* { dg-error "conflicting types" } */