This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r130546 - in /branches/incremental-compiler: gc...


Author: tromey
Date: Fri Nov 30 21:36:26 2007
New Revision: 130546

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130546
Log:
libcpp
	* include/line-map.h (linemap_add): Update.
	* directives.c (_cpp_do_file_change): Update.
	* line-map.c (linemap_add): Add user_owned argument.  Inherit
	user_owned when leaving.
	(linemap_line_start): Update.
gcc/java
	* lang.c (java_post_options): Update.
	* jcf-parse.c (give_name_to_class): Update.
	(jcf_parse): Update.
	(duplicate_class_warning): Update.
	(java_parse_file): Update.
gcc
	* c-opts.c (finish_options): Update.
gcc/fortran
	* scanner.c (get_file): Update.
	(load_file): Update.
	* f95-lang.c (gfc_init): Update
gcc/treelang
	* tree1.c (treelang_init): Update.
	(treelang_parse_file): Update.

Modified:
    branches/incremental-compiler/gcc/ChangeLog
    branches/incremental-compiler/gcc/c-opts.c
    branches/incremental-compiler/gcc/fortran/ChangeLog
    branches/incremental-compiler/gcc/fortran/f95-lang.c
    branches/incremental-compiler/gcc/fortran/scanner.c
    branches/incremental-compiler/gcc/java/ChangeLog
    branches/incremental-compiler/gcc/java/jcf-parse.c
    branches/incremental-compiler/gcc/java/lang.c
    branches/incremental-compiler/gcc/treelang/ChangeLog
    branches/incremental-compiler/gcc/treelang/tree1.c
    branches/incremental-compiler/libcpp/ChangeLog
    branches/incremental-compiler/libcpp/directives.c
    branches/incremental-compiler/libcpp/include/line-map.h
    branches/incremental-compiler/libcpp/line-map.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]