Enables exception handling table generation.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -fexceptions -fno-exceptions |
Windows: | None |
None
-fno-exceptions |
Exception handling table generation is disabled. |
This option enables C++ exception handling table generation, preventing Fortran routines in mixed-language applications from interfering with exception handling between C++ routines. The -fno-exceptions option disables C++ exception handling table generation, resulting in smaller code. When this option is used, any use of C++ exception handling constructs (such as try blocks and throw statements) when a Fortran routine is in the call chain will produce an error.
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.