[PR lto/77458] Avoid ICE in offloading with differing _FloatN, _FloatNx types
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 19 Oct 2016 10:48:46 +0000 (12:48 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 19 Oct 2016 10:48:46 +0000 (12:48 +0200)
commit3b834a2e0161ace8a7b494dfc6794d61ba200706
treecac09dcff81f9e30d164873c8d71e870e48397c9
parentaff98801acf8f627d317c1f30cd6f59af55dbf79
[PR lto/77458] Avoid ICE in offloading with differing _FloatN, _FloatNx types

gcc/
PR lto/77458
* tree-core.h (enum tree_index): Put the complex types after their
component types.
* tree-streamer.c (verify_common_node_recorded): New function.
(preload_common_nodes) <TREE_CODE (node) == COMPLEX_TYPE>: Use it.

From-SVN: r241338
gcc/ChangeLog
gcc/tree-core.h
gcc/tree-streamer.c