public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/104565] New: One too many `this`es in parsing?
@ 2022-02-16 12:12 ted at lyncon dot se
  2022-02-16 17:25 ` [Bug c++/104565] [10/11/12 Regression] " pinskia at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: ted at lyncon dot se @ 2022-02-16 12:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104565
           Summary: One too many `this`es in parsing?
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ted at lyncon dot se
  Target Milestone: ---

Regression between g++ 9.4 and 10.1:
```
struct apa {
    constexpr auto n() const { return 3; }
};

template <class>
constexpr auto f() {
    apa foo;
    int{foo.n()};  // no matching function for call to 'apa::n(apa*)'
}

int main() {}
```

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

end of thread, other threads:[~2022-05-09 23:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-16 12:12 [Bug c++/104565] New: One too many `this`es in parsing? ted at lyncon dot se
2022-02-16 17:25 ` [Bug c++/104565] [10/11/12 Regression] " pinskia at gcc dot gnu.org
2022-02-16 17:27 ` [Bug c++/104565] [10/11/12 Regression] constexpr template goes wrong with class and call to constexpr method pinskia at gcc dot gnu.org
2022-02-16 20:06 ` ppalka at gcc dot gnu.org
2022-02-17 10:04 ` rguenth at gcc dot gnu.org
2022-02-17 13:35 ` cvs-commit at gcc dot gnu.org
2022-02-17 13:36 ` [Bug c++/104565] [10/11 " ppalka at gcc dot gnu.org
2022-03-18 12:16 ` ppalka at gcc dot gnu.org
2022-04-07 19:19 ` cvs-commit at gcc dot gnu.org
2022-05-09 23:32 ` [Bug c++/104565] [10 " cvs-commit at gcc dot gnu.org
2022-05-09 23:35 ` ppalka at gcc dot gnu.org

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