From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D89F2383F856; Tue, 9 Jun 2020 07:36:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D89F2383F856 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591688208; bh=FPB/Y3tsunS3DcmGsxtSt1l0j5xcQvAL/au4s1ng+KQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dJfOo0C8MqEeO2Ui7rjZ6I5187MU9sIRp+TO+rf6uLV8pA56sg68n+1GeLZUspMVR Ezh7h7Pdu/uuu1V8+hiCnsus3dEo4HBG58RjdOHPvOX889z5Rg6cLaZnXWyVHauRNk HC/iDbldHj3zRLeGt0nVXf0x85Pf9/XkW+zGhNdo= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/95577] Tcl error with testsuite/gcc.misc-tests/outputs.exp on darwin Date: Tue, 09 Jun 2020 07:36:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2020 07:36:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95577 --- Comment #2 from Iain Sandoe --- Created attachment 48710 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48710&action=3Dedit hacky patch that fixes the output for fat and thin LTO This is pretty non-elegant - essentially duplicating the LTO tests for the = FAT and THIN LTO cases, since the expected file list differs by the .final outp= uts for the FAT case.=