From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5BF9E3858C2F; Fri, 19 Jan 2024 04:49:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5BF9E3858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705639753; bh=q5gASd6aYp+LlpJ+T2MZ6WPW6U3E3Jma2Ts+2gtSiuY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VTL3yani6LbFarsV96OFzFKGRfUVzWMoVc0O9YgVavKJNttsfNcVuHJuom9VyGRo+ /O/+4sIDPkGysmjiVQS3Io/gbQd/1uqoFF7+QaLHomTVyvtHjsMeuJAu23Ydfbby7f thzfB2wuEJgP9H8TFuhX/buSA0W0u6lcO9G8idvs= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/113447] [14 regression] issue20185.go etc. FAIL Date: Fri, 19 Jan 2024 04:49:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113447 --- Comment #1 from GCC Commits --- The master branch has been updated by Ian Lance Taylor : https://gcc.gnu.org/g:7e949ffaafb415150047127f529377502097d897 commit r14-8268-g7e949ffaafb415150047127f529377502097d897 Author: Ian Lance Taylor Date: Thu Jan 18 20:46:30 2024 -0800 gcc/testsuite/go.test: update for lowering pass move The change to move the lowering pass after the check types pass changed some error messages. Update the testsuite accordingly. Fixes PR go/113447=