mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 05:20:25 +08:00
* gcc.c-torture/compile/20021230-1.c: New test.
From-SVN: r60645
This commit is contained in:
parent
c838d82f7b
commit
b0e0b1f375
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
8
gcc/testsuite/gcc.c-torture/compile/20021230-1.c
Normal file
8
gcc/testsuite/gcc.c-torture/compile/20021230-1.c
Normal file
@ -0,0 +1,8 @@
|
||||
/* 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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user