Commit d60bebdd by Andrew Pinski Committed by Andrew Pinski

20040730-1.c: New test.

2004-07-30  Andrew Pinski  <apinski@apple.com>

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

From-SVN: r85360
parent 92965c56
2004-07-30 Andrew Pinski <apinski@apple.com>
* gcc.c-torture/compile/20040730-1.c: New test.
2004-07-30 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/vmx/vmx.exp: Explain why we skip tests for
......
/* PR tree-opt/16827
This used to ICE in tree-ssa-loop-im.c */
extern unsigned short dev_roles[];
void super_1_sync(int *rdev2)
{
int i;
int max_dev = 0;
for (i =0;i<20;i++)
if (rdev2[i] > max_dev)
max_dev = rdev2[i];
for (i=0; i<max_dev;i++)
dev_roles[max_dev] = 0xfffe;
}
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