Bugzilla – Attachment 859850 Details for
Bug 1200946
ICE in package opie on s390x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
reduced testcase for ICE
y.tab.i (text/plain), 732 bytes, created by
Berthold Gunreben
on 2022-06-26 16:53:19 UTC
(
hide
)
Description:
reduced testcase for ICE
Filename:
MIME Type:
Creator:
Berthold Gunreben
Created:
2022-06-26 16:53:19 UTC
Size:
732 bytes
patch
obsolete
>extern char *globerr; >char **ftpglob(); > >static const int yypgoto[] = >{ > -82, -82, -82, -82 >}; > >static const int yydefgoto[] = >{ > 0, 1, 36, 37 >}; > >static const int yytable[] = >{ > 43, 129, 88, 89 >}; > >static const int yycheck[] = >{ > 8, 82, 4, 5 >}; > > >int yyparse (void) >{ > int yystate = 0; > int *yyvsp = 0; > > int yyn; > int yyresult; > int yyval; > >yyreduce: > > switch (yyn) > { > case 72: { > > if (strncmp( yyvsp[0], "~", 1) == 0) { > *(char **)&(yyval) = *ftpglob(yyvsp[0]); > if (globerr != 0) { > yyval = 0; > } > free(yyvsp[0]); > } > } > break; > } > > *++yyvsp = yyval; > > { > const int yyi = yypgoto[0] + *yyvsp; > yystate = (yycheck[yyi] == *yyvsp ? 0 : 0); > } > > return yyresult; >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 1200946
: 859850