r134758 - in /branches/incremental-compiler/gcc...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Mon Apr 28 18:14:00 GMT 2008
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
More information about the Gcc-cvs
mailing list