https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926
Jonathan Wakely changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926
--- Comment #3 from Andrew Pinski ---
GCC and clang produce the same output ...
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926
--- Comment #2 from Patrick Arnoux ---
(In reply to Jonathan Wakely from comment #1)
> This looks like PR 57176
Thank you for the reference to PR 57676.
Delving into this a bit further, I found the following:
Derived f(Derived d) { return (d) ;
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59926
--- Comment #1 from Jonathan Wakely ---
This looks like PR 57176