diff options
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r-- | gcc/c-opts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c index cf1e372..7dfc1fb 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -801,6 +801,8 @@ c_common_handle_option (size_t scode, const char *arg, int value) break; case OPT_ftemplate_depth_: + /* Kept for backwards compatibility. */ + case OPT_ftemplate_depth_eq: max_tinst_depth = value; break; |