public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete
       [not found] <bug-70077-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-11  1:57 ` pinskia at gcc dot gnu.org
  2022-02-01 15:46 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-11  1:57 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-bisection

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Seems to be fixed for GCC 10.

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

* [Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete
       [not found] <bug-70077-4@http.gcc.gnu.org/bugzilla/>
  2021-12-11  1:57 ` [Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete pinskia at gcc dot gnu.org
@ 2022-02-01 15:46 ` marxin at gcc dot gnu.org
  2022-02-01 16:04 ` mpolacek at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-02-01 15:46 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-bisection             |
                 CC|                            |marxin at gcc dot gnu.org,
                   |                            |mpolacek at gcc dot gnu.org

--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed with r10-1280-g78f7607db4c53f8c.

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

* [Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete
       [not found] <bug-70077-4@http.gcc.gnu.org/bugzilla/>
  2021-12-11  1:57 ` [Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete pinskia at gcc dot gnu.org
  2022-02-01 15:46 ` marxin at gcc dot gnu.org
@ 2022-02-01 16:04 ` mpolacek at gcc dot gnu.org
  2022-02-23 17:39 ` cvs-commit at gcc dot gnu.org
  2022-02-23 17:40 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2022-02-01 16:04 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot gnu.org

--- Comment #8 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Looks like it'd be worth it adding the test.

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

* [Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete
       [not found] <bug-70077-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-02-01 16:04 ` mpolacek at gcc dot gnu.org
@ 2022-02-23 17:39 ` cvs-commit at gcc dot gnu.org
  2022-02-23 17:40 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-02-23 17:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Marek Polacek <mpolacek@gcc.gnu.org>:

https://gcc.gnu.org/g:9675ecf7f9beeee340f93c68cf22280f5975a902

commit r12-7362-g9675ecf7f9beeee340f93c68cf22280f5975a902
Author: Marek Polacek <polacek@redhat.com>
Date:   Wed Feb 23 12:37:43 2022 -0500

    c++: Add fixed test [PR70077]

    Fixed with r10-1280.

            PR c++/70077

    gcc/testsuite/ChangeLog:

            * g++.dg/cpp0x/noexcept76.C: New test.

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

* [Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete
       [not found] <bug-70077-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-02-23 17:39 ` cvs-commit at gcc dot gnu.org
@ 2022-02-23 17:40 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2022-02-23 17:40 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Added.

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-70077-4@http.gcc.gnu.org/bugzilla/>
2021-12-11  1:57 ` [Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete pinskia at gcc dot gnu.org
2022-02-01 15:46 ` marxin at gcc dot gnu.org
2022-02-01 16:04 ` mpolacek at gcc dot gnu.org
2022-02-23 17:39 ` cvs-commit at gcc dot gnu.org
2022-02-23 17:40 ` mpolacek 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).