| Submitter | Martin Jambor |
|---|---|
| Date | Feb. 18, 2013, 7:54 p.m. |
| Message ID | <20130218195435.GA19120@virgil.suse> |
| Download | mbox | patch |
| Permalink | /patch/221460/ |
| State | New |
| Headers | show |
Comments
Patch
Index: src/gcc/ipa-cp.c =================================================================== --- src.orig/gcc/ipa-cp.c +++ src/gcc/ipa-cp.c @@ -725,7 +725,7 @@ initialize_node_lattices (struct cgraph_ set_all_contains_variable (plats); } if (dump_file && (dump_flags & TDF_DETAILS) - && node->alias && node->thunk.thunk_p) + && !node->alias && !node->thunk.thunk_p) fprintf (dump_file, "Marking all lattices of %s/%i as %s\n", cgraph_node_name (node), node->uid, disable ? "BOTTOM" : "VARIABLE");