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]
Other format: [Raw text]

Re: c++/2455: [2003-01-01]Segfault in cc1plus on mutually inclusivenamespaces


Just for the record:

The problem with the mutually inclusive namespaces has been fixed
on mainline (which will become gcc 3.4). I.e. the reduced testcase
now compiles without problems.

The original example, however, does not compile because
the new parser adheres closer to the C++ standard.
This means the code needs to be fixed.

Regards,
Volker

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2455



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