public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/93597] [9 Regression] ICE in get_fns since r10-6219
       [not found] <bug-93597-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-30  6:38 ` rguenth at gcc dot gnu.org
  2020-04-03 11:49 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-03-30  6:38 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED
            Summary|[10 Regression] ICE in      |[9 Regression] ICE in
                   |get_fns since r10-6219      |get_fns since r10-6219
   Target Milestone|10.0                        |9.4

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
r10-6219-g8b91e848130e45b427599ad30e99f96e447ea9aa was backported and now this
fails on the branch as well.  (in future make sure to add appropriate Blocks)

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

* [Bug c++/93597] [9 Regression] ICE in get_fns since r10-6219
       [not found] <bug-93597-4@http.gcc.gnu.org/bugzilla/>
  2020-03-30  6:38 ` [Bug c++/93597] [9 Regression] ICE in get_fns since r10-6219 rguenth at gcc dot gnu.org
@ 2020-04-03 11:49 ` marxin at gcc dot gnu.org
  2020-04-03 12:44 ` mpolacek at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-04-03 11:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
@Marek: Can you please do the backport?

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

* [Bug c++/93597] [9 Regression] ICE in get_fns since r10-6219
       [not found] <bug-93597-4@http.gcc.gnu.org/bugzilla/>
  2020-03-30  6:38 ` [Bug c++/93597] [9 Regression] ICE in get_fns since r10-6219 rguenth at gcc dot gnu.org
  2020-04-03 11:49 ` marxin at gcc dot gnu.org
@ 2020-04-03 12:44 ` mpolacek at gcc dot gnu.org
  2020-04-06  0:37 ` cvs-commit at gcc dot gnu.org
  2020-04-06  0:38 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-04-03 12:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Yes, will do it today, thanks.

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

* [Bug c++/93597] [9 Regression] ICE in get_fns since r10-6219
       [not found] <bug-93597-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-04-03 12:44 ` mpolacek at gcc dot gnu.org
@ 2020-04-06  0:37 ` cvs-commit at gcc dot gnu.org
  2020-04-06  0:38 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-06  0:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:6db837a5288ee3ca5ec504fbd5a765817e556ac2

commit r9-8456-g6db837a5288ee3ca5ec504fbd5a765817e556ac2
Author: Marek Polacek <polacek@redhat.com>
Date:   Sun Apr 5 20:31:56 2020 -0400

    c++: Fix ICE with lambda in operator function [PR93597]

    If we are going to use get_first_fn let's make sure we operate on
    is_overloaded_fn, as the rest of the codebase does, and if lookup finds
    any class-scope declaration, return early too.

            PR c++/93597 - ICE with lambda in operator function.
            * name-lookup.c (maybe_save_operator_binding): Check
is_overloaded_fn.

            * g++.dg/cpp0x/lambda/lambda-93597.C: New test.

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

* [Bug c++/93597] [9 Regression] ICE in get_fns since r10-6219
       [not found] <bug-93597-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-04-06  0:37 ` cvs-commit at gcc dot gnu.org
@ 2020-04-06  0:38 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-04-06  0:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #8 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed on 9 too.

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

end of thread, other threads:[~2020-04-06  0:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93597-4@http.gcc.gnu.org/bugzilla/>
2020-03-30  6:38 ` [Bug c++/93597] [9 Regression] ICE in get_fns since r10-6219 rguenth at gcc dot gnu.org
2020-04-03 11:49 ` marxin at gcc dot gnu.org
2020-04-03 12:44 ` mpolacek at gcc dot gnu.org
2020-04-06  0:37 ` cvs-commit at gcc dot gnu.org
2020-04-06  0:38 ` 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).