From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 42F88385C6EE; Wed, 14 Feb 2024 10:39:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 42F88385C6EE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707907188; bh=GBSG082uDeIG1FDDckStHaeRTnE1T4iYvnGqjnr8NgI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pvX8UG8OYCViMVWJQkE814Iflv22pOh/2F63DkIw5PK+lwfdx89W9WvxOo+Vz8FTx jtdRS3FPTvGbxyqIERyod3exMBrIhYFpsUbS6f1SSQQQ/0eU9rbXDckJrtUIa9kSLd /iPe6aP3U5szOIts2AIYsZuCzC4iwdpyl+X2xu+c= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113909] gcc.target/i386/pr113689-1.c etc. FAIL Date: Wed, 14 Feb 2024 10:39:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target 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: unassigned at gcc dot gnu.org 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=3D113909 --- Comment #2 from GCC Commits --- The master branch has been updated by Rainer Orth : https://gcc.gnu.org/g:d79aa77d9b2fe757b1bbda45defd4ac02b077a78 commit r14-8973-gd79aa77d9b2fe757b1bbda45defd4ac02b077a78 Author: Rainer Orth Date: Wed Feb 14 11:39:12 2024 +0100 testsuite: i386: Skip gcc.target/i386/pr113689-1.c etc. on Solaris [PR113909] gcc.target/i386/pr113689-[1-3].c FAIL on 64-bit Solaris/x86: FAIL: gcc.target/i386/pr113689-1.c (test for excess errors) UNRESOLVED: gcc.target/i386/pr113689-1.c compilation failed to produce executable FAIL: gcc.target/i386/pr113689-2.c (test for excess errors) UNRESOLVED: gcc.target/i386/pr113689-2.c compilation failed to produce executable FAIL: gcc.target/i386/pr113689-3.c (test for excess errors) UNRESOLVED: gcc.target/i386/pr113689-3.c compilation failed to produce executable with Excess errors: =20=20=20 /vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-1.c:43:= 1: sorry, unimplemented: no register available for profiling '-mcmodel=3Dlarge' Excess errors: =20=20=20 /vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-2.c:26:= 1: sorry, unimplemented: profiling '-mcmodel=3Dlarge' with PIC is not supported Excess errors: =20=20=20 /vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-3.c:15:= 1: sorry, unimplemented: profiling '-mcmodel=3Dlarge' with PIC is not supported This happens because i386/sol2.h doesn't define NO_PROFILE_COUNTERS. So this patch just skips the tests on Solaris. Tested on i386-pc-solaris2.11. 2024-02-13 Rainer Orth gcc/testsuite: PR target/113909 * gcc.target/i386/pr113689-1.c: Skip on Solaris. * gcc.target/i386/pr113689-2.c: Likewise. * gcc.target/i386/pr113689-3.c: Likewise.=