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
Revert DECL_USER_ALIGN part of r241959
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr70920-3.c
blob
8b24cbc734ffa875ffb94047a5011feee89b2681
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-gimple -Wno-int-to-pointer-cast" } */
3
4
#include <stdint.h>
5
6
void
f1
();
7
void
f2
();
8
9
void
10
foo
(
int
a
)
11
{
12
if
((
int
*)
a
==
0
)
13
{
14
f1
();
15
if
(
a
)
16
f2
();
17
}
18
}
19
20
/* { dg-final { scan-tree-dump "if \\(a == 0\\)" "gimple" } } */