Commit f6d44f20 by H.J. Lu Committed by H.J. Lu

Add a testcase for PR middle-end/47364.

2011-08-05  H.J. Lu  <hongjiu.lu@intel.com>

	PR middle-end/47364
	* gcc.dg/torture/pr47364-1.c: New.

From-SVN: r177487
parent 86dbed7d
2011-08-05 H.J. Lu <hongjiu.lu@intel.com>
PR middle-end/47364
* gcc.dg/torture/pr47364-1.c: New.
2011-08-05 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/37221
......
/* { dg-do compile } */
/* { dg-options "-O" } */
static unsigned char foo[256];
arc4_init(void)
{
int n;
for (n = 0; n < 256; n++)
foo[n] = n;
}
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