| Submitter | Richard Guenther |
|---|---|
| Date | Feb. 24, 2011, 12:45 p.m. |
| Message ID | <alpine.LNX.2.00.1102241310270.17230@zhemvz.fhfr.qr> |
| Download | mbox | patch |
| Permalink | /patch/84391/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/lto-streamer-in.c =================================================================== --- gcc/lto-streamer-in.c (revision 170462) +++ gcc/lto-streamer-in.c (working copy) @@ -1097,8 +1097,8 @@ input_bb (struct lto_input_block *ib, en while (tag) { gimple stmt = input_gimple_stmt (ib, data_in, fn, tag); - - find_referenced_vars_in (stmt); + if (!is_gimple_debug (stmt)) + find_referenced_vars_in (stmt); gsi_insert_after (&bsi, stmt, GSI_NEW_STMT); /* After the statement, expect a 0 delimiter or the EH region