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]

r247336 - in /branches/c++-modules: ChangeLog.m...


Author: nathan
Date: Thu Apr 27 13:44:32 2017
New Revision: 247336

URL: https://gcc.gnu.org/viewcvs?rev=247336&root=gcc&view=rev
Log:
	Refix unhidden extern C
	Revert 2017-04-26 extern_c_slot patch.
	gcc/cp/
	* name-lookup (do_pushdecl): Call check_extern_c_conflict when
	unhiding.
	gcc/testsuite/
	* g++.dg/lookup/extern-c-redecl.C: Adjust.
	* g++.dg/lookup/extern-c-hidden.C: New test.

Added:
    branches/c++-modules/gcc/testsuite/g++.dg/lookup/extern-c-hidden.C
Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/name-lookup.c
    branches/c++-modules/gcc/testsuite/g++.dg/lookup/extern-c-redecl.C


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