Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(95)

Unified Diff: gcc/c-family/c-opts.c

Issue 6104051: [google/integration] Extend C++11 UDLs to be compatible with inttypes.h macros
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/c-family/c-common.c ('k') | gcc/doc/invoke.texi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/c-family/c-opts.c
diff --git a/gcc/c-family/c-opts.c b/gcc/c-family/c-opts.c
index 5118928..dab6ce5 100644
--- a/gcc/c-family/c-opts.c
+++ b/gcc/c-family/c-opts.c
@@ -509,6 +509,10 @@ c_common_handle_option (size_t scode, const char *arg, int value,
break;
}
+ case OPT_Wreserved_user_defined_literal:
+ cpp_opts->warn_reserved_user_literals = value;
+ break;
+
case OPT_Wreturn_type:
warn_return_type = value;
break;
« no previous file with comments | « gcc/c-family/c-common.c ('k') | gcc/doc/invoke.texi » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b