From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Stegmaier To: egcs-bugs@cygnus.com Subject: No Subject Date: Thu, 22 Oct 1998 10:56:00 -0000 Message-id: <199810221509.RAA11464@auriga.fmi.uni-passau.de> X-SW-Source: 1998-10/msg00609.html List-Id: Hi! I have encountered a problem compiling the little test file, which I have attached to this mail, with egcs version 1.1b (egcs-2.91.57) on Solaris 2.6. If I use egcs version 1.0.3a everything works fine... and because the header files are identical, there is probably a problem with the compiler... I get the following error message: lupus:~>/public/local/programming/egcs-1.1b/bin/g++ test.cpp In file included from /public/local/programming/egcs-1.1b/include/g++/stl_rope.h:2107, from /public/local/programming/egcs-1.1b/include/g++/rope.h:18, from test.cpp:2: /public/local/programming/egcs-1.1b/include/g++/ropeimpl.h:1085: warning: decimal integer constant is so large that it is unsigned Undefined first referenced symbol in file rope > identity_element >(rope >::concat_fn)/var/tmp/cct2QrlY.o ld: fatal: Symbol referencing errors. No output written to a.out collect2: ld returned 1 exit status Bernhard Stegmaier >>From jason@cygnus.com Thu Oct 22 12:17:00 1998 From: Jason Merrill To: Martin von Loewis Cc: vavasis@CS.Cornell.EDU, egcs-bugs@cygnus.com, egcs-patches@cygnus.com Subject: Re: possible namespace lookup bug Date: Thu, 22 Oct 1998 12:17:00 -0000 Message-id: References: <360A8102.5607@cs.cornell.edu> <199810212147.WAA08360@mira.isdn.cs.tu-berlin.de> X-SW-Source: 1998-10/msg00615.html Content-length: 20 This is OK. Jason