repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-static-assert-7.c
blob
8cea923b67b911956bc2e5a7c6cfebe4cfa51dea
1
/* Test C11 static assertions. Omitting the string not supported. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c11 -pedantic" } */
4
5
_Static_assert
(
1
);
/* { dg-warning "does not support omitting the string" } */