Commit e81489b3 by Sebastian Pop Committed by Sebastian Pop

re PR middle-end/38413 ([graphite] ICE: in build2_stat, at tree.c:3293)

2008-12-11  Sebastian Pop  <sebastian.pop@amd.com>

	PR middle-end/38413
	* gcc.dg/graphite/pr38413.c: New.

From-SVN: r142691
parent 7c8b5666
2008-12-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/38459
PR middle-end/38413
* gcc.dg/graphite/pr38413.c: New.
2008-12-11 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/37857
* gfortran.dg/graphite/pr37857.f90: New.
2008-12-11 Harsha Jagasia <harsha.jagasia@amd.com>
......
/* { dg-options "-O2 -fgraphite-identity" } */
static int qsz;
void specqsort(base, n, size, compar)
char *base;
{
register char c, *i, *j, *lo, *hi;
qsz = size;
for (i = base, hi = base + qsz; i < hi; )
{
*i++ = c;
}
}
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