Commit 48addf69 by Andrew Pinski Committed by Andrew Pinski

re PR target/11008 (improper multiply optimization for pentium4)

2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/11008
        * gcc.dg/i386-pentium4-not-mull.c: New.

From-SVN: r69469
parent 3d7964d5
2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
PR target/11008
* gcc.dg/i386-pentium4-not-mull.c: New.
2003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
* gcc.dg/asm-names.c (ymain): Make it weak.
......
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -march=pentium4" } */
/* { dg-final { scan-assembler-not "imull" } } */
/* Should be done not using imull. */
int t(int x)
{
return x*29;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment