rs6000-power2-1.c: Change to compile only.

2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>

        * rs6000-power2-1.c: Change to compile only.
        * rs6000-power2-2.c: Likewise.

From-SVN: r81337
This commit is contained in:
Andrew Pinski 2004-04-30 12:19:32 +00:00 committed by Andrew Pinski
parent 78011587df
commit 3fbf917d46
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-04-30 Andrew Pinski <pinskia@physics.uc.edu>
* rs6000-power2-1.c: Change to compile only.
* rs6000-power2-2.c: Likewise.
2004-04-29 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/rs6000-power2-1.c: Change the options to be more correct.

View File

@ -1,4 +1,4 @@
/* { dg-do assemble { target powerpc-*-* rs6000-*-* } } */
/* { dg-do compile { target powerpc-*-* rs6000-*-* } } */
/* { dg-options "-O3 -mcpu=power2 -fno-schedule-insns -w -mhard-float" } */
/* This used to ICE as the peephole was not checking to see
if the register is a floating point one (I think this cannot

View File

@ -1,4 +1,4 @@
/* { dg-do assemble { target powerpc-*-* rs6000-*-* } } */
/* { dg-do compile { target powerpc-*-* rs6000-*-* } } */
/* { dg-options "-O3 -mcpu=power2 -fno-schedule-insns -w -mhard-float" } */
/* { dg-final { scan-assembler-not "lfd" } } */
/* { dg-final { scan-assembler-not "sfd" } } */