OSDN Git Service

PR/51291
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Dec 2011 22:05:26 +0000 (22:05 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Dec 2011 22:05:26 +0000 (22:05 +0000)
commit94e92a582d16436f3eb8932e3317e4f5ab87de78
treeb7d95696ada2ba75617979d123bb2a15adb775e5
parent9772cb99871c37fc86bd3b2c977093e880e4ef3a
    PR/51291
        * tree.c (build_common_builtin_nodes): Do not use TM_PURE
        attribute unless language has support for TM.
        * config/i386/i386.c (ix86_init_tm_builtins): Exit gracefully in
        the absence of TM builtins.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182179 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/gfortran.dg/trans-mem-skel.f90 [new file with mode: 0644]
gcc/tree.c