From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DC9023858D32; Mon, 26 Dec 2022 15:15:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC9023858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672067712; bh=TTDtz9NPQq0iaMaRRyA7DJ/UwY+f0YSgXoVTpGhHWJA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nZHErIhx0dze9yc+HcFUcAxuGY2CSWVUju8m3z0hjWRq3+5ENJOdLl6duNmtB9R71 +2BbjMVOr/I/Q0xYf31QZNyAFCUj277Y/tPLM9vzh6mDPmskUSUcC1pAzVR5tnEV1g dRxTV6J4x3cuQNZ13XsIHJV0WHHcYo37nfw+G8K0= From: "nightstrike at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106395] [12/13 regression] [mingw] "redeclared without dllimport attribute: previous dllimport ignored" on C++ friend since r12-299-ga0fdff3cf33f72 Date: Mon, 26 Dec 2022 15:15:12 +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: 12.1.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: nightstrike at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D106395 nightstrike changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nightstrike at gmail dot c= om --- Comment #4 from nightstrike --- This appears to be fixed in GCC 13=