Am Samstag, 4. April 2020, 00:47:27 MESZ hat Jakub Jelinek via Gcc-patches 
<gcc-patches@gcc.gnu.org> Folgendes geschrieben:

> Hi!
>
> On the following testcase, in gdb ptype S<long>::m1 prints long as return
> type, but all the other methods show void instead.
> PR53756 added code to add_type_attribute if the return type is
> auto/decltype(auto), but we actually should look through references,
> pointers and qualifiers.
> Haven't included there DW_TAG_atomic_type, because I think at least ATM
> one can't use that in C++.  Not sure about DW_TAG_array_type or what else
> could be deduced.
>
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
>
> 2020-04-04  Domani Hannes  <ssb...@yahoo.de>
>         Jakub Jelinek  <ja...@redhat.com>

Minor hiccup from my side, my name should be written as Hannes Domani.

I think when I registered the bugzilla account, I wasn't aware yet that
it should be family name last, I've fixed that now.


Hannes

Reply via email to