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]

r182474 - in /trunk/gcc: cp/ChangeLog cp/search...


Author: dodji
Date: Mon Dec 19 09:47:46 2011
New Revision: 182474

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182474
Log:
PR c++/51477 - ICE with invalid NSDMI

gcc/cp/

	PR c++/51477
	* search.c (lookup_member): Get out early on invalid base type.

gcc/testsuite/

	PR c++/51477
	* g++.dg/cpp0x/nsdmi6.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi6.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/search.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]