2002-11-19 �Eric Botcazou �<ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20021119-1.c: New test. From-SVN: r59276
This commit is contained in:
parent
35f1c975a3
commit
d5fc82c51a
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
11
gcc/testsuite/gcc.c-torture/compile/20021119-1.c
Normal file
11
gcc/testsuite/gcc.c-torture/compile/20021119-1.c
Normal file
@ -0,0 +1,11 @@
|
||||
/* 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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user