Commit 48e082b9 by Jan Hubicka Committed by Jan Hubicka

* gcc.dg/i386-mul.c: New test.

From-SVN: r63297
parent 90b8be73
Sat Feb 22 20:14:12 CET 2003 Jan Hubicka <jh@suse.cz>
* gcc.dg/i386-mul.c: New test.
2003-02-21 Roger Sayle <roger@eyesopen.com> 2003-02-21 Roger Sayle <roger@eyesopen.com>
* gcc.dg/builtins-5.c: New test case. * gcc.dg/builtins-5.c: New test case.
......
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -march=k8" } */
/* { dg-final { scan-assembler "and.*magic" } } */
/* Should be done as "andw $32767, magic". */
unsigned short magic;
t()
{
magic%=(unsigned short)0x8000U;
}
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