This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] [PPC] Convert peephole to peephole2


On Wed, Apr 28, 2004 at 06:53:09PM -0400, Andrew Pinski wrote:
> /* { dg-do assemble { target powerpc-*-* rs6000-*-* }  } */
> /* { dg-final { scan-assembler-not "lfd" } } */
> /* { dg-final { scan-assembler-not "sfd" } } */
> /* { dg-final { scan-assembler "lfq" } } */
> /* { dg-final { scan-assembler "sfq" } } */

Explicitly specify -mhard-float?  Otherwise --with-float=soft will show
test failures as will a -msoft-float multilib.

In general any of the --with options can produce unpredictable
testsuite results, but I try to keep it to a minimum.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]