[Bug preprocessor/124930] libcpp/charset.cc:843: Possible cut'n'paste error ?

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 21 14:06:51 GMT 2026


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

--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Marek Polacek <mpolacek@gcc.gnu.org>:

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

commit r16-8779-g6adc49fc08cb87b0e7c8ead3176b45dae2ff4e2a
Author: Marek Polacek <polacek@redhat.com>
Date:   Mon Apr 20 18:01:28 2026 -0400

    libcpp: fix typos in iconv_close [PR124930]

    This patch fixes two typos: the reverse_ prefix is missing in the
    iconv_close calls.

            PR preprocessor/124930

    libcpp/ChangeLog:

            * charset.cc (_cpp_destroy_iconv): Correct two calls to
            iconv_close.

    Reviewed-by: Jakub Jelinek <jakub@redhat.com>


More information about the Gcc-bugs mailing list