This is the mail archive of the gcc-cvs@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]

r278451 - in /trunk/gcc: cp/ChangeLog cp/pt.c t...


Author: asutton
Date: Tue Nov 19 15:26:16 2019
New Revision: 278451

URL: https://gcc.gnu.org/viewcvs?rev=278451&root=gcc&view=rev
Log:
PR c++/89913

gcc/cp/
	* pt.c (get_underlying_template): Exit loop if the original type
	of the alias is null.

gcc/testsuite/
	* g++.dg/cpp2a/pr89913.C: New test.


Added:
    trunk/gcc/testsuite/g++.dg/cpp2a/pr89913.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]