]> granicus.if.org Git - clang/commitdiff
Document the warning triggered by the unsupported gcc optimization flags (r212805)
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 14 Jul 2014 18:30:23 +0000 (18:30 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 14 Jul 2014 18:30:23 +0000 (18:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212968 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index c99262eb357d6cc8d2602ab896d91b44fac7a1ee..3d9e2108e74a585ae1ef2c2b21add1aa9284cdda 100644 (file)
@@ -64,6 +64,9 @@ Clang's diagnostics are constantly being improved to catch more issues,
 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