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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-static-assert-5.c
blob
e88b8167a198161327012a4b709fd1cfd921c842
1
/* Test C11 static assertions. Non-constant-expression without -pedantic. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c11" } */
4
5
_Static_assert
((
int
)(
1.0
+
1.0
),
"non-constant-expression"
);