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

nathan@gcc.gnu.org nathan@gcc.gnu.org
Fri May 25 20:41:00 GMT 2018


Author: nathan
Date: Fri May 25 20:41:36 2018
New Revision: 260779

URL: https://gcc.gnu.org/viewcvs?rev=260779&root=gcc&view=rev
Log:
	Server protocol batching
	gcc/
	* doc/invoke.texi (C++ Modules): Document protocol batching.
	gcc/cp/
	* cp-tree.h (maybe_peek_import): Delete.
	* lex.c (atom_preamble_prefix_peek): Drop import peeking.
	* parser.c (cp_parser_module_preamble): Likewise.
	* module.c (module_server::{send_command,get_response}): Deal with
	batching.
	(module_state::peek_import_query, maybe_peek_import): Delete.
	(module_state::next_line): New.
	gcc/tesutsuite/
	* g++.dg/modules/atom-peek-1_[abc].C: Delete.

Removed:
    branches/c++-modules/gcc/testsuite/g++.dg/modules/atom-peek-1_a.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/atom-peek-1_b.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/atom-peek-1_c.C
Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/cp-tree.h
    branches/c++-modules/gcc/cp/lex.c
    branches/c++-modules/gcc/cp/module.c
    branches/c++-modules/gcc/cp/parser.c
    branches/c++-modules/gcc/doc/invoke.texi



More information about the Gcc-cvs mailing list