https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92982
--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Author: dmalcolm Date: Wed Dec 18 17:26:01 2019 New Revision: 279541 URL: https://gcc.gnu.org/viewcvs?rev=279541&root=gcc&view=rev Log: Drop unused member from cpp_string_location_reader (PR preprocessor/92982) libcpp/ChangeLog: PR preprocessor/92982 * charset.c (cpp_string_location_reader::cpp_string_location_reader): Delete initialization of m_line_table. * include/cpplib.h (cpp_string_location_reader::m_line_table): Delete unused member. Modified: trunk/libcpp/ChangeLog trunk/libcpp/charset.c trunk/libcpp/include/cpplib.h