[Bug c++/101052] Suggest stdlib.h when exit(1) is called

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 14 17:24:27 GMT 2021


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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <redi@gcc.gnu.org>:

https://gcc.gnu.org/g:93bfadf3a1db7d73e9ca4a4a3d40f7f81ea16d39

commit r12-1435-g93bfadf3a1db7d73e9ca4a4a3d40f7f81ea16d39
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Jun 14 11:38:11 2021 +0100

    c-family: Add fix-it suggestions for more <stdlib.h> names [PR101052]

            PR c++/101052

    gcc/c-family/ChangeLog:

            * known-headers.cc (get_stdlib_header_for_name): Add known
            headers for EXIT_FAILURE, EXIT_SUCCESS, abort, atexit, calloc,
            exit, and getenv.

    gcc/testsuite/ChangeLog:

            * g++.dg/spellcheck-stdlib.C: Add checks for <cstdlib> names.
            * gcc.dg/spellcheck-stdlib.c: Likewise.


More information about the Gcc-bugs mailing list