From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 764FC3857C43; Wed, 3 Jan 2024 21:26:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 764FC3857C43 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704317189; bh=j6D/A9n2pk8LMJDYu1i6T3142x/k03HoldwrkxcA/Ac=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ye5H50rCK/1PhjcXb5NvUL0OXXLEvJKz6cCnVictxQz7+1GQaHHBgvXPw9VyxZYn0 cArfoETM07u1yBx0qAMnUQUnEjwQVjjzVJ+40j2A3Z3nFGl2sQPCHMgC/t7JV5/WKG hUM7HqktGsMp5jqGTMa3hUE1/YirIr0pbrlGnvbQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBjKysvNTkzODldIFtDKysxMV0gYm9ndXMgZXJyb3I6IGNh?= =?UTF-8?B?bGwgb2Ygb3ZlcmxvYWRlZCDigJhGb28oPGJyYWNlLWVuY2xvc2VkIGluaXRp?= =?UTF-8?B?YWxpemVyIGxpc3Q+KeKAmSBpcyBhbWJpZ3VvdXM=?= Date: Wed, 03 Jan 2024 21:26:28 +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: unknown X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D59389 --- Comment #8 from Andrew Pinski --- (In reply to Andrew Pinski from comment #7) > (In reply to Sergey Fedorov from comment #6) > > I am getting a similar-looking error with gcc-13.2.0 now: > > https://github.com/NGSolve/ngsolve/issues/68 >=20 > Both clang and GCC reject the original testcase still .... > So I doubt this is the same issue ... Also the testcase in comment #2 works with GCC 13.2.0 while fails with GCC 13.1.0 ...=