From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by sourceware.org (Postfix) with ESMTPS id D6DC6393A412 for ; Tue, 25 May 2021 17:10:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D6DC6393A412 Received: by mail-pl1-x62c.google.com with SMTP id z4so14493444plg.8 for ; Tue, 25 May 2021 10:10:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=UZhhOuUbDUIjnxnqVFWwOSS/0K1P4ct1hKoqFWMHMSQ=; b=kO65pa7KKen3WVAzjxzRGEaez0Wq7O1AD2zpF9zHE/vAEj+65v1Yp2VAU/2Nr7+Gad hJZpSPZ5ekl58oc+44ioXmBOcpTBlFmEbF7WEzo8nOPjT0U2C0iy36xaI2/T+1MNesDO neYxwtkgj9zbSnzavHe+PHaj5WIE7EnrkOcIcAd1VMQxCrglPYMxPfCzIULlnrWQ/ko7 Lshl8iCirADc5vJEnmvKQy1X5r2mUjY0WQVULwNcpqL9asBNb/OWqDGhclA3hT39kT0D G84dbiTy1SFVXxeiUo2yTH2osc7SrevGaaibquRqdAAHa7sAi7eYGJfBiOQdPRIB/Co/ EChg== X-Gm-Message-State: AOAM533d19jDYmwXqLGMymbkgO0QkHyWpoP789kIq1VwkxAOa2oEJwot kUdzxhuabydMq4ye9DOUJiA= X-Google-Smtp-Source: ABdhPJzaxfFWsHFcygH1mKf59ydRb+R5doYv04qVjyD/H8zARuWdo2dDYEmUMHQsSpmjuA45D4Xqdw== X-Received: by 2002:a17:90a:ab96:: with SMTP id n22mr31551413pjq.28.1621962656852; Tue, 25 May 2021 10:10:56 -0700 (PDT) Received: from [172.31.0.175] (c-98-202-48-222.hsd1.ut.comcast.net. [98.202.48.222]) by smtp.gmail.com with ESMTPSA id 30sm14427322pgo.7.2021.05.25.10.10.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 25 May 2021 10:10:56 -0700 (PDT) Subject: Re: [PATCH] Fix selftest for targets where short and int are the same size. To: Aldy Hernandez Cc: GCC patches , Andrew MacLeod References: <20210525064405.1347426-1-aldyh@redhat.com> From: Jeff Law Message-ID: <24c40daf-ec71-ff99-7277-6200c3c9f8d8@gmail.com> Date: Tue, 25 May 2021 11:10:55 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-2.0 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 autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 17:10:59 -0000 On 5/25/2021 10:36 AM, Aldy Hernandez wrote: > Ok, let's use build_nonstandard_integer_type which works for everyone > and gets you unblocked. Just to be clear, I'm not blocked on xstormy16.   The upstream GCC tester flagged the failure and I did enough triage to blame you :-) In my day job I'm working in another tree, so you can break the trunk willy-nilly and it won't block me. jeff