From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 28DE53857C64; Fri, 24 Jul 2020 18:40:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 28DE53857C64 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595616036; bh=Fh5fxPpVB5pQOEdsjwJRuwOTtflju4uUh7Y7eO4sFPM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=j38AFrf4zymOSD+LP/+tFNnpw/8Sm9IhAiCoT2FSehwZ2xuRAWCunU9OvSDxvQOVB mUZgRo7jWY0r3szC+lnxq75s7ustl/RsGyJwQA3Spo9+sIpeUIjn4Eq6CnrwqKU159 8oVHHD3iAlhipzVGTNJU6WJSrpo6/LEZnIicS+2w= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/57943] [c++11] invalid decltype expression accepted in template default type Date: Fri, 24 Jul 2020 18:40:35 +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.7.2 X-Bugzilla-Keywords: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2020 18:40:36 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D57943 --- Comment #5 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:048ba9c02db7ee461abe86a37544fcd4e0cf8858 commit r11-2308-g048ba9c02db7ee461abe86a37544fcd4e0cf8858 Author: Patrick Palka Date: Fri Jul 24 14:31:36 2020 -0400 c++: Add testcase for [PR81339] We correctly reject this testcase since r11-434, i.e. since the fix for PR c++/57943. gcc/testsuite/ChangeLog: PR c++/81339 * g++.dg/cpp0x/decltype78.C: New test.=