Commit 97d39d41 by Ilya Enkovich

Add missing test for r224643.

From-SVN: r224644
parent b1668acb
/* { dg-do compile } */
/* { dg-options "-fcheck-pointer-bounds -mmpx" } */
void *a;
int b;
void
fn1 (void)
{
void *c = &&l_nop;
l_nop:
for (; b;)
;
int *d = c;
c = fn1;
*d = 1;
goto *a;
}
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