From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 07D183858434; Thu, 18 May 2023 01:58:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 07D183858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684375102; bh=M7pWTZyAMeslK8d+b9xus84WiGBxraGKO7aOf/Vei+E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gshR1kqaJzChbIhOhvD41qPbHvteRLdixYX2neaCxYdgr5Q+/q/tEa8AMVKwCBgBw +NHKt0Jex5GGiaEIARU/VZL20b8zcE30WuiH9Od0nsSk7Oy59V9KfuGoKOri7JqyXb 9+IL7ukHYeJ/aNYyzK8lOMh9W+w01Bs/uHuJZTN0= From: "pinskia 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 01:58:21 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: 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 #3 from Andrew Pinski --- Note I think most folks on AIX, uses CONFIG_SHELL=3Dbash due to the speed of /bin/sh and configure : https://gcc.gnu.org/install/specific.html#x-ibm-aix So the patch to configure.ac while good does not do much. And IIRC nvptx target is really only tested on GNU/Linux so nvptx/gen-opt.sh will most likely only be invoked with bash (dash?). So while good, will not do much.=