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

WIN64: 'access violation : public _Get_function_impl<_Fty>::type' error for QtCreator builds using Windows ICC

sav
Novice
515 Views

Hello, everyone,

For QtCreator builds using Windows ICC got error:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\functional(1479): internal error: access violation
                : public _Get_function_impl<_Fty>::type
                                                   ^

compilation aborted for botan_all.i (code 4)

which relate to Change #215783. A test case to reproduce error added in attachment.

Reproduced for:

  • builds using Windows ICC,

not reproduced for:

  • builds using mingw-w64 and MSVC.

Environment:

 

Best,

Alexander

 

0 Kudos
2 Replies
Viet_H_Intel
Moderator
515 Views

 

Hi Alexander,

Latest supported by Intel® C++ Compiler 18.0 Update 3 version of Microsoft Visual Studio 2017* is 15.6. The Release Notes mentions about it https://software.intel.com/en-us/articles/intel-c-compiler-180-for-windows-release-notes-for-intel-parallel-studio-xe-2018.

We have 19.0 Beta version, but the beta program has ended. If you can't downgrade to an earlier version of MSVC, then you may upgrade to newer version of Intel Compiler when it becomes available.

Thanks,

Viet 

0 Kudos
sav
Novice
515 Views

It's very likely, that this bug would be reproduced with IPSXE 2018 Update >3, which would support MSVC >=15.8. But we can wait and see for sure.

Best,

Alexander

 

0 Kudos
Reply