From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by sourceware.org (Postfix) with ESMTPS id 1E5603856248 for ; Fri, 5 May 2023 15:13:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1E5603856248 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x630.google.com with SMTP id d9443c01a7336-1ab1b79d3a7so12838275ad.3 for ; Fri, 05 May 2023 08:13:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683299629; x=1685891629; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=ixsUbncVec54RHte/diztO8I+SIJBr1WydcXGU+wpEA=; b=BVn7IIEMTofcbRJdRgmGlsLGw86qj5idKMU5B5kZ+HgBhHCZHeZOaqI6TTvvtL9bGi m6zI+8oVCbBXkZFvgx/hC7BrRTolMc5vizQQEVbMCbi8+bvFfsp540e1kiEhmRfyj1Bd nMFKXpif7Cdb0TnRVlPy3ogvXqywSyJF1u6tPHRC10KChcjTsU47Gej9DCpVouvswIcj 4Hj31+Bi6HA8cjCMeVNpDJEMY/Mln0+wpZ6oEHclv5zPRiV4sZmq4iCtjuzViEXByD+z vcpZgwvlIhGgk1xsdh8BFqV3lcpvQUyp3e15S7ZMS9E2nyGWcOUClMjappxR+yTotBKR qLKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683299629; x=1685891629; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ixsUbncVec54RHte/diztO8I+SIJBr1WydcXGU+wpEA=; b=XfNP7Emj07PO7kRo+KBBSuj9j3K7g5dPys9xCMOMnk3lo73Ls/Y1nLRDQJwxgTrX7h UXybMa6DiDHTzcT9XJmgmLtGUyidVE0K1ypcBxLyYUuLyWan4rJeqSsr3IUTmH1EBnmB iTFtJ64Eh/+AhK0HM9v2V8eokBJAUd1icmK2bNlV8s6WVF0GR3H3gIo4QfxoeTA6bpuH ZWfx9XxT1ED6mlvXLBrnMZAJlDG7+HrmmCNw9vVsMVh140zQfXx3XvCdymCbstznc/eQ /0IcPvoSyFUiR4SFQRwSZlYye/7PVhrzKHfKJM3WfiRA21yiSX3j122QhcUty+yhkXi2 gnMQ== X-Gm-Message-State: AC+VfDz+CWr21xitwqMU02on8O7P8snE5BwU5qUYvBGxZ820MIFS49tL og+dUZ/60XnUVrnK5asRinbUiFrZvao= X-Google-Smtp-Source: ACHHUZ5i8cbASLwm9qNQ6RT+JmkNT2i7cFG28sPwNRYitCqRqBBCG9zAenR2pjUdyLH+Viu68pLJzw== X-Received: by 2002:a17:903:2292:b0:1a6:ebc1:c54c with SMTP id b18-20020a170903229200b001a6ebc1c54cmr2188687plh.1.1683299628947; Fri, 05 May 2023 08:13:48 -0700 (PDT) Received: from ?IPV6:2601:681:8600:13d0::99f? ([2601:681:8600:13d0::99f]) by smtp.gmail.com with ESMTPSA id 13-20020a170902c20d00b001ab05828797sm1923137pll.179.2023.05.05.08.13.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 05 May 2023 08:13:48 -0700 (PDT) Message-ID: <5296e8d8-6b8a-99e3-eb98-bf8589c0903a@gmail.com> Date: Fri, 5 May 2023 09:13:47 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH 5/5] match.pd: Use splits in makefile and make configurable. Content-Language: en-US To: Tamar Christina , David Edelsohn Cc: GCC Patches References: From: Jeff Law In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 5/5/23 09:08, Tamar Christina wrote: >> -----Original Message----- >> From: Jeff Law >> Sent: Friday, May 5, 2023 4:04 PM >> To: David Edelsohn ; Tamar Christina >> >> Cc: GCC Patches >> Subject: Re: [PATCH 5/5] match.pd: Use splits in makefile and make >> configurable. >> >> >> >> On 5/5/23 08:59, David Edelsohn via Gcc-patches wrote: >>> This patch has broken GCC bootstrap on AIX. It appears to rely upon, >>> or complain about, the command "seq": >>> >>> /nasfarm/edelsohn/install/GCC12/bin/g++ -std=c++11 -g -DIN_GCC >>> -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall >>> -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format >>> -Wmissing-format-attribute -Wconditionally-supported >>> -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros >>> -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H - >> DGENERATOR_FILE >>> -static-libstdc++ -static-libgcc -Wl,-bbigtoc -Wl,-bmaxdata:0x40000000 -o >> build/genmatch \ >>> build/genmatch.o ../build-powerpc-ibm-aix7.2.5.0/libcpp/libcpp.a >>> build/errors.o build/vec.o build/hash-table.o build/sort.o >>> ../build-powerpc-ibm-aix7.2.5.0/libiberty/libiberty.a >>> /usr/bin/bash: seq: command not found >>> /usr/bin/bash: seq: command not found >>> build/genmatch --gimple \ >>> --header=tmp-gimple-match-auto.h --include=gimple-match-auto.h \ >>> /nasfarm/edelsohn/src/src/gcc/match.pd >>> >>> All of the match files are dumped to stdout. >> Sigh. So the question is do we make seq a requirement or do we implement an >> alternate to get the sequence or implement a fallback. >> >> jeff > > I'm looking for an alternate sequence now. > > If I don't find one in a bit, since Monday is a bank holiday for the UK I can temporarily > Ignore the configure flag by defining > > MATCH_SPLITS_SEQ = 1 2 3 4 5 6 7 8 9 10 > > Would that be ok as a temporary fix if I don't find anything else by EOD? But hoping to find another way that doesn't rely on coreutils. Yea, that would be a fine workaround while we sort this out. jeff