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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c99-static-assert-1.c
blob
23477360e108c3d78e14d89a4f8f23bfc0f6f7a4
1
/* Test for static assertions not in C99. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
4
5
_Static_assert
(
1
,
""
);
/* { dg-error "ISO C99 does not support '_Static_assert'" } */