From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 169A23858C5F; Thu, 18 May 2023 14:24:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 169A23858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684419856; bh=VLUCJ6ha+Y+glyTbExG+WcOTivfqNLBEGbm3i/ORFI8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dJ6QvnNYhef/mTv7HPiXKzd5PaSD7W6tJq9mImSqOVTVmcuj4/ZEkSy9w2jeTSRmK 3OaYhRWe5GdkCTrB4V5BpMUpfmDf62GfJ/xF1FgAek5BQXgpwbr/6JbTKoT+jEVtjN QFW/wyE3d8hLxGPjvFwVjbh4KgqJW+LiCShw7Qig= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/105831] Nonportable syntax in "test" and "[" commands. Date: Thu, 18 May 2023 14:24:15 +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: 12.1.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi 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=3D105831 --- Comment #7 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:95b93adcac69536bab617e045149719ec69099ae commit r14-968-g95b93adcac69536bab617e045149719ec69099ae Author: Michael B=C3=A4uerle Date: Thu May 18 10:15:49 2023 +0100 gcc: Fix nonportable shell syntax in "test" and "[" commands [PR105831] POSIX sh does not support the =3D=3D for string comparisons, use =3D in= stead. gcc/ChangeLog: PR bootstrap/105831 * config/nvptx/gen-opt.sh: Use =3D operator instead of =3D=3D. * configure.ac: Likewise. * configure: Regenerate.=