This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r169361 - in /branches/pph: gcc/cp/ChangeLog.pp...
- From: dnovillo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 28 Jan 2011 15:18:44 -0000
- Subject: r169361 - in /branches/pph: gcc/cp/ChangeLog.pp...
Author: dnovillo
Date: Fri Jan 28 15:18:44 2011
New Revision: 169361
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169361
Log:
libcpp/ChangeLog.pph
2011-01-27 Diego Novillo <dnovillo@google.com>
* include/cpplib.h (cpp_reset_lexer_state,
cpp_restore_lexer_state): Remove.
* lex.c: Likewise.
Update all users.
gcc/cp/ChangeLog.pph
2011-01-27 Diego Novillo <dnovillo@google.com>
* Make-lang.in (cp/parser.o): Fix dependencies.
* pph.c (pth_process_text_file): Do not try to start reading the file
at an arbitrary offset.
Remove OFFSET argument. Update all users.
(pth_image_to_lexer): Emit a fatal error if a hunk fails
validation.
(pth_lexer_to_image):
(pth_enter_file):
* pph.h (struct cp_token_hunk): Remove fields text_offset and
text_length.
Update all users.
(struct pth_image): Remove field hunk_text_offset.
Update all users.
gcc/testsuite/ChangeLog.pph
2011-01-27 Diego Novillo <dnovillo@google.com>
* g++.dg/pph/system-include.cc: xfail for invalid hunks.
* g++.dg/pph/mean.cc: Likewise.
* g++.dg/pph/sys-types.cc: Likewise.
* g++.dg/pph/variables.cc: Fix error about initializing an
extern.
Modified:
branches/pph/gcc/cp/ChangeLog.pph
branches/pph/gcc/cp/Make-lang.in
branches/pph/gcc/cp/pph.c
branches/pph/gcc/cp/pph.h
branches/pph/gcc/testsuite/ChangeLog.pph
branches/pph/gcc/testsuite/g++.dg/pph/mean.cc
branches/pph/gcc/testsuite/g++.dg/pph/sys-types.cc
branches/pph/gcc/testsuite/g++.dg/pph/system-include.cc
branches/pph/gcc/testsuite/g++.dg/pph/variables.cc
branches/pph/libcpp/ChangeLog.pph
branches/pph/libcpp/include/cpplib.h
branches/pph/libcpp/lex.c