------- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-02 14:12 ------- Even shorter testcase:
================================
void foo()
{
void **p;
int *q, i=0;
static void *L[]={ &&L1 };
goto **p;
L0:
*q=i;
i=1;
if (q<*p) *q=0;
if (q<*p) *q=0;
L1:
*q=0;
goto L0;
}
================================
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18270
