Hi.

This is obvious fix of wrong option declaration. Unfortunately current
AWK can't catch that.

I'm going to install that to GCC-8 branch, it's the only affected now.
Trunk fix is the same, but it's part of an overhaul.

Martin

gcc/c-family/ChangeLog:

2018-08-17  Martin Liska  <mli...@suse.cz>

        PR other/86992
        * c.opt: Fix declaration of cilkplus.
---
 gcc/c-family/c.opt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index a4c8c8ffcb3..f591b39be5a 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1339,8 +1339,8 @@ Driver
 static-libmpxwrappers
 Driver
 
-fcilkplus Undocumented
-C ObjC C++ ObjC++ LTO Report Var(flag_cilkplus) Init(0)
+fcilkplus
+C ObjC C++ ObjC++ LTO Report Var(flag_cilkplus) Init(0) Undocumented
 Deprecated in GCC 8.  This switch has no effect.
 
 fconcepts

Reply via email to