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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr84834.c
blob
38c056bb4ca52c2b366948e51c0e41fb2082aa22
1
/* PR middle-end/84834 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
5
_Complex
int
6
foo
(
int
a
)
7
{
8
return
a
<
0
;
9
}
10
11
_Complex
int
12
bar
(
int
a
)
13
{
14
return
(
a
&
8
) ? (
_Complex
int
)
16
: (
_Complex
int
)
0
;
15
}