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)