PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / profile-update-warning.c
blob63074e383f1649156cd6248b91f55dd53d1d1f59
1 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
2 /* { dg-options "-fprofile-update=atomic -fprofile-generate -march=i386" } */
4 int main(int argc, char *argv[])
6 return 0;
7 } /* { dg-warning "target does not support atomic profile update, single mode is selected" } */