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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-static-assert-8.c
blob
20e5a6d1076f551bbe870b143f40bdc1b3977e27
1
/* Test C11 static assertions. Omitting the string not supported. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c11 -pedantic-errors" } */
4
5
_Static_assert
(
1
);
/* { dg-error "does not support omitting the string" } */