]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/c-family/c.opt
Implement P0012R1, Make exception specifications part of the type system.
[gcc.git] / gcc / c-family / c.opt
index 7d8a7265752b04be4ad4b40d3637f2d394212bc9..213353b9abdf766b59dce9ee6432e04d4f094499 100644 (file)
@@ -360,6 +360,13 @@ Wc++14-compat
 C++ ObjC++ Var(warn_cxx14_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
 Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014.
 
+Wc++1z-compat
+C++ ObjC++ Var(warn_cxx1z_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
+Warn about C++ constructs whose meaning differs between ISO C++ 2014 and (forthcoming) ISO C++ 201z(7?).
+
+Wc++17-compat
+C++ ObjC++ Warning Alias(Wc++1z-compat) Undocumented
+
 Wcast-qual
 C ObjC C++ ObjC++ Var(warn_cast_qual) Warning
 Warn about casts which discard qualifiers.
This page took 0.029158 seconds and 5 git commands to generate.