From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 36C9D385DC14; Tue, 28 Apr 2020 08:07:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 36C9D385DC14 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588061230; bh=chKsXQ8HAlpgfK/mZMT5xHcvBHy/trJtAlmpC80Qgk4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eNHx46W/eEgGqEo3EltWf7n5yRpI6Tk2z9TFbb3u0jqApliCfoyyoK16M8YaSuwf/ P8aSYxDOsDaTn/5EhooxlkY64WT9jmocbnPYatQoWQ4FcDw0R6UFh/u9rm4Dh1lMAw T4nW3JqTNVT0qJiZs+U+4aioYtNnrmpK+MvxPVPE= From: "sbence92 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/94771] g++.dg/concepts/diagnostic10.C fails on mingw Date: Tue, 28 Apr 2020 08:07:10 +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: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sbence92 at gmail dot com 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 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: Tue, 28 Apr 2020 08:07:10 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94771 --- Comment #4 from Bence Szab=C3=B3 --- Interesting, the t.f syntax is not allowed anymore even with MSVC: https://godbolt.org/z/YCK-mv msvc also doesn't list under extensions_ https://docs.microsoft.com/en-us/cpp/build/reference/microsoft-extensions-t= o-c-and-cpp?view=3Dvs-2015 and some recent overview on ms extensions: https://stackoverflow.com/questions/56554567/what-does-the-ms-extensions-fl= ag-do-exactly-with-gcc Is this a dinosaur that forgot to die?=