public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [c++-concepts] Fix inversion of -fconcepts
@ 2014-10-19  7:46 Braden Obrzut
  0 siblings, 0 replies; only message in thread
From: Braden Obrzut @ 2014-10-19  7:46 UTC (permalink / raw)
  To: gcc-patches; +Cc: Andrew Sutton

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

Trivial patch to fix the inversion of -fconcepts and -fno-concepts.

2014-10-18  Braden Obrzut  <admin@maniacsvault.net>

     * gcc/c-family/c.opt (flag_concepts): The concepts option was inverted.



[-- Attachment #2: fconcepts-fix.diff --]
[-- Type: text/x-patch, Size: 359 bytes --]

diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index c1645ea..c165477 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -924,7 +924,7 @@ C ObjC C++ ObjC++
 Where shorter, use canonicalized paths to systems headers.
 
 fconcepts
-C++ ObjC++ Var(flag_concepts, false)
+C++ ObjC++ Var(flag_concepts)
 Enable support for C++ concepts
 
 fcilkplus

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

only message in thread, other threads:[~2014-10-19  2:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-19  7:46 [c++-concepts] Fix inversion of -fconcepts Braden Obrzut

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).