From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7879) id 365F43858423; Wed, 15 Feb 2023 10:23:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 365F43858423 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676456609; bh=Z5Y/250F+MC8O5tKuEE8PCTyZn7PIkx/y52p92bPk7k=; h=From:To:Subject:Date:From; b=FfYw5VZoqTIbJoJ0qMELm0nhGWmvUi/Vwm7MamvSPWP2hnwvewXJ8JrA4ucFFhaS7 KsrhWZdxZAcCyM5vbXFAKlsD86Abamp4a/quPaKw29pQ+4CcAOnnhJiJe97G/iToRR q7BSX19R62/xhy0OMRCe0IC0iXmRX7JhDgR4w3HQ= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Filip Kastl To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/pheeck/heads/sccp)] testsuite: Fix up broken testcase [PR107127] X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/users/pheeck/heads/sccp X-Git-Oldrev: a30997389ffd51808e04bb527f20ff38a4d6adf1 X-Git-Newrev: e6dd9ca6a4661e7daa5df24f7c8497bc372b7ffd Message-Id: <20230215102329.365F43858423@sourceware.org> Date: Wed, 15 Feb 2023 10:23:29 +0000 (GMT) List-Id: https://gcc.gnu.org/g:e6dd9ca6a4661e7daa5df24f7c8497bc372b7ffd commit e6dd9ca6a4661e7daa5df24f7c8497bc372b7ffd Author: Jakub Jelinek Date: Thu Nov 24 10:33:00 2022 +0100 testsuite: Fix up broken testcase [PR107127] I've added { dg-options "" } line manually in the patch but forgot to adjust the number of added lines. 2022-11-24 Jakub Jelinek PR c/107127 * gcc.dg/pr107127.c (foo): Add missing closing }. Diff: --- gcc/testsuite/gcc.dg/pr107127.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/pr107127.c b/gcc/testsuite/gcc.dg/pr107127.c index f7ae87db70e..d25cced6b33 100644 --- a/gcc/testsuite/gcc.dg/pr107127.c +++ b/gcc/testsuite/gcc.dg/pr107127.c @@ -10,3 +10,4 @@ foo (_Complex double a, double b, double c) return v[0] / ((((c * (0 - 0 / a + 699.0 + 7.05 - 286.0 - +-4.65 + 1.57 + 0) * 0.1 - 3.28 + 4.22 + 0.1)) * b + 5.06) * 1.23 * 8.0 * 12.0 * 16.0 * 2.0 * 2.0 * 0.25 * 0.125 * 18.2 * -15.25 * 0.0001 * 42.0 * 0.012 - 8.45 + 0 + 88.0 + 6.96 + 867.0 + 9.10 - 7.04 * -1.0); +}