public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/65271] New: Mem-declarator after class-specifier cannot declare rvalue reference
@ 2015-03-02  2:35 potswa at mac dot com
  2015-03-02 11:37 ` [Bug c++/65271] Declarator " redi at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: potswa at mac dot com @ 2015-03-02  2:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65271
           Summary: Mem-declarator after class-specifier cannot declare
                    rvalue reference
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: potswa at mac dot com

The grammar seems to be missing an allowance for the && token after a
class-specifier. This fails:

struct {} && m = {};

This works:

struct {} const && m = {};


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

end of thread, other threads:[~2015-03-02 11:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02  2:35 [Bug c++/65271] New: Mem-declarator after class-specifier cannot declare rvalue reference potswa at mac dot com
2015-03-02 11:37 ` [Bug c++/65271] Declarator " 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).