public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][8-branch][OBVIOUS] Fix wrong option declaration of fcilkplus (PR other/86992).
@ 2018-08-17 11:32 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2018-08-17 11:32 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

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  <mliska@suse.cz>

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



[-- Attachment #2: 0001-Fix-wrong-option-declaration-of-fcilkplus-PR-other-8.patch --]
[-- Type: text/x-patch, Size: 429 bytes --]

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-17 11:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-17 11:32 [PATCH][8-branch][OBVIOUS] Fix wrong option declaration of fcilkplus (PR other/86992) Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).