Message ID | alpine.LNX.2.00.1011241639460.23074@zhemvz.fhfr.qr |
---|---|
State | New |
Headers | show |
Index: gcc/lto-streamer-in.c =================================================================== --- gcc/lto-streamer-in.c (revision 167115) +++ gcc/lto-streamer-in.c (working copy) @@ -967,9 +967,8 @@ input_gimple_stmt (struct lto_input_bloc == DECL_NONADDRESSABLE_P (field) && gimple_compare_field_offset (tem, field)) { - if (gimple_types_compatible_p (TREE_TYPE (tem), - TREE_TYPE (field), - GTC_DIAG)) + if (types_compatible_p (TREE_TYPE (tem), + TREE_TYPE (field))) break; else closest_match = tem;