public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/77815] access to destructor via decltype-specifier
       [not found] <bug-77815-4@http.gcc.gnu.org/bugzilla/>
@ 2021-08-05  2:24 ` pinskia at gcc dot gnu.org
  2024-08-19 14:44 ` pinskia at gcc dot gnu.org
  2024-08-19 14:58 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-05  2:24 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xmh970252187 at gmail dot com

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 99262 has been marked as a duplicate of this bug. ***

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

* [Bug c++/77815] access to destructor via decltype-specifier
       [not found] <bug-77815-4@http.gcc.gnu.org/bugzilla/>
  2021-08-05  2:24 ` [Bug c++/77815] access to destructor via decltype-specifier pinskia at gcc dot gnu.org
@ 2024-08-19 14:44 ` pinskia at gcc dot gnu.org
  2024-08-19 14:58 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-08-19 14:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1586

Say this is invalid code after all ...

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

* [Bug c++/77815] access to destructor via decltype-specifier
       [not found] <bug-77815-4@http.gcc.gnu.org/bugzilla/>
  2021-08-05  2:24 ` [Bug c++/77815] access to destructor via decltype-specifier pinskia at gcc dot gnu.org
  2024-08-19 14:44 ` pinskia at gcc dot gnu.org
@ 2024-08-19 14:58 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2024-08-19 14:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
In that Core issue, the type of *p is a reference. In comment 1 the type of t
is not a reference, it's just T, so it should work. Clang and EDG accept it.

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

end of thread, other threads:[~2024-08-19 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-77815-4@http.gcc.gnu.org/bugzilla/>
2021-08-05  2:24 ` [Bug c++/77815] access to destructor via decltype-specifier pinskia at gcc dot gnu.org
2024-08-19 14:44 ` pinskia at gcc dot gnu.org
2024-08-19 14:58 ` redi 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).