diff options
Diffstat (limited to 'gcc/d/d-builtins.cc')
-rw-r--r-- | gcc/d/d-builtins.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/d/d-builtins.cc b/gcc/d/d-builtins.cc index 60f76fc..cf998d2 100644 --- a/gcc/d/d-builtins.cc +++ b/gcc/d/d-builtins.cc @@ -322,7 +322,8 @@ build_frontend_type (tree type) return NULL; } - args->push (Parameter::create (sc, targ, NULL, NULL, NULL)); + args->push (Parameter::create (Loc (), sc, targ, + NULL, NULL, NULL)); } /* GCC generic and placeholder built-ins are marked as variadic, yet |