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++/70635] [4.9/5/6 Regression] ICE on (and rejects) valid code on x86_64-linux-gnu: Segmentation fault (program cc1plus)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70635

--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Wed Apr 13 17:11:03 2016
New Revision: 234953

URL: https://gcc.gnu.org/viewcvs?rev=234953&root=gcc&view=rev
Log:
/cp
2016-04-13  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/70635
        * pt.c (resolve_typename_type): Fix typos in infinite recursion
        avoidance mechanism.

/testsuite
2016-04-13  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/70635
        * g++.dg/parse/pr70635.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/parse/pr70635.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.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]