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
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr35430.c
blob
7365ccfcf9437cfb2aee326447c9dd640842ace8
1
/* PR c/35430 */
2
/* { dg-do compile } */
3
/* { dg-options "-Wsign-compare" } */
4
5
void
6
foo
(
__complex__
int
i
)
7
{
8
i
==
0u
;
9
i
== ~
1u
;
/* { dg-warning "comparison of integer expressions of different signedness" } */
10
}