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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr35746.c
blob
274f4a9682734faeaf3f9370796218d7f62a4748
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu99" } */
3
4
int
foo
(
int
i
);
5
6
void
bar
()
7
{
8
__complex__
int
i
;
9
X j
;
/* { dg-error "unknown" } */
10
if
(
i
=
foo
(
j
))
11
;
12
}