- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Compiler version and platform:
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.098 Build 20160721
$ icc -c small.cpp small.cpp(5) (col. 3): internal error: 04010002_1529 compilation aborted for small.cpp (code 4) $ $ g++-6.2 -c small.cpp $ clang++-3.8 -c small.cpp $ $ cat small.cpp void f (...); // okay if: void f (...) {} void g () { f (&reinterpret_cast <int &> (g)); } $
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Zhendong
I have reproduce the issue you reported. Thank you for raising the issue.
I have entered this issue in our problem-tracking system. We will try to resolve this issue as soon as we can. However, please be advised that this issue may have to be targeted to for the next major release. I will let you know when I have an update on this issue.
Thanks.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page