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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Florian Weimer <f...@gcc.gnu.org>:

https://gcc.gnu.org/g:0e29c6f65523dad20068ba69cd03d8f6f82cab41

commit r14-4846-g0e29c6f65523dad20068ba69cd03d8f6f82cab41
Author: Florian Weimer <fwei...@redhat.com>
Date:   Mon Oct 23 09:23:05 2023 +0200

    gcc.c-torture/execute/builtins/pr93262-chk.c: Remove return statement

    The main_test function returns void, so return with an expression
    is a constraint violation.  The test case still fails with this
    change applied before the fix for PR 93262 in r14-4813.

    gcc/testsuite/

            * gcc.c-torture/execute/builtins/pr93262-chk.c (main_test):
            Remove unnecessary return statement.

Reply via email to