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]

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


Author: jason
Date: Fri Jun  9 20:18:06 2017
New Revision: 249080

URL: https://gcc.gnu.org/viewcvs?rev=249080&root=gcc&view=rev
Log:
Fix template argument of nullptr_t type.

	* pt.c (convert_nontype_argument): Check NULLPTR_TYPE_P rather than
	nullptr_node.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/nullptr38.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c


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