This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gexception doesn't work with shared libstdc++-v3.
- To: gcc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Subject: gexception doesn't work with shared libstdc++-v3.
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Sat, 1 Jul 2000 19:29:39 -0700
The C++ exception doesn't work on Linux/ia32 with gcc 2.96 in CVS when
libstdc++-v3 is used:
http://gcc.gnu.org/ml/gcc-testresults/2000-07/msg00000.html
The old libstdc++ is ok. The last working one I know is 20000625. Any
ideas?
H.J.