testsuite: Skip analyzer tests on AIX.
[official-gcc.git] / gcc / testsuite / c-c++-common / pr98943.c
blob53d8838f242298a8f490fe9da93815d0d94785a6
1 // { dg-do compile }
2 // PR 98943, compiler feature tests can get confused by not linking
3 // { dg-options "NOTAFILE" }
5 int main ()
7 return 0;
10 // { dg-regexp {[^\n:]*: warning: NOTAFILE: linker input file unused because linking not done\n[^\n:]*: error: NOTAFILE: linker input file not found: [^\n]*\n} }