This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

-fno-exceptions and libgcc.a


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]