From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08A26385BF81; Thu, 16 Apr 2020 10:14:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08A26385BF81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587032086; bh=wuVQxtnOwf30DYyGCdfBmYKrDThMGbi+UEK5BCawI2A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OsCOky1QvAE8+ceN88k/MeWBVj0WBh50JIwrdvJ7c+mSBOht3Ny8R83M6QByg/G6E LiKbtkERbbYTLoBJQWg3pvzp0hp1VrSBu41W14dClO7PCjLpu1iV1mtwI/VdFtdQxr AYPoh1pSDh5aVUFw8OrkzbLWzFa8tR6+5c1KUTxw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/92008] Build failure on cygwin Date: Thu, 16 Apr 2020 10:14:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub 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: Thu, 16 Apr 2020 10:14:46 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D92008 --- Comment #16 from Jakub Jelinek --- bison 1.35 doesn't, and that is what has been used last time. Is even %define api.pure full (vs. %pure_parser) supported in much older bi= son versions? Maybe 1.875 is the oldest people do use in real-world, not sure. Requiring bison 3 or later only is unacceptable right now.=