]> gcc.gnu.org Git - gcc.git/commit
tree.c (build_common_builtin_nodes): Do not use TM_PURE attribute unless language...
authorAldy Hernandez <aldyh@redhat.com>
Fri, 9 Dec 2011 22:05:26 +0000 (22:05 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 9 Dec 2011 22:05:26 +0000 (22:05 +0000)
commit67fafdd15aaf6ede71ded4054073dbd2aab5b7d9
treeb7d95696ada2ba75617979d123bb2a15adb775e5
parent8f420307e03a391b8e4bcd57be36d8d6325c7638
tree.c (build_common_builtin_nodes): Do not use TM_PURE attribute unless language has support for TM.

        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.

From-SVN: r182179
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/gfortran.dg/trans-mem-skel.f90 [new file with mode: 0644]
gcc/tree.c
This page took 0.055684 seconds and 5 git commands to generate.