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]

Erroneous use of stl creates internal compiler error...



Erroneous code generates an internal compiler error.....
Compiled with g++ 2.95.1 on Linux Redhat 6.0 i586.

#include<map>

struct A
{
};

int main ()
{
        A a;
        a.map ();
}


Regards
Fredrik Öhrström




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