Commit e289f7a4 by James E. Wilson Committed by Jim Wilson

* gcc.target/mips/const-high-part.c: New test.

From-SVN: r147213
parent 8aa7ac96
2009-05-06 James E. Wilson <wilson@codesourcery.com>
* gcc.target/mips/const-high-part.c: New test.
2009-05-06 H.J. Lu <hongjiu.lu@intel.com> 2009-05-06 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/40050 PR testsuite/40050
......
/* { dg-require-effective-target int32plus } */
/* { dg-require-effective-target size32plus } */
char *buf;
int buflen;
inline int
sub (int length)
{
if (length <= buflen)
buf[length] = '\0';
return 0;
}
int
sub2 (void)
{
return sub (0x7fffffff);
}
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