Commit d5fc82c5 by Eric Botcazou Committed by Eric Botcazou

2002-11-19 �Eric Botcazou �<ebotcazou@libertysurf.fr>

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

From-SVN: r59276
parent 35f1c975
2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20021119-1.c: New test.
2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
* gcc.dg/duff-1.c: New test.
......
/* PR c/8588 */
/* Contributed by Volker Reichelt. */
/* Verify that GCC converts integer constants
in shift operations. */
void foo()
{
unsigned int i, j;
j = (i >> 0xf0);
}
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