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

From-SVN: r20885
This commit is contained in:
Jeffrey A Law 1998-07-01 23:39:17 +00:00 committed by Jeff Law
parent 9591225263
commit 0d37278a93
2 changed files with 11 additions and 0 deletions

View File

@ -5,6 +5,8 @@
Wed Jul 1 00:52:51 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/980701-1.c: New test.
* gcc.c-torture/execute/980701-1.c: New test.
Tue Jun 30 11:51:42 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-ka

View File

@ -0,0 +1,9 @@
short
func(void)
{
unsigned char x, y;
return y | x << 8;
}