[Bug lto/77458] nvptx offloading ICEs after "Implement C _FloatN, _FloatNx types"
tschwinge at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 19 10:59:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77458
--- Comment #1 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Author: tschwinge
Date: Wed Oct 19 10:48:46 2016
New Revision: 241338
URL: https://gcc.gnu.org/viewcvs?rev=241338&root=gcc&view=rev
Log:
[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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-core.h
trunk/gcc/tree-streamer.c
More information about the Gcc-bugs
mailing list