Author: sylvestre
Date: Mon Jul 14 13:30:23 2014
New Revision: 212968

URL: http://llvm.org/viewvc/llvm-project?rev=212968&view=rev
Log:
Document the warning triggered by the unsupported gcc optimization flags 
(r212805)

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=212968&r1=212967&r2=212968&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Mon Jul 14 13:30:23 2014
@@ -64,6 +64,9 @@ Clang's diagnostics are constantly being
 explain them more clearly, and provide more accurate source information
 about them. The improvements since the 3.4 release include:
 
+- GCC compatibility: Clang displays a warning on unsupported gcc
+  optimization flags instead of an error.
+
 -  ...
 
 New Compiler Flags


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to