This is the mail archive of the gcc-help@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]

RE: Help with namespaces bug GCC 3.0.3....


Thomas J Amato wrote:

> I was wondering if someone could tell me why this code 
> fragment fails to compile under 3.0.3 (Solaris 2.7).

I can't reproduce this. Compiling the header on its own:

   g++ -Wall -c -x c++ new.hxx

parses the file OK without warnings using v2.95.3 (and development
v3.1+) on Solaris 2.8 (sparc-sun-solaris2.8) and using v3.0.3 on HP/UX
11.00 (hppa1.1-hp-hpux11.00). I can't imagine that it's anything Solaris
2.7 specific. Are you sure that the including code is OK?

Sorry that's not much help!
Rup.


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