From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5FEBF385517D; Fri, 2 Dec 2022 10:21:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FEBF385517D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669976484; bh=Pqvv7PBgZrp/iL1t4yekVDCw2Yx+gIG3SxCzQg8/v3o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I5qot11sENAMuJ41rgR1Z+/wavBphQ7BwVCwzWlpf4V/L1/Fn/CASpf3fZjTFRd81 wFxWta0z7RQo9hk0PqLYU3AZ28r5aO8YZsr79zflv8+p0f9hdnHICm18jQ826viXpl Og+XHabEB/6MljJC8Kjh37ncT0dA2+lBtW2QSIFw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/84469] structured binding inside for all loop thinks it is type depedent when it is not (inside a template) Date: Fri, 02 Dec 2022 10:21:22 +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: 8.0.1 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D84469 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #10 from Jakub Jelinek --- Fixed for GCC 13.=