http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47274
--- Comment #35 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-03 10:49:09 UTC --- Author: jakub Date: Thu Feb 3 10:49:06 2011 New Revision: 169785 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169785 Log: PR lto/47274 * lto-streamer-out.c (write_symbol): When writing kind and visibility, copy them into a unsigned char variable and pass address of it to lto_output_data_stream. Modified: trunk/gcc/ChangeLog trunk/gcc/lto-streamer-out.c