This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r152906 - in /trunk/lto-plugin: ChangeLog lto-p...
- From: espindola at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 16 Oct 2009 15:25:13 -0000
- Subject: r152906 - in /trunk/lto-plugin: ChangeLog lto-p...
Author: espindola
Date: Fri Oct 16 15:25:13 2009
New Revision: 152906
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152906
Log:
2009-10-16 Rafael Avila de Espindola <espindola@google.com>
* lto-plugin.c (message): New variable.
(check): New function.
(parse_table_entry, translate, write_resolution,add_output_files,
exec_lto_wrapper,claim_file_handler, onload): Use check instead of
assert.
(cleanup_handler): Use check instead of assert. Remove the arguments
file if it exists.
Modified:
trunk/lto-plugin/ChangeLog
trunk/lto-plugin/lto-plugin.c