public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jason at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/54420] [4.6/4.7/4.8 Regression] Segmentation fault in decl_mangling_context
Date: Tue, 04 Sep 2012 22:17:00 -0000	[thread overview]
Message-ID: <bug-54420-4-buotftUI2C@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-54420-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54420

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2012-09-04 22:16:57 UTC ---
The name __lambda, like all names beginning with "__", is reserved to the
implementation.

In addition, some identifiers are reserved for use by C++ implementations and
standard libraries (17.6.4.3.2) and shall not be used otherwise; no diagnostic
is required.

— Each name that contains a double underscore _ _ or begins with an underscore
followed by an uppercase letter (2.12) is reserved to the implementation for
any use.

I'll fix 4.8 to avoid crashing on this testcase, but I don't want to change the
release branches.


  parent reply	other threads:[~2012-09-04 22:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30 14:21 [Bug c++/54420] New: Segmentation " lukeocamden at gmail dot com
2012-08-30 14:33 ` [Bug c++/54420] Segmentation fault " markus at trippelsdorf dot de
2012-09-03 10:31 ` [Bug c++/54420] [4.6/4.7/4.8 Regression] " rguenth at gcc dot gnu.org
2012-09-04 22:17 ` jason at gcc dot gnu.org [this message]
2012-09-05  4:17 ` jason at gcc dot gnu.org
2012-09-05  4:21 ` jason at gcc dot gnu.org
2012-09-05 16:18 ` paolo.carlini at oracle dot com
2012-09-18 13:48 ` paolo.carlini at oracle dot com
2012-09-19 10:27 ` patrik.h.hagglund at gmail dot com
2012-09-19 10:36 ` jakub at gcc dot gnu.org
2012-09-19 11:05 ` patrik.h.hagglund at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-54420-4-buotftUI2C@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).