This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/60314] [C++1y] ICE with decltype(auto) when generating debug information


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60314

--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Fri Feb 28 16:51:21 2014
New Revision: 208225

URL: http://gcc.gnu.org/viewcvs?rev=208225&root=gcc&view=rev
Log:
2014-02-25  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/60314
    * dwarf2out.c (is_cxx_auto): Handle decltype(auto).

/testsuite
2014-02-25  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/60314
    * g++.dg/cpp1y/auto-fn24.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn24.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]