Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr93110.c
blob: c123f5f726de26815c3fcf3d19eb6cf7e26fccbe [
file
] [
log
] [
blame
]
/* PR target/93110 */
/* { dg-do compile } */
/* { dg-additional-options "-mtune=core2 -mno-stv" { target { i?86-*-* x86_64-*-* } } } */
long
long
foo
(
long
long
a
)
{
return
a
>
0
?
a
:
-
a
;
}