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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
warnings8.C
blob
cdb7c62bb905987e3094d17ae9f211bde080fa01
1
// { dg-do assemble }
2
// { dg-options "-Wall" }
3
// GROUPS passed warnings
4
bool foo(unsigned char c)
5
{
6
return (c & 17) != 0;
7
}