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

Would it be possible to get a Fallback compiler flag, for when ICL can't compile a file?

Alex_K_8
Beginner
482 Views

Something similar to what clang-cl has:

When clang-cl is run with the /fallback option, it will first try to compile files itself. For any file that it fails to compile, it will fall back and try to compile the file by invoking cl.exe.

Source

Would it be possible for something similar to be implemented into the C++ compiler?

 

0 Kudos
3 Replies
KitturGanesh
Employee
482 Views

Hi Alex,
Interesting question, thanks. I've filed this feature request with the developers and will keep you updated, appreciate much.
_Kittur

0 Kudos
Kontos__Alex
Beginner
482 Views

Apologies if bumping isn't aloud - but I don't suppose there were any updates in regards to this or if there are any future plans to support?

0 Kudos
Viet_H_Intel
Moderator
482 Views

Looked at the feature requested by Kittur, I don't think we have any plan to support it.

0 Kudos
Reply