This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r128142 - in /branches/incremental-compiler: gc...
- From: tromey at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 05 Sep 2007 17:55:23 -0000
- Subject: r128142 - in /branches/incremental-compiler: gc...
Author: tromey
Date: Wed Sep 5 17:55:23 2007
New Revision: 128142
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128142
Log:
gcc
* c-parser.c (c_token) <user_owned>: New field.
(c_parser_lex_all): Set user_owned field on token.
* c-lex.c (fe_file_change): Set user_owned field in c_lex_state.
* c-common.h (struct c_lex_state) <user_owned>: New field.
libcpp
* files.c (_cpp_stack_file): Update.
(cpp_make_system_header): Update.
(cpp_change_file): Update.
* directives.c (do_line): Update.
(do_linemarker): Update.
(_cpp_do_file_change): Added 'user_owned' argument.
(_cpp_pop_buffer): Update.
* internal.h (_cpp_do_file_change): Added argument.
* include/line-map.h (struct line_map) <user_owned>: New field.
Modified:
branches/incremental-compiler/gcc/ChangeLog
branches/incremental-compiler/gcc/c-common.h
branches/incremental-compiler/gcc/c-lex.c
branches/incremental-compiler/gcc/c-parser.c
branches/incremental-compiler/libcpp/ChangeLog
branches/incremental-compiler/libcpp/directives.c
branches/incremental-compiler/libcpp/files.c
branches/incremental-compiler/libcpp/include/line-map.h
branches/incremental-compiler/libcpp/internal.h