Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

icpc 16.0 OSX 10.10.3 bug

Jamil_A_
Beginner
402 Views

 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

 

0 Kudos
1 Reply
Richard_A_Intel
Employee
402 Views

Jamil,

Thank you for the testcase, this has been reproduced and is being tracked under this ticket: DPD200369192.

Thank you,

Richard

 

0 Kudos
Reply