reason for diagnostic #569
warning
Diagnostic 1744: field of class type without a DLL interface used in a class with a DLL interface
explanation of diagnostic #1744
Diagnostic 1159: ordered region must be closely nested inside a loop or parallel loop region with an ordered clause
reason for diagnostic #1159
Diagnostic 99: a declaration here must declare a parameter
explanation of diagnostic #99
Diagnostic 10149: option '-cxxlib-gcc' not supported with the current installed GCC
When compiling with the Intel® Compilers on Linux*, the error message: "Diagnostic 10149: option '-cxxlib-gcc' not supported with the current installed GCC" is an indication that some inconsistency exists in gcc installation.
Diagnostic 912: could not set locale
Compiler reports error: "could not set locale"
Diagnostic 809: exception specification for virtual entity-kind "entity" is incompatible with that of overridden entity-kind "entity"
Cause:
Overidden virtual functions should have exception-specification at least as restrictive as its own. A caller function might not be able to catch if derived threw an exception that was not advertised in the base class function.
For example:
