public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/79021] attribute noreturn on function template ignored in generic lambda
       [not found] <bug-79021-4@http.gcc.gnu.org/bugzilla/>
@ 2023-10-19 22:25 ` pinskia at gcc dot gnu.org
  2023-10-19 22:32 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-19 22:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-bisection
      Known to work|                            |10.1.0

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Looks to be fixed in GCC 10 though.

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

* [Bug c++/79021] attribute noreturn on function template ignored in generic lambda
       [not found] <bug-79021-4@http.gcc.gnu.org/bugzilla/>
  2023-10-19 22:25 ` [Bug c++/79021] attribute noreturn on function template ignored in generic lambda pinskia at gcc dot gnu.org
@ 2023-10-19 22:32 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-19 22:32 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |8.5

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Yes this was the same issue as PR 94742 . I will note in the original testcase,
the f call inside h was not a depedent call would have been resolved and if you
make it a depedent call, then you run into the same issue as the generic
lambda. Or if you change the call to f inside the generic lambda to being
non-depedent, you don't get the warning.

So this is all fixed with a testcase added already.

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

end of thread, other threads:[~2023-10-19 22:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-79021-4@http.gcc.gnu.org/bugzilla/>
2023-10-19 22:25 ` [Bug c++/79021] attribute noreturn on function template ignored in generic lambda pinskia at gcc dot gnu.org
2023-10-19 22:32 ` pinskia 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).