]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr62024.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr62024.c
CommitLineData
8d95fe25
MP
1/* PR c/62024 */
2/* { dg-do compile } */
3/* { dg-options "-std=gnu11 -Wpedantic" } */
4/* { dg-require-effective-target sync_char_short } */
5
6int *p;
7_Static_assert (__atomic_always_lock_free (1, p), ""); /* { dg-warning "is not an integer constant" } */
8_Static_assert (__atomic_always_lock_free (1, 0), ""); /* { dg-warning "is not an integer constant" } */