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]

r142824 - in /branches/thread-annotations/gcc: ...


Author: lcwu
Date: Fri Dec 19 00:16:14 2008
New Revision: 142824

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142824
Log:
Fix an issue in handling lockable objects wrapped in smart pointers after
merging from the trunk on which a call to an overloaded 'operator->' is now
represented as an 'operator.' in tree IR.

Modified:
    branches/thread-annotations/gcc/ChangeLog
    branches/thread-annotations/gcc/tree-threadsafe-analyze.c


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