view gcc/testsuite/gcc.target/powerpc/spe-small-data-1.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* Verify that we don't ICE trying to put SPE data in .sdata2.  */
/* { dg-do run { target { powerpc*-*-linux* && powerpc_spe } } } */
/* { dg-options "-msdata=eabi -mcall-eabi -G 8" } */

#include <spe.h>

__ev64_fs__ x;

int main(void)
{
  x = __ev_fsabs (x);
  return(0);
}