public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Josh Marshall <joshua.r.marshall.1991@gmail.com>
Cc: "libstdc++" <libstdc++@gcc.gnu.org>
Subject: Re: Why are my tests for vector constexpr not being run, labelled as "UNSUPPORTED"?
Date: Fri, 11 Dec 2020 23:19:18 +0000	[thread overview]
Message-ID: <CAH6eHdTUDHCWi4ZXwjBO+wzk2Q5nOhTWCV=tm1TMLH15TXq0Jg@mail.gmail.com> (raw)
In-Reply-To: <CAFkJGRf=05KrbQ1ro3kL68L7w-rRhv9iOn2RQPg4a=oC+VfeHg@mail.gmail.com>

On Fri, 11 Dec 2020, 22:23 Josh Marshall via Libstdc++, <
libstdc++@gcc.gnu.org> wrote:

> Hello all,
>
> I have a decent number of tests finally written, and I should get a PR in
> soon.  But before all that, I can't seem to get the tests I wrote to run.
> In the logs, they are found and labelled "UNSUPPORTED".
>
> Just updated against master, work at https://gitlab.com/anadon/gcc
>

The dg-options directives that add -std=gnu++20 need to come before the
dg-do directives that limit the tests to c++2a only.

Otherwise the -std option isn't in use by the time the check for c++2a is
done.

      reply	other threads:[~2020-12-11 23:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-11 22:22 Josh Marshall
2020-12-11 23:19 ` Jonathan Wakely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH6eHdTUDHCWi4ZXwjBO+wzk2Q5nOhTWCV=tm1TMLH15TXq0Jg@mail.gmail.com' \
    --to=jwakely.gcc@gmail.com \
    --cc=joshua.r.marshall.1991@gmail.com \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).