public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/98687] [11 Regression] ICE tree check: expected tree that contains ‘decl minimal’ structure, have ‘overload’ in diagnose_name_conflict, at cp/name-lookup.c:2729 since r11-6652-g796ead19f85372e5
Date: Fri, 15 Jan 2021 00:56:51 +0000	[thread overview]
Message-ID: <bug-98687-4-40bnE0W7jX@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-98687-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Adjusted test:

extern "C" namespace std {
  double log1p(double);
}
namespace std_fallback {
  template <typename> void log1p();
}
template <typename> struct log1p_impl {
  static int run() {
    using std::log1p;
    using std_fallback::log1p;
    return 0;
  }
};
void log1p() { log1p_impl<int>::run(); }

  parent reply	other threads:[~2021-01-15  0:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14 18:21 [Bug c++/98687] New: " marxin at gcc dot gnu.org
2021-01-14 18:21 ` [Bug c++/98687] " marxin at gcc dot gnu.org
2021-01-14 18:24 ` mpolacek at gcc dot gnu.org
2021-01-15  0:56 ` mpolacek at gcc dot gnu.org [this message]
2021-01-17 20:55 ` dcb314 at hotmail dot com
2021-01-18 16:58 ` redi at gcc dot gnu.org
2021-01-18 17:02 ` redi at gcc dot gnu.org
2021-01-19 22:13 ` cvs-commit at gcc dot gnu.org
2021-01-19 22:15 ` mpolacek at gcc dot gnu.org

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-98687-4-40bnE0W7jX@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).