From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Linden To: gcc-bugs@gcc.gnu.org Subject: bug report Date: Thu, 03 Aug 2000 02:34:00 -0000 Message-id: <3.0.6.32.20000803113320.0094f100@195.84.176.170> X-SW-Source: 2000-08/msg00061.html List-Id: This program: #include #include namespace apa { #ifndef __STL_LIMITED_DEFAULT_TEMPLATES template , class Alloc = alloc> #else template #endif class map: public std::map { } } using namespace apa mapnisse; int main() { nisse n; } generated the following error: maptest.cpp:12: Internal compiler error. maptest.cpp:12: Please submit a full bug report. maptest.cpp:12: See for instructions.