From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2e.google.com (mail-oa1-x2e.google.com [IPv6:2001:4860:4864:20::2e]) by sourceware.org (Postfix) with ESMTPS id 7218F3858D38 for ; Wed, 11 Jan 2023 12:23:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7218F3858D38 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-oa1-x2e.google.com with SMTP id 586e51a60fabf-15b9c93848dso7044975fac.1 for ; Wed, 11 Jan 2023 04:23:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=nTgZhWn4ttum0enB/y1sq3guQqG1eyFuGZ+/g7yTnaY=; b=gVMsP0BSnvr+4dskSN74pji6oaKMOIPF8qmbCKUghsgkRAyr3h5kNCieIBz6qkRXyG mPK4xxvkF3OqJcIkyQaz7J1zpJvs2NiN2vPnLGTDVMPTYEwuq9mJK2rYOmtYvUtOrf8W Eg0XbTAahRMlaCEo7qGnbnupnTZIQsUfhIcYBxkP71Fy0zUIdhcSlYichCcsymHY7We6 6oLn8D9ZLaUf7XHsUP2UJpM84Hvm1lmWVtabsXkQ+VWVOOvJNmNQLhz/G2GADHKU2Sqy NOOWlIIaHQANGzU/QOUuD745T4fnj9VYR+W/whTz+o82oKwrOPQkngw5yuZt0TGjRIyo maEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=nTgZhWn4ttum0enB/y1sq3guQqG1eyFuGZ+/g7yTnaY=; b=j7/j7wen6aqQ3F8T+38w1ffJ2OvfUViLBdOMmPAZTuQV/v73hFBJjunwxGppT/BC+S Ahf7pFXFgNh4+Yt856SlWsJyMB8ktSoCgENZBhLZBhVrERcVd+JoFJBF5Z+Yl1Og4S8h oWONdXOVtChnTRMcQe+lgvg9VtUTOBMmwdLHFpIrmXIGkzuFMJEdt5NAbTaU+0EtZQ9B /bYRtimbYtOodLlU3MToTgbruifB8J58IcnmY5vk7yTjbyS5t2Kz8ojrUngzEEWLtmvz k7o8t5l0+SxdMU7kvw3UmugCzacGr3KrQVpkAeVtDj/BN+g5YNqpInQJ8lvuPH5Vv88B LHWA== X-Gm-Message-State: AFqh2kr59DTDcU1b824lVE7JuF4eFq2Z5nhBhX5pd727PvmKgJtmYoCu PJSww9AnOdnmjRAYwZ9gV8ZStJB7tlbjlc5kKQE= X-Google-Smtp-Source: AMrXdXtuLKCseN/9rxA5746mBDuB61yx35OaP5l3TiDRTj/PyVuVqQFuz3JoCacHEehQUhoycFEewQhFdjp7BRIscJA= X-Received: by 2002:a05:6870:6a88:b0:143:aaa4:2559 with SMTP id mv8-20020a0568706a8800b00143aaa42559mr5307865oab.152.1673439784426; Wed, 11 Jan 2023 04:23:04 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: NightStrike Date: Wed, 11 Jan 2023 07:22:50 -0500 Message-ID: Subject: Re: [committed] testsuite: Add testcases from PR108292 and PR108308 To: Jakub Jelinek Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_LINKBAIT3,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, Jan 11, 2023 at 7:14 AM Jakub Jelinek wrote: > I've committed following after regtesting it on x86_64-linux and i686-linux: ... > +/* { dg-do run { target int32 } } */ Ah, I didn't realize you meant literally int32. I didn't see that as a choice here: https://gcc.gnu.org/onlinedocs/gccint/Effective-Target-Keywords.html Is that a case of missing documentation?