From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E519A3858CDA; Mon, 26 Sep 2022 20:09:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E519A3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664222964; bh=+eVE77hjndltV0uduerR9joLyplhqiviGjXue3zM1eQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ys0qvaxKyn8eMgWXzhM31TI0l6Euzw8D5qK4XvSvAy/8RPDAfLKWutwvJT3PBb0yh vzeH8kiFYFE23BWhdvieY3OvbXwu7GVO8H8hmUmcUevEOPGUWoFDOYeLJebhsubOwG opucxlXPWHUDKS0aP+GufPC/r8ZTXdRS2V/iA2Mc= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/107042] GCC build error after today's change Date: Mon, 26 Sep 2022 20:09:24 +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: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: unlvsur at live dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D107042 cqwrteur changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|ASSIGNED |RESOLVED --- Comment #6 from cqwrteur --- (In reply to Martin Li=C5=A1ka from comment #5) > Hm, you have | #define HAVE_AS_COMPRESS_DEBUG 2 which is an invalid value. > Please remove the build directory and reconfigure it. Does it help? it is working. hmhm=