r257140 - in /branches/c++-modules: ChangeLog.m...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Mon Jan 29 12:01:00 GMT 2018
Author: nathan
Date: Mon Jan 29 12:01:19 2018
New Revision: 257140
URL: https://gcc.gnu.org/viewcvs?rev=257140&root=gcc&view=rev
Log:
Fix layering violation
gcc/cp/
* module.c (elf): Rename bad -> set_error.
(elf_out, elf_in): Update.
(cpm_serial, cpm_writer, cpm_reader): Rename to ...
(bytes, bytes_out, bytes_in): ... here.
(bytes_{in,out}): Remove source, sink members.
(bytes_in): Rename overran -> get_overrun. Add end, set_overrun.
Delete bad, get_error. Adjust users.
(cpms_in, cpms_out): Add elf field. Adjust.
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/module.c
More information about the Gcc-cvs
mailing list