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

r181629 - in /trunk/gcc: ChangeLog gimple-strea...


Author: aldyh
Date: Tue Nov 22 18:37:16 2011
New Revision: 181629

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181629
Log:
        * opts.c (finish_options): Do not fail for -fgnu-tm.
        * gimple-streamer-out.c (output_gimple_stmt): Handle GIMPLE_TRANSACTION.
        * gimple-streamer-in.c (input_gimple_stmt): Same.
        * lto-cgraph.c (input_overwrite_node): Read tm_clone bit.
        (lto_output_node): Write tm_clone bit.
lto/
        * lto-lang.c (lto_attribute_table): Handle transaction_pure.
        (handle_transaction_pure_attribute): New.


Added:
    trunk/gcc/testsuite/gcc.dg/lto/trans-mem-1_0.c
    trunk/gcc/testsuite/gcc.dg/lto/trans-mem-1_1.c
    trunk/gcc/testsuite/gcc.dg/lto/trans-mem-2_0.c
    trunk/gcc/testsuite/gcc.dg/lto/trans-mem-2_1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-streamer-in.c
    trunk/gcc/gimple-streamer-out.c
    trunk/gcc/lto-cgraph.c
    trunk/gcc/lto/ChangeLog
    trunk/gcc/lto/lto-lang.c
    trunk/gcc/opts.c


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