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]

r169524 - in /branches/google/integration/gcc: ...


Author: dnovillo
Date: Wed Feb  2 14:20:07 2011
New Revision: 169524

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169524
Log:
Introduce placeholder flags for thread annotation support.  This is
being implemented in the thread-annotations branch, but Google code
expects these warnings to be supported by the compiler.

2011-02-01  Diego Novillo  <dnovillo@google.com>

	* common.opt (Wthread-safe, Wthread-unguarded-var,
	Wthread-unguarded-func, Wthread-mismatched-lock-order,
	Wthread-mismatched-lock-acq-rel, Wthread-reentrant-lock,
	Wthread-unsupported-lock-name): New placeholder warning flags.

Modified:
    branches/google/integration/gcc/ChangeLog.google
    branches/google/integration/gcc/common.opt


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