http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46362
--- Comment #18 from Dave Korn <davek at gcc dot gnu.org> 2010-11-11 13:34:04 UTC --- Author: davek Date: Thu Nov 11 13:33:59 2010 New Revision: 166601 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166601 Log: PR bootstrap/46397 PR bootstrap/46362 * configure.ac: Add AC_TYPE_INT64_T test. * config.h.in: Regenerate. * configure: Likewise. * lto-plugin.c (debug): Use char not bool. (nop): Likewise. (check_1): Rename from check, and use int not bool for gate argument. (check): Macro wrapper for the above to coerce gate argument into boolean-valued integer in case it has pointer type. (parse_table_entry): Use 0 not false. (claim_file_handler): Avoid use of PRIx64 by splitting 64-bit size into two 32-bit parts and printing as hex ints. Modified: trunk/lto-plugin/ChangeLog trunk/lto-plugin/config.h.in trunk/lto-plugin/configure trunk/lto-plugin/configure.ac trunk/lto-plugin/lto-plugin.c