From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 861173858D37; Thu, 18 Jan 2024 19:41:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 861173858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705606874; bh=6elQ0cH59FHY28vjmzWfwQPsqhoQF6K801IgR3GGGAs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ybrUH4S5Y6md1qnO8W7uWW1gi1PW/IsMPp0X1g1In94FHUgROYlz+KbquASdJ2gug gniL9IxiwPUZt9O33amwrKsvJEUo2IU8LoFhprLMfO4yRB/vON32FGRX6kdoQP6fan yA5ufM1dFsJ77QnNZJIOfoVlgl7je519soTNVQWU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108521] gcc/doc/invoke.texi contains remnants of Cygwin options removed in 2010-10-07 Date: Thu, 18 Jan 2024 19:41:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: documentation, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: sandra 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=3D108521 --- Comment #4 from GCC Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:b6c4fcda7fea2c6e14f539780f976bdc1d2591fb commit r14-8259-gb6c4fcda7fea2c6e14f539780f976bdc1d2591fb Author: Brian Inglis Date: Thu Jan 18 19:29:01 2024 +0000 Remove remnant of removed Cygwin options from invoke.texi [PR108521] The -mcygwin option for x86 Windows was removed in 2010 by commit 3edeb30d044a4852881c34229e618b34f95b0d9e, but this reference was overlooked. gcc/ChangeLog PR target/108521 * doc/invoke.texi (Option Summary): Remove -mcygwin and -mno-cy= gwin from x86 Windows Options.=