From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by sourceware.org (Postfix) with ESMTPS id AEF243857C42 for ; Thu, 30 Sep 2021 21:39:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AEF243857C42 Received: by mail-pj1-x1030.google.com with SMTP id oa12-20020a17090b1bcc00b0019f715462a8so478951pjb.3 for ; Thu, 30 Sep 2021 14:39:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:from:to:cc:subject:date:mime-version :content-transfer-encoding:importance; bh=0kD1L5QvowSgc9pweSkMGpMQoHHANIkNwSQmhhRFR/Q=; b=ew0w39WzPjoAvqVGqQ5Z4L+flPxSH4cNeN/glFb8CWfezIn6GmMTdTSO0D99gGdCv3 qwqRMB/njn3cjRt6oFRbP5nin3dAYyUq14vMNqa/Hj1Axyrf93GVt4W145T26fMNVuCJ AiP5pyrbmymVpBidGJsmplwBNLtybUHl2vcMeEWUBYWgAeRur5XiyjLi/i8HylaD6HER h70pk33yJycCuWI9CmZ+Me8hDZhIha0t3G3Lke9pGl4jcuOpH7KgQi7O+6Rc/auLksU9 8ywRvKcNMUlovgX74O477BcBOKjpQ9mi1ZQwqpNIf8tFkr+b/rIh0ZVBWzjLmxMT5q8J r7oA== X-Gm-Message-State: AOAM531N5oqYlPJrwEoF12rDatVnIIiLcg9WF/lYSKJLPDGh8Hli2dmg Re+JTifvw3aUdXj3DWhRat4/1cDSlSM= X-Google-Smtp-Source: ABdhPJxO9LigUO0rPDsEKa09lx4Eihq9BUcP2zc/gDDu3HFuvziBIXD7UrtMNNWhZPxkWpUP/2EvPw== X-Received: by 2002:a17:90a:8043:: with SMTP id e3mr6974709pjw.44.1633037979332; Thu, 30 Sep 2021 14:39:39 -0700 (PDT) Received: from DESKTOP0OKG1VA ([202.169.113.201]) by smtp.gmail.com with ESMTPSA id s4sm3878126pfw.182.2021.09.30.14.39.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Sep 2021 14:39:38 -0700 (PDT) Message-ID: From: "Paul Edwards" To: Subject: Re: s390 port Date: Fri, 1 Oct 2021 07:39:34 +1000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 21:39:43 -0000 >> Simply switching off optimization made the negative >> indexes go away, allowing more than 2 GiB to be >> addressed in standard z/Arch, with "-m31". > Prove it on real hardware, not hercules. Hercules doesnt count. Real mainframe hardware is not easily accessible. Hercules is the most convenient way people have of accessing a mainframe. Do you have any reason to suggest that Hercules doesn't emulate real hardware in this respect? BFN. Paul.