This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11762] namespace aliasing ICE in warn_extern_redeclared_static
- From: "gdr at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2003 19:50:03 -0000
- Subject: [Bug c++/11762] namespace aliasing ICE in warn_extern_redeclared_static
- References: <20030801154505.11762.bkoz@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11762
------- Additional Comments From gdr at gcc dot gnu dot org 2003-09-07 19:50 -------
The testcase provided in this report no longer causes a compiler crash.
However, the disease is still there. I propose to use the following
testcase
namespace M { }
namespace N { }
namespace M = N;