From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80028 invoked by alias); 25 Mar 2015 17:51:56 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 79950 invoked by uid 48); 25 Mar 2015 17:51:52 -0000 From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/65558] [5 Regression] crash using __attribute__((__abi_tag__)) on anonymous inline namespace Date: Wed, 25 Mar 2015 18:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-03/txt/msg02807.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65558 --- Comment #3 from Jonathan Wakely --- (In reply to Marek Polacek from comment #2) > If it is correct to ignore the abi_tag on an anonymous namespace It's correct, anything in an anon namespace cannot be named outside the current translation unit, so there's no point changing its mangling or warning about what happens when it's used by another TU.