Re: Explicitly list all tree codes in gcc/tree-streamer.c:record_common_node

2016-10-17 Thread Thomas Schwinge
libgomp testsuite; not claiming > > this is complete.) > > I think it would be a nice thing to have indeed. > > So -- I'm inclined to approve this patch ;) After quite a bit of testing (contrib/config-list.mk, modified to run -fself-test with -flto, to exercise the code

Re: Explicitly list all tree codes in gcc/tree-streamer.c:record_common_node (was: [PR lto/77458] Avoid ICE in offloading with differing _FloatN, _FloatNx types)

2016-09-30 Thread Richard Biener
gt; like that not feasible? (That's a subset of tree codes I gathered by a > partial run of the GCC testsuite, and libgomp testsuite; not claiming > this is complete.) I think it would be a nice thing to have indeed. So -- I'm inclined to approve this patch ;) Thanks, Richard. > commit f28dd9618be8a

Explicitly list all tree codes in gcc/tree-streamer.c:record_common_node (was: [PR lto/77458] Avoid ICE in offloading with differing _FloatN, _FloatNx types)

2016-09-29 Thread Thomas Schwinge
following be reasonable, which explicitly lists/handles all expected tree codes, or is something like that not feasible? (That's a subset of tree codes I gathered by a partial run of the GCC testsuite, and libgomp testsuite; not claiming this is complete.) commit f28dd9