This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

Re: c++/7400: dynamic_cast segfaults with -shared option


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7400

As of gcc3.1, dynamic_cast<>() still cannot be used in any programs
that use shared libs.
Specifically, the version I tried:
g++3 (GCC) 3.1 20020604 (Red Hat Linux 7.3 3.1-5)

I believe this discussion may be relevant:
http://gcc.gnu.org/ml/gcc/2002-06/msg01699.html



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