]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc.c-torture/execute/builtins/pr93262-chk.c: Remove return statement
authorFlorian Weimer <fweimer@redhat.com>
Mon, 23 Oct 2023 07:23:05 +0000 (09:23 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 23 Oct 2023 07:23:05 +0000 (09:23 +0200)
commit0e29c6f65523dad20068ba69cd03d8f6f82cab41
treed2774ae385b3dd8d5baa2cde3204acf039b9c14e
parentc2d41cdfeadb82d921b01c0e104d83f47e2262a2
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.
gcc/testsuite/gcc.c-torture/execute/builtins/pr93262-chk.c