* gcc.c-torture/compile/20010706-1.c: New test.
From-SVN: r43810
This commit is contained in:
parent
fc6aa0a98a
commit
d9249616b4
@ -1,3 +1,7 @@
|
||||
Fri Jul 6 09:31:43 2001 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gcc.c-torture/compile/20010706-1.c: New test.
|
||||
|
||||
2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
|
||||
|
||||
* gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
|
||||
|
5
gcc/testsuite/gcc.c-torture/compile/20010706-1.c
Normal file
5
gcc/testsuite/gcc.c-torture/compile/20010706-1.c
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
foo(unsigned int x)
|
||||
{
|
||||
return (x << 1) | (x >> 31);
|
||||
}
|
Loading…
Reference in New Issue
Block a user