From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd35.google.com (mail-io1-xd35.google.com [IPv6:2607:f8b0:4864:20::d35]) by sourceware.org (Postfix) with ESMTPS id 18B7D387090C for ; Fri, 11 Sep 2020 17:24:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 18B7D387090C Received: by mail-io1-xd35.google.com with SMTP id u126so11832747iod.12 for ; Fri, 11 Sep 2020 10:24:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=bkyOtG7jregf2mxzYNBRt+fYNcj1hzqptdV1RqyhZCs=; b=Kt32N77rPkLLZ1NoLu0VWXNjEvybrNoWWGRrL0BCEjZEcV/mmLdVC02933NGSE/duc B//n9b0gV+IrGnXrxaWHw9/L/h/zUTbHtJmewInk6TcR4DEI/lWf2P6AfJYjLC2oMSVw ZFbDeNXxzGwjNRGkHqxiTjnqtoa9Ap2We6wFUvj0JF/V4Tyvun5iisCJqnq6wZT+9cNB GPmws5kZaKMgzT3mKWNzU4L7GjTavWptr2IXoJv/n9ZF1kTdjgUNRDTX2lAPOE7zAAAM czdrE445LusN7Yty4szZ+PZzyi8IM2fGJ1cb6Zee1AmpOlkI8q4bcTfFr8rdv8m80Qsu Lz7w== X-Gm-Message-State: AOAM533SZmNVnBf21SYXAYNvc7G76AFWfm0OaeEg4qrGiPqFbBzK2mIK GQMRmB6JuwUrH7/I2km2g1ZQd6FzXEXpQDjTfhw= X-Google-Smtp-Source: ABdhPJzGC4CzcOYdZHDJb08Q/oLawwnEHKp9etw1g1+muNkT1L6lJB4cyklTGlP6/577jeVe7PmT5sslc0vMw7rs9yw= X-Received: by 2002:a02:a0c2:: with SMTP id i2mr2867028jah.92.1599845061533; Fri, 11 Sep 2020 10:24:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Fri, 11 Sep 2020 18:24:09 +0100 Message-ID: Subject: Re: Help troubleshooting why new tests aren't being picked up To: Josh Marshall Cc: gcc-help Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, 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-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2020 17:24:42 -0000 On Fri, 11 Sep 2020 at 17:42, Josh Marshall wrote: > > With that done and the dg standard set to c++20, the tests are picked up = but not run with the reason being 'UNSUPPORTED'. I'm using the string `// = { dg-do compile { target c++20 } }` to tell Dejagnu to test these with c++2= 0. I can't seem to get the tests to actually do this. When invoking tests= with `make 'RUNTESTFLAGS=3D-std=3Dc++20' check-target-libstdc++-v3` I get = the following which tells me that c++20 isn't actually run. That should be RUNTESTFLAGS=3D--target_board=3Dunix/-std=3Dc++20 > How do I make these tests run as needed? Using dg-options as described at https://gcc.gnu.org/onlinedocs/libstdc++/manual/test.html#test.new_tests