Launchpad has imported 7 comments from the remote bug at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26155.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2006-02-07T14:48:26+00:00 Pinskia wrote:

I thought this was filed before but I cannot find it.
Testcase:
namespace std
{
  namespace __gnu_debug {
namespace debug = std::__gnu_debug;
namespace debug
{
-----
Error we get:
t.ii:6: error: namespace alias ‘std::__gnu_debug::debug’ not allowed here, 
assuming ‘std::__gnu_debug’
t.ii:6: internal compiler error: in resume_scope, at cp/name-lookup.c:1372
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Reply at: https://bugs.launchpad.net/gcc/+bug/321883/comments/0

------------------------------------------------------------------------
On 2006-02-08T21:40:56+00:00 Bkoz wrote:

Created attachment 10805
patch

Reply at: https://bugs.launchpad.net/gcc/+bug/321883/comments/1

------------------------------------------------------------------------
On 2006-02-09T00:41:28+00:00 Pinskia wrote:

Comment on attachment 10805
patch

This patch was submitted to the wrong bug.

Reply at: https://bugs.launchpad.net/gcc/+bug/321883/comments/2

------------------------------------------------------------------------
On 2006-02-09T16:51:44+00:00 Reichelt wrote:

Confirmed.

Even simpler testcase:

=======================
namespace N
{
  namespace M = N;
  namespace M {}
}
=======================


Reply at: https://bugs.launchpad.net/gcc/+bug/321883/comments/3

------------------------------------------------------------------------
On 2009-03-24T10:40:11+00:00 Matthias Klose wrote:

confirmed with 4.3.4 and 4.4.0

Reply at: https://bugs.launchpad.net/gcc/+bug/321883/comments/6

------------------------------------------------------------------------
On 2009-12-29T16:49:40+00:00 Debian GCC maintainers wrote:

confirmed with trunk 20091228

Reply at: https://bugs.launchpad.net/gcc/+bug/321883/comments/7

------------------------------------------------------------------------
On 2012-05-29T16:14:58+00:00 Paolo-carlini wrote:

On it.

Reply at: https://bugs.launchpad.net/gcc/+bug/321883/comments/8


** Changed in: gcc
       Status: Confirmed => In Progress

** Changed in: gcc
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/321883

Title:
  [PR26155] g++ crashes when trying to compile c++ header with namespace
  error

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/321883/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to