This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-fno-exceptions and bad_alloc
- To: <gcc at gcc dot gnu dot org>
- Subject: -fno-exceptions and bad_alloc
- From: "Thomas van Gulick" <list at utumno dot student dot utwente dot nl>
- Date: Tue, 28 Sep 1999 02:26:03 +0200
When using -fno-exceptions I still get bad_alloc exceptions
thrown at me when the new operator fails. I also tried the
fno-check-new flag to no avail.
Is there any way to really really turn off exception handling
and throwing?
Thomas
--