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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:6e6471806d886bc052d3922d636d49aaf75d5d16

commit r15-1076-g6e6471806d886bc052d3922d636d49aaf75d5d16
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Thu May 30 07:59:00 2024 -0700

    Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]

    After r15-874-g9bda2c4c81b668, out of tree plugins won't compile
    as the new libcpp header file label-text.h is not installed.

    This adds the new header file to CPPLIB_H which is used for
    the plugin headers to install.

    Committed as obvious after a build and install and make sure
    the new header file is installed.

    gcc/ChangeLog:

            PR plugins/115288
            * Makefile.in (CPPLIB_H): Add label-text.h.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to