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]

r134758 - in /branches/incremental-compiler/gcc...


Author: tromey
Date: Mon Apr 28 18:14:26 2008
New Revision: 134758

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134758
Log:
	* gcc.c (process_command): Add missing 'const'.
	* server.c (send_fd): Move assert after declarations.
	* c-parser.c (c_parser_mark_hunk_set): Don't cast away const.
	(update_shared_from_hunk): Use a union to convert types.

Modified:
    branches/incremental-compiler/gcc/ChangeLog
    branches/incremental-compiler/gcc/c-parser.c
    branches/incremental-compiler/gcc/gcc.c
    branches/incremental-compiler/gcc/server.c


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