r212968 - Document the warning triggered by the unsupported gcc optimization flags (r212805)

Sylvestre Ledru sylvestre at debian.org
Mon Jul 14 11:30:23 PDT 2014


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





More information about the cfe-commits mailing list