[Bug c++/60314] [C++1y] ICE with decltype(auto) when generating debug information
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Fri Feb 28 16:53:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60314
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
Assignee|paolo.carlini at oracle dot com |unassigned at gcc dot gnu.org
--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Sorry, this is the actual CL entry:
2014-02-28 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/60314
* dwarf2out.c (decltype_auto_die): New static.
(gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
(gen_type_die_with_usage): Handle 'decltype(auto)'.
(is_cxx_auto): Likewise.
Fixed for 4.9.0 anyway.
More information about the Gcc-bugs
mailing list