diff options
Diffstat (limited to 'gcc/objcp/objcp-lang.c')
-rw-r--r-- | gcc/objcp/objcp-lang.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/objcp/objcp-lang.c b/gcc/objcp/objcp-lang.c index 35081852be9..19a865475a6 100644 --- a/gcc/objcp/objcp-lang.c +++ b/gcc/objcp/objcp-lang.c @@ -110,8 +110,10 @@ tree objcp_tsubst_copy_and_build (tree t, tree args, tsubst_flags_t complain, tree in_decl, bool function_p ATTRIBUTE_UNUSED) { -#define RECURSE(NODE) \ - tsubst_copy_and_build (NODE, args, complain, in_decl, /*function_p=*/false) +#define RECURSE(NODE) \ + tsubst_copy_and_build (NODE, args, complain, in_decl, \ + /*function_p=*/false, \ + /*integral_constant_expression_p=*/false) /* The following two can only occur in Objective-C++. */ |