public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dacamara.cameron at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/59673] wrong specialization used when a partial specialization of a member template is explicitly specialized
Date: Tue, 14 Apr 2020 23:41:04 +0000	[thread overview]
Message-ID: <bug-59673-4-btbaPG7AkG@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-59673-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59673

Cameron <dacamara.cameron at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dacamara.cameron at gmail dot com

--- Comment #1 from Cameron <dacamara.cameron at gmail dot com> ---
I also observe the breakage with gcc10:

struct A {
  class B { };
  template <typename>
  class C { };
};

template <typename T>
struct U {
  template <typename>
  static constexpr bool tvalue = false;
};

template <>
template <typename V>
constexpr bool U<A::B>::tvalue<A::C<V>> = true;

static_assert(U<A::B>::tvalue<A::C<int>>); // fails on gcc10.  clang10 compiles
successfully.

      parent reply	other threads:[~2020-04-14 23:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-04  2:22 [Bug c++/59673] New: " richard-gccbugzilla at metafoo dot co.uk
2015-03-18 20:16 ` [Bug c++/59673] " paolo.carlini at oracle dot com
2020-04-14 23:41 ` dacamara.cameron at gmail dot com [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=bug-59673-4-btbaPG7AkG@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).