From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13428 invoked by alias); 20 Dec 2012 02:58:40 -0000 Received: (qmail 13337 invoked by uid 55); 20 Dec 2012 02:58:21 -0000 From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/55724] [4.7/4.8 Regression] [C++11] Default type of a template value is not working Date: Thu, 20 Dec 2012 02:58: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-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.3 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-12/txt/msg01927.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55724 --- Comment #4 from Jason Merrill 2012-12-20 02:58:20 UTC --- Author: jason Date: Thu Dec 20 02:58:16 2012 New Revision: 194627 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194627 Log: PR c++/55724 * pt.c (type_unification_real): Re-combine post-deduction loops. Added: branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/fntmpdefarg4.C Modified: branches/gcc-4_7-branch/gcc/cp/ChangeLog branches/gcc-4_7-branch/gcc/cp/pt.c