Attachments for gcc bugzilla entry #39028

Stephan Springl springl-gcc@bfw-online.de
Thu Jan 29 20:24:00 GMT 2009


Hi,

I just wanted to upload the attached files to gcc bugzilla entry #39028, 
but I always hit a bugzilla bug.  Could you please attach these files to 
the bug for me?

Thank you.

Regards
Stephan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-local-label-2.diff
Type: text/x-diff
Size: 7976 bytes
Desc: fix-local-label.diff
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20090129/7992f9aa/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-local-label-1.diff
Type: text/x-diff
Size: 1594 bytes
Desc: fix-local-label.diff
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20090129/7992f9aa/attachment-0001.bin>
-------------- next part --------------
void c (void)
{ for (;;)   {__label__ l; goto l; l:;}
  while (1)  {__label__ l; goto l; l:;}
  if (1)     {__label__ l; goto l; l:;}
  do         {__label__ l; goto l; l:;} while (1);
             {__label__ l; goto l; l:;}
}


More information about the Gcc-bugs mailing list