public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/68828] [concepts] ICE in fold with requires and function call around parameters
       [not found] <bug-68828-4@http.gcc.gnu.org/bugzilla/>
@ 2020-07-23 17:02 ` mpolacek at gcc dot gnu.org
  2020-07-23 17:09 ` mpolacek at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-07-23 17:02 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-07-23
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
                 CC|                            |mpolacek at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Compiles fine since r278449 which came without a test, so let's add this one.

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

* [Bug c++/68828] [concepts] ICE in fold with requires and function call around parameters
       [not found] <bug-68828-4@http.gcc.gnu.org/bugzilla/>
  2020-07-23 17:02 ` [Bug c++/68828] [concepts] ICE in fold with requires and function call around parameters mpolacek at gcc dot gnu.org
@ 2020-07-23 17:09 ` mpolacek at gcc dot gnu.org
  2020-07-23 17:11 ` mpolacek at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-07-23 17:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
*** Bug 68827 has been marked as a duplicate of this bug. ***

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

* [Bug c++/68828] [concepts] ICE in fold with requires and function call around parameters
       [not found] <bug-68828-4@http.gcc.gnu.org/bugzilla/>
  2020-07-23 17:02 ` [Bug c++/68828] [concepts] ICE in fold with requires and function call around parameters mpolacek at gcc dot gnu.org
  2020-07-23 17:09 ` mpolacek at gcc dot gnu.org
@ 2020-07-23 17:11 ` mpolacek at gcc dot gnu.org
  2020-09-17 20:14 ` cvs-commit at gcc dot gnu.org
  2020-09-17 20:16 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-07-23 17:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
*** Bug 68826 has been marked as a duplicate of this bug. ***

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

* [Bug c++/68828] [concepts] ICE in fold with requires and function call around parameters
       [not found] <bug-68828-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-07-23 17:11 ` mpolacek at gcc dot gnu.org
@ 2020-09-17 20:14 ` cvs-commit at gcc dot gnu.org
  2020-09-17 20:16 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-09-17 20:14 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:4f0aa5b051c0d3e81478bcb495e4e072b2d9827d

commit r11-3268-g4f0aa5b051c0d3e81478bcb495e4e072b2d9827d
Author: Marek Polacek <polacek@redhat.com>
Date:   Thu Sep 17 15:31:50 2020 -0400

    c++: Add tests for fixed PRs.

    Bugzilla inspection turned up a bunch of old(er) PRs that have been
    fixed.  Let's include them not to regress in the future.

    gcc/testsuite/ChangeLog:

            PR c++/87530
            PR c++/58156
            PR c++/68828
            PR c++/86002
            PR c++/91525
            PR c++/96223
            PR c++/87032
            PR c++/35098
            * g++.dg/cpp0x/move-return4.C: New test.
            * g++.dg/cpp0x/vt-58156.C: New test.
            * g++.dg/cpp2a/concepts-pr68828.C: New test.
            * g++.dg/cpp2a/concepts-pr86002.C: New test.
            * g++.dg/cpp2a/concepts-pr91525.C: New test.
            * g++.dg/cpp2a/constexpr-indeterminate1.C: New test.
            * g++.dg/cpp2a/desig17.C: New test.
            * g++.dg/ext/attrib62.C: New test.

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

* [Bug c++/68828] [concepts] ICE in fold with requires and function call around parameters
       [not found] <bug-68828-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-09-17 20:14 ` cvs-commit at gcc dot gnu.org
@ 2020-09-17 20:16 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-09-17 20:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2020-09-17 20:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-68828-4@http.gcc.gnu.org/bugzilla/>
2020-07-23 17:02 ` [Bug c++/68828] [concepts] ICE in fold with requires and function call around parameters mpolacek at gcc dot gnu.org
2020-07-23 17:09 ` mpolacek at gcc dot gnu.org
2020-07-23 17:11 ` mpolacek at gcc dot gnu.org
2020-09-17 20:14 ` cvs-commit at gcc dot gnu.org
2020-09-17 20:16 ` 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).