Commit 642c8681 by Eric Botcazou Committed by Eric Botcazou

* gcc.c-torture/compile/20021124-1.c: New test.

From-SVN: r59441
parent 1ebe8c03
2002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20021124-1.c: New test.
2002-11-22 Mark Mitchell <mark@codesourcery.com>
* g++.dg/abi/rtti2.C: New test.
......
/* PR optimization/8275 */
/* Contributed by Volker Reichelt. */
unsigned int foo (unsigned int u)
{
return (u >> 32) & 0xffff;
}
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