From: Sylvestre Ledru Date: Mon, 14 Jul 2014 18:30:23 +0000 (+0000) Subject: Document the warning triggered by the unsupported gcc optimization flags (r212805) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6c200277686558a00421b8b45217e04ba6b81f7;p=clang Document the warning triggered by the unsupported gcc optimization flags (r212805) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212968 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index c99262eb35..3d9e2108e7 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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