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]

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


Author: tromey
Date: Wed Mar  5 18:58:08 2008
New Revision: 132949

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132949
Log:
gcc:
	* c-opts.c (finish_options): Set input_location.
	* toplev.c (general_init): Create builtins location.
	* input.h (BUILTINS_LOCATION): Change value.
gcc/java
	* lang.c (java_post_options): Don't initialize builtins location.
	Rename to main file.
gcc/fortran
	* f95-lang.c (gfc_init): Don't set up builtins location.  Rename
	to main file.
gcc/treelang
	* treetree.h (treelang_post_options): Declare.
	* treetree.c (LANG_HOOKS_POST_OPTIONS): New define.
	* tree1.c (treelang_post_options): New function.
	(treelang_init): Don't initialize builtins location.
libcpp
	* internal.h (struct cpp_reader) <entered_main_file>: New field.
	* files.c (_cpp_stack_file): Treat main file specially.

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/input.h
    branches/incremental-compiler/gcc/java/ChangeLog
    branches/incremental-compiler/gcc/java/lang.c
    branches/incremental-compiler/gcc/toplev.c
    branches/incremental-compiler/gcc/treelang/ChangeLog
    branches/incremental-compiler/gcc/treelang/tree1.c
    branches/incremental-compiler/gcc/treelang/treetree.c
    branches/incremental-compiler/gcc/treelang/treetree.h
    branches/incremental-compiler/libcpp/ChangeLog
    branches/incremental-compiler/libcpp/files.c
    branches/incremental-compiler/libcpp/internal.h


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