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
/
pr42396.c
blob
b3b7e4e2c00de7e0289d35e60d45556f765b277d
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -g -ftracer -fsched2-use-superblocks" } */
3
4
static int
i
;
5
extern
void
baz
(
int
);
6
void
foo
() {
i
=
3
; }
7
void
bar
() {
baz
(
i
?
2
:
1
); }