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]

r192513 - in /branches/google/main/gcc: ChangeL...


Author: delesley
Date: Tue Oct 16 20:00:12 2012
New Revision: 192513

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192513
Log:
This patch adds three warning flag for command-line compatibility with clang. 
The flags are -Wthread-safety-analysis, -Wthread-safety-attributes, and 
-Wthread-safety-precise.  They don't do anything.

2012-10-16   DeLesley Hutchins  <delesley@google.com>

        gcc/common.opt:
        Add clang thread safety warning flags as supported, but ignored.
        (-Wthread-safety-analysis/attributes/precise)


Modified:
    branches/google/main/gcc/ChangeLog.google-main
    branches/google/main/gcc/common.opt


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