Commit bb83a43d by Jan Hubicka Committed by Jan Hubicka

re PR tree-optimization/65948 (FAIL: g++.dg/lto/20101010-4…

re PR tree-optimization/65948 (FAIL: g++.dg/lto/20101010-4 cp_lto_20101010-4_0.o-cp_lto_20101010-4_0.o link)


	PR lto/65948
	* ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
	to itself.

From-SVN: r222621
parent 1309f1d2
2015-04-30 Jan Hubicka <hubicka@ucw.cz>
PR lto/65948
* ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
to itself.
2015-04-30 Richard Sandiford <richard.sandiford@arm.com> 2015-04-30 Richard Sandiford <richard.sandiford@arm.com>
* genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
......
...@@ -1537,6 +1537,7 @@ odr_types_equivalent_p (tree t1, tree t2, bool warn, bool *warned, ...@@ -1537,6 +1537,7 @@ odr_types_equivalent_p (tree t1, tree t2, bool warn, bool *warned,
break; break;
} }
case VOID_TYPE: case VOID_TYPE:
case NULLPTR_TYPE:
break; break;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment