GCC Bugzilla – Attachment 4298 Details for
Bug 10467
[arm] [3.3/3.4 regression] ICE in pre_insert_copy_insn,
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
reduced testcase.i
junk.c (text/plain), 618 bytes, created by
Dara Hazeghi
on 2003-06-28 02:01:44 UTC
(
hide
)
Description:
reduced testcase.i
Filename:
MIME Type:
Creator:
Dara Hazeghi
Created:
2003-06-28 02:01:44 UTC
Size:
618 bytes
patch
obsolete
>typedef enum {Ident_1} > Enumeration; > >typedef struct record > { > struct record *Ptr_Comp; > Enumeration Discr; > union { > struct { > Enumeration Enum_Comp; > int Int_Comp; > char Str_Comp [31]; > } var_1; > } variant; > } *Rec_Pointer; > >Rec_Pointer Ptr_Glob; > >Proc_1 (Ptr_Val_Par) > > > Rec_Pointer Ptr_Val_Par; > >{ > Rec_Pointer Next_Record = Ptr_Val_Par->Ptr_Comp; > > *Ptr_Val_Par->Ptr_Comp = *Ptr_Glob; > > > if (Next_Record->Discr == Ident_1) > > { > Proc_7 (Next_Record->variant.var_1.Int_Comp, 10, > &Next_Record->variant.var_1.Int_Comp); > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 10467
:
3898
|
3899
| 4298