From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 29EE23858428; Tue, 29 Nov 2022 11:33:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29EE23858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669721605; bh=KdNXg2Y8OR6ao1UDh/vFe+JbHzu7tTnefoxRLKpWGnQ=; h=From:To:Subject:Date:From; b=flOecMTNinmZhnYVhSe5MMFkBBdiYM5T4drtK6OWEUCoxXGg0+H7m5oZDjwwYA/VQ 20BDL0gAGSBF/iMyXYeef4RChJ2sICPfVs2Ab5vU+UOyUiwgjRCr54fmCKE17zCs4B h+5DFPMK5zEMj/AUlgCTlyOCmyYf7a5vb/T2Vock= From: "alakatos at redhat dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/107911] New: Remove problematic language from libtool.m4 Date: Tue, 29 Nov 2022 11:33:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alakatos at redhat dot com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D107911 Bug ID: 107911 Summary: Remove problematic language from libtool.m4 Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: alakatos at redhat dot com Target Milestone: --- Hello, We use some internal tools to detect problematic language(master, slave, black-list, white-list, etc...) inside the project. We identified the use of "master" inside the libtool generic library support script. Would it be possible to remove harmful language from the the gcc/libtool.m4 file? The mentioned code block is located at: https://github.com/gcc-mirror/gcc/blob/master/libtool.m4#L1064 and it's connected with Darwin linker features. Thanks, Attila Lakatos=