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]

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


Author: nathan
Date: Thu Jul 12 13:38:20 2018
New Revision: 262593

URL: https://gcc.gnu.org/viewcvs?rev=262593&root=gcc&view=rev
Log:
	gcc/c-family/
	* c.opt (fmodule-preamble): Alias fmodule-preamble=
	(fmodule-preamble): Fix type.
	* module.c: Add i18n markers.
	(init_module_processing): Detect unsupported option combos.
	(handle_module_option): Don't zap explicit modules-ts.
	gcc/
	* diagnostic.c (diagnostic_report_current_module): Add i18n
	markers.
	gcc/testsuite/
	* g++.dg/modules/cpp-preamble-9.C: New.
	* g++.dg/modules/modules.exp (mode_list): Preamble is atom.
	libcpp/
	* directives.c (cpp_pop_directives): Buffer could be NULL.

Added:
    branches/c++-modules/gcc/testsuite/g++.dg/modules/cpp-preamble-9.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/legacy-6.map
Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/c-family/c.opt
    branches/c++-modules/gcc/cp/lex.c
    branches/c++-modules/gcc/cp/module.c
    branches/c++-modules/gcc/diagnostic.c
    branches/c++-modules/gcc/testsuite/g++.dg/modules/modules.exp
    branches/c++-modules/libcpp/directives.c


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