https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98626

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Nathan Sidwell <nat...@gcc.gnu.org>:

https://gcc.gnu.org/g:11cbea852b0ae2b0f17a9caeaf6344d689231c2f

commit r11-6647-g11cbea852b0ae2b0f17a9caeaf6344d689231c2f
Author: Nathan Sidwell <nat...@acm.org>
Date:   Wed Jan 13 05:13:12 2021 -0800

    c++: Fix cp_build_function_call_vec [PR 98626]

    I misunderstood the cp_build_function_call_vec API, thinking a NULL
    vector was an acceptable way of passing no arguments.  You need to
    pass a vector of no elements.

            PR c++/98626
            gcc/cp/
            * module.cc (module_add_import_initializers):  Pass a
            zero-element argument vector.

Reply via email to