diff options
Diffstat (limited to 'gcc/d/expr.cc')
-rw-r--r-- | gcc/d/expr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/expr.cc b/gcc/d/expr.cc index 8fb1eea..7038655 100644 --- a/gcc/d/expr.cc +++ b/gcc/d/expr.cc @@ -695,7 +695,7 @@ public: { /* This error is only emitted during the code generation pass because concatentation is allowed in CTFE. */ - if (global.params.betterC) + if (!global.params.useGC) { error_at (make_location_t (e->loc), "array concatenation of expression %qs requires the GC and " |