[Bug c++/78329] incorrect debug info for return type deduction C++14

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78329 --- Comment #2 from Andrew Pinski --- clang outputs the same here, that is the "auto" type. .byte 4 # Abbrev [4] 0x48:0x1b DW_TAG_subprogram .long .Linfo_string5 #

[Bug c++/78329] incorrect debug info for return type deduction C++14

2016-11-15 Thread chihin.ko at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78329 --- Comment #1 from chihin ko --- The bug only happen in member functions, I tried multiple classes with deducted return type for multiple member functions, they all point to the same DW_TAG_unspecified_type.