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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr93110.c
blob
c123f5f726de26815c3fcf3d19eb6cf7e26fccbe
1
/* PR target/93110 */
2
/* { dg-do compile } */
3
/* { dg-additional-options "-mtune=core2 -mno-stv" { target { i?86-*-* x86_64-*-* } } } */
4
5
long long
6
foo
(
long long
a
)
7
{
8
return
a
>
0
?
a
: -
a
;
9
}