- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
The following program fails using icpc 16.0 on OSX 10.10.3
cat test.cxx
#include <iostream>
int main()
{
return 1;
}
Error
Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config(316): internal error: null pointer
#if !(__has_feature(cxx_relaxed_constexpr))
^
compilation aborted for test.cxx (code 4)
icpc --version
icpc (ICC) 16.0.0 20150325
Copyright (C) 1985-2015 Intel Corporation. All rights reserved.
Thanks
Jamil
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jamil,
Thank you for the testcase, this has been reproduced and is being tracked under this ticket: DPD200369192.
Thank you,
Richard

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