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
PR c++/85462
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr68449.C
blob
7d86fe97e6409cb8b948498bc7a23786fb0e1ae2
1
// PR c++/68449
2
// { dg-do compile }
3
// { dg-options "-Wsign-compare" }
4
5
int
6
foo (int a)
7
{
8
return __extension__ ({ int b; b; }) < 0;
9
}