public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/65047] New: [c++17] Add support for nested namespace defintions.
@ 2015-02-12 23:47 andrea.azzarone at canonical dot com
  2015-02-13  7:11 ` [Bug c++/65047] " andrea.azzarone at canonical dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: andrea.azzarone at canonical dot com @ 2015-02-12 23:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65047

            Bug ID: 65047
           Summary: [c++17] Add support for nested namespace defintions.
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: andrea.azzarone at canonical dot com

Gcc should support nested namespace defintions as per N4230. Basically it
allows to do stuff like this:

namespace A::B {
 ... 
}


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/65047] [c++17] Add support for nested namespace defintions.
  2015-02-12 23:47 [Bug c++/65047] New: [c++17] Add support for nested namespace defintions andrea.azzarone at canonical dot com
@ 2015-02-13  7:11 ` andrea.azzarone at canonical dot com
  2015-02-13  9:00 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: andrea.azzarone at canonical dot com @ 2015-02-13  7:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65047

--- Comment #1 from Andrea Azzarone <andrea.azzarone at canonical dot com> ---
Created attachment 34745
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34745&action=edit
Proposed patch


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/65047] [c++17] Add support for nested namespace defintions.
  2015-02-12 23:47 [Bug c++/65047] New: [c++17] Add support for nested namespace defintions andrea.azzarone at canonical dot com
  2015-02-13  7:11 ` [Bug c++/65047] " andrea.azzarone at canonical dot com
@ 2015-02-13  9:00 ` redi at gcc dot gnu.org
  2015-02-13 10:36 ` andrea.azzarone at canonical dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-02-13  9:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65047

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Patches should go to the gcc-patches list not bugzilla (it's not a bug that we
have incomplete support for an incomplete draft standard)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/65047] [c++17] Add support for nested namespace defintions.
  2015-02-12 23:47 [Bug c++/65047] New: [c++17] Add support for nested namespace defintions andrea.azzarone at canonical dot com
  2015-02-13  7:11 ` [Bug c++/65047] " andrea.azzarone at canonical dot com
  2015-02-13  9:00 ` redi at gcc dot gnu.org
@ 2015-02-13 10:36 ` andrea.azzarone at canonical dot com
  2015-03-23 14:31 ` redi at gcc dot gnu.org
  2015-03-23 14:37 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: andrea.azzarone at canonical dot com @ 2015-02-13 10:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65047

--- Comment #3 from Andrea Azzarone <andrea.azzarone at canonical dot com> ---
(In reply to Jonathan Wakely from comment #2)
> Patches should go to the gcc-patches list not bugzilla (it's not a bug that
> we have incomplete support for an incomplete draft standard)

Ok, thanks. Actually I already sent the patch to gcc-patches.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/65047] [c++17] Add support for nested namespace defintions.
  2015-02-12 23:47 [Bug c++/65047] New: [c++17] Add support for nested namespace defintions andrea.azzarone at canonical dot com
                   ` (2 preceding siblings ...)
  2015-02-13 10:36 ` andrea.azzarone at canonical dot com
@ 2015-03-23 14:31 ` redi at gcc dot gnu.org
  2015-03-23 14:37 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-03-23 14:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65047

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bkoz at gcc dot gnu.org

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
*** Bug 21494 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/65047] [c++17] Add support for nested namespace defintions.
  2015-02-12 23:47 [Bug c++/65047] New: [c++17] Add support for nested namespace defintions andrea.azzarone at canonical dot com
                   ` (3 preceding siblings ...)
  2015-03-23 14:31 ` redi at gcc dot gnu.org
@ 2015-03-23 14:37 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-03-23 14:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65047

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-23
     Ever confirmed|0                           |1

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
There's a much older patch referred to in PR 21494


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-23 14:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12 23:47 [Bug c++/65047] New: [c++17] Add support for nested namespace defintions andrea.azzarone at canonical dot com
2015-02-13  7:11 ` [Bug c++/65047] " andrea.azzarone at canonical dot com
2015-02-13  9:00 ` redi at gcc dot gnu.org
2015-02-13 10:36 ` andrea.azzarone at canonical dot com
2015-03-23 14:31 ` redi at gcc dot gnu.org
2015-03-23 14:37 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).