The New commit seems not compatible with GCC4.8

Hi all, I have updated the repo beyond commit #4346. But it seems like, in commit #4346, “aligned_union” is used in tvm/include/tvm/runtime/memory.h. I searched the web and found that “aligned_union” is not supported by GCC until version 5.0+. So it seems that the current TVM update is not compatible with GCC4.8? Is there any solution to this issue? Should I upgrade my GCC? Thank you!

Thanks for reporting, https://github.com/apache/incubator-tvm/pull/4461 should have fixed the issue

That’s great. Thank you so much!