Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr25023.c

13 lines
217 B
C
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
/* PR debug/25023 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -mtune=i686" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
extern unsigned char v;
float
foo (void)
{
return v;
}