From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71570 invoked by alias); 5 Oct 2015 09:58:06 -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 70508 invoked by uid 55); 5 Oct 2015 09:57:53 -0000 From: "ville at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/67844] [6 Regression] Cannot make tuple of class with template constructor Date: Mon, 05 Oct 2015 09: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-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ville at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ville.voutilainen at gmail dot com X-Bugzilla-Target-Milestone: 6.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-10/txt/msg00319.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67844 --- Comment #5 from ville at gcc dot gnu.org --- Author: ville Date: Mon Oct 5 09:57:20 2015 New Revision: 228468 URL: https://gcc.gnu.org/viewcvs?rev=228468&root=gcc&view=rev Log: 2015-10-05 Ville Voutilainen PR 67844. * include/std/tuple (_TC::_NonNestedTuple): Eagerly reject conversions from tuple types same as the target tuple. * testsuite/20_util/tuple/67844.cc: New. * testsuite/20_util/tuple/cons/nested_tuple_construct.cc: Add a missing copyright header. Added: trunk/libstdc++-v3/testsuite/20_util/tuple/67844.cc Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/std/tuple trunk/libstdc++-v3/testsuite/20_util/tuple/cons/nested_tuple_construct.cc