From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113290 invoked by alias); 4 Mar 2015 12:17:04 -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 113247 invoked by uid 48); 4 Mar 2015 12:17:01 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/65309] [4.9/5 Regression] Executes wrong function inside an anonymous namespace on runtime Date: Wed, 04 Mar 2015 12:17: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: 4.9.2 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority cf_known_to_work short_desc cf_known_to_fail 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/msg00476.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65309 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P1 Known to work| |4.8.4, 4.9.2 Summary|[4.9 Regression] Executes |[4.9/5 Regression] Executes |wrong function inside an |wrong function inside an |anonymous namespace on |anonymous namespace on |runtime |runtime Known to fail| |4.9.3, 5.0 --- Comment #10 from Richard Biener --- Confirmed also on trunk. P1 because of a regression on the branch that wasn't released yet.