This is the mail archive of the gcc-bugs@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]

[Bug lto/47274] [4.6 regression] ICE in lto_varpool_replace_node, at lto-symtab.c:306


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


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