Commit 2ebdbdfb by Roger Sayle Committed by Roger Sayle

builtin-bswap-2.c: New test case.


	* gcc.target/ia64/builtin-bswap-2.c: New test case.

From-SVN: r121892
parent ce9c43a1
2007-02-13 Roger Sayle <roger@eyesopen.com>
* gcc.target/ia64/builtin-bswap-2.c: New test case.
2007-02-13 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/ieee/pr29302-1.c: Moved from...
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler "mux1" } } */
int foo (int x)
{
return __builtin_bswap32 (x);
}
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