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]

r167802 - in /branches/transactional-memory/gcc...


Author: aldyh
Date: Tue Dec 14 14:21:29 2010
New Revision: 167802

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167802
Log:
	PR/46646
	* tree.c (build_common_builtin_nodes): Set __builtin_eh_pointer to
	transaction_pure.
	* tree.h (apply_tm_attr): Protoize.
	* cp/cp-tree.h (apply_tm_attr): Remove.
	* cp/except.c (build_throw): Make __cxa_rethrow pure.
	(apply_tm_attr): Move to...
	* attribs.c: ...here.

Added:
    branches/transactional-memory/gcc/testsuite/g++.dg/tm/pr46646.C
Modified:
    branches/transactional-memory/gcc/ChangeLog.tm
    branches/transactional-memory/gcc/attribs.c
    branches/transactional-memory/gcc/cp/class.c
    branches/transactional-memory/gcc/cp/cp-tree.h
    branches/transactional-memory/gcc/cp/except.c
    branches/transactional-memory/gcc/tree.c
    branches/transactional-memory/gcc/tree.h


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