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]

[Bug libstdc++/34680] Unconditional use of dynamic_cast in locale_facets.tcc breaks compilation with -fno-rtti



------- Comment #5 from pcarlini at suse dot de  2008-01-05 00:42 -------
I think we should do something about this issue, unfortunately. Because, before
fixing those two bugs, we has essentially *no* dynamic_cast and typeid in the
headers (a few only in TR1).  Presently, I'm thinking we should probably revert
the fix in the branch and think about a solution in mainline: for example a
preprocessor builtin could be elegantly used by the library...


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bkoz at redhat dot com,
                   |                            |pcarlini at suse dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34680


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