This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-fno-exceptions and libgcc.a
- To: egcs at cygnus dot com
- Subject: -fno-exceptions and libgcc.a
- From: hjl at lucon dot org (H.J. Lu)
- Date: Fri, 3 Oct 1997 14:17:42 -0700 (PDT)
Hi,
To save disk space, I use -fno-exceptions to compile egcs. But the
resuled egcs binary fails most of exception handling tests. Taking
out -fno-exceptions fixes it. I suspect part of libgcc.a should be
compiled with -fexceptions even if -fno-exceptions is used. Any ideas?
Thanks.
--
H.J. Lu (hjl@gnu.ai.mit.edu)