public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/104000] New: Ordinary constructor cannot delegate to `consteval` constructor
@ 2022-01-13  6:48 fchelnokov at gmail dot com
  2022-01-17 10:23 ` [Bug c++/104000] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fchelnokov at gmail dot com @ 2022-01-13  6:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104000
           Summary: Ordinary constructor cannot delegate to `consteval`
                    constructor
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fchelnokov at gmail dot com
  Target Milestone: ---

This program
```
struct A {       
    int i = 0;
    consteval A() = default;
    A(int) : A() {}
};
```
is accepted by Clang so I assume it is valid. But GCC complains: error: 'this'
is not a constant expression

Demo: https://gcc.godbolt.org/z/3T9Pxdoz1

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

end of thread, other threads:[~2022-02-18 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13  6:48 [Bug c++/104000] New: Ordinary constructor cannot delegate to `consteval` constructor fchelnokov at gmail dot com
2022-01-17 10:23 ` [Bug c++/104000] " pinskia at gcc dot gnu.org
2022-01-21  9:33 ` pinskia at gcc dot gnu.org
2022-01-21  9:34 ` pinskia at gcc dot gnu.org
2022-01-21 10:09 ` fchelnokov at gmail dot com
2022-02-18 10:23 ` fchelnokov at gmail dot com

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