From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 14F3B3858401; Thu, 1 Jun 2023 13:43:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14F3B3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685626981; bh=lauZDI6c8GdJQlnZPj0EUfmMOSIV8BVlHe8/bA4diGc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JBkhiCt87LsMxgFw4b962GOHyh65TorUFWejnz/qD7rgfm5Pg59NuRbseH8lTB7Qr 8EHVq3ZB9r38kCKPMgPXqxVaTTkqiRUIVKUW/HZRkR6o9yjIPTXdROrG/jxQZnqdBr Kn/Z/k7kHTcfbiWyRrNWnGKCQTYBmNyXEltsR5bE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/110072] __gcov_dump cannot generate gcda for so files opened with dlopen when gcc version is later than 5.1.0 Date: Thu, 01 Jun 2023 13:43:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: 4.8.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: bug_status resolution 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=3D110072 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Andrew Pinski --- GCC before 10.x is no longer being supported. That is we are not producing another release of GCC before 10.x. So this is just a dup of bug 83879. *** This bug has been marked as a duplicate of bug 83879 ***=