| Submitter | Aldy Hernandez |
|---|---|
| Date | Jan. 12, 2011, 6:32 p.m. |
| Message ID | <4D2DF3B0.5020609@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/78606/ |
| State | New |
| Headers | show |
Comments
Patch
Index: trans-mem.c =================================================================== --- trans-mem.c (revision 168726) +++ trans-mem.c (working copy) @@ -2068,7 +2068,7 @@ build_tm_store (location_t loc, tree lhs { /* Handle the easy initialization to zero. */ if (CONSTRUCTOR_ELTS (rhs) == 0) - rhs = build_int_cst (type, 0); + rhs = build_int_cst (simple_type, 0); else { /* ...otherwise punt to the caller and probably use