Commit b0e0b1f3 by Daniel Jacobowitz Committed by Daniel Jacobowitz

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

From-SVN: r60645
parent c838d82f
2002-12-30 Daniel Jacobowitz <drow@mvista.com>
* gcc.c-torture/compile/20021230-1.c: New test.
2002-12-30 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/inherit/covariant5.C: New test.
......
/* SH has special handling for combined and/shift sequences. Make
sure that it behaves properly when one input is in the MACL register. */
int r, t;
static void initRGB()
{
t = ((r*255/3) & 0xff) << 16;
}
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