• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

jni/22-Nov-2023-4115

BROKEN_BUILDD22-Nov-20236 11

READMED22-Nov-2023331 85

README

1This test is meant to test the GABI++ library which provides C++
2RTTI and exceptions support without using the GNU libsupc++.a
3
4This is really a way to check that the C++ compiler properly links against
5libgabi++_static and libgabi++_shared without any kind of conflict, and that
6dynamic_cast<> and try..throw..catch really work.
7
8