repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20021103-1.c
blob
82802001a5def3e135901433d27b74224c95569b
1
/* PR middle-end/8408 */
2
/* Verify that the recognizer explicitly
3
handles ADDRESSOF operands. */
4
5
void
foo
(
void
)
6
{
7
double
d1
=
3.14159
,
d2
;
8
if
(&
d2
== &
d1
)
9
;
10
}