public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* Why are my tests for vector constexpr not being run, labelled as "UNSUPPORTED"?
@ 2020-12-11 22:22 Josh Marshall
  2020-12-11 23:19 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Marshall @ 2020-12-11 22:22 UTC (permalink / raw)
  To: libstdc++

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Why are my tests for vector constexpr not being run, labelled as "UNSUPPORTED"?
  2020-12-11 22:22 Why are my tests for vector constexpr not being run, labelled as "UNSUPPORTED"? Josh Marshall
@ 2020-12-11 23:19 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2020-12-11 23:19 UTC (permalink / raw)
  To: Josh Marshall; +Cc: libstdc++

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-11 23:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11 22:22 Why are my tests for vector constexpr not being run, labelled as "UNSUPPORTED"? Josh Marshall
2020-12-11 23:19 ` Jonathan Wakely

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).