From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.CeBiTec.Uni-Bielefeld.DE (smtp.CeBiTec.Uni-Bielefeld.DE [129.70.160.84]) by sourceware.org (Postfix) with ESMTPS id 578033858D28 for ; Fri, 2 Feb 2024 09:06:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 578033858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=CeBiTec.Uni-Bielefeld.DE Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cebitec.uni-bielefeld.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 578033858D28 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=129.70.160.84 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706864812; cv=none; b=CdKU4SEPuobb/U+L3s1o59JJYqO0Nh7ZphDyhHWKU47DJeuQlRa3WL3Rs8GN7zJ50yZYL2VuKi2Y+PUha6Yh7UFBLQVCzWrF8oGYCSR96IhZebYXEt0d8wXakObF+Idk1N+31Ot15gVTrg2dpHGOabXOUJYcJ2Uy3qFl+6SeFSQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706864812; c=relaxed/simple; bh=Gm3OANKRbES3RWbmDoyAY72oJTsEDnpM69mV5JDeXKY=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=dWwZtL6EHCJLps8QX5yPteiALX720WvA8FJFa5ItsAyqrGns/fksbukxwnxJLYCuIPYQD1+ZMi76g0PuBVWNj+4sLYN8qhEIcvwdERZ+9oN7rcMzMZF3SPDGxCICdkA5hAsdhudM4q+XvGCevsPl1qhg+vd77hYdVzlEPjkSN40= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (localhost [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 42B4B66BAF; Fri, 2 Feb 2024 10:06:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= cebitec.uni-bielefeld.de; h=content-type:content-type :mime-version:user-agent:message-id:date:date:subject:subject :from:from:received:received; s=20200306; t=1706864807; bh=Gm3OA NKRbES3RWbmDoyAY72oJTsEDnpM69mV5JDeXKY=; b=OYljOHbUpEyGqCRnje4Sf V3CZVsysNDJOkjtzZwTiD1WYvV9Dn5Jw527aJrOdC1Q6uPj/cvoIjMLn3LuRW/K9 kT/EWWyN2RUuyIqPjzql+mquiuPF9LBQT8oT6AUdpjHEF7dObOWSSFU2bhhpPkaQ 0VyqGmtDTEpegP3HEICX2w3zY08YhC1PJi+5I7xqj4utEsCHxTbIfMJhY6TIRUpD ziWOUGaEaBlyFNMpkGolqhCqf0EFQJUiOuMGsRxQ4rNI4gGwrW2eR5BsN4aJpH6I 1ZndLfkfpvs5u3Ob2tM3e1b2qW5Ipz+hbh1p1kz+CXdnq6JMsDxor+ipJKpqmPvX w== X-Virus-Scanned: amavisd-new at cebitec.uni-bielefeld.de Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (smtp.cebitec.uni-bielefeld.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3NgxlLo2a1hy; Fri, 2 Feb 2024 10:06:47 +0100 (CET) Received: from manam.CeBiTec.Uni-Bielefeld.DE (p5085539e.dip0.t-ipconnect.de [80.133.83.158]) (Authenticated sender: ro) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPSA id CAFDE667E7; Fri, 2 Feb 2024 10:06:47 +0100 (CET) From: Rainer Orth To: gcc-patches@gcc.gnu.org Cc: Uros Bizjak Subject: [COMMITTED] testsuite: i386: Restrict gcc.target/i386/pr80569.c to gas Date: Fri, 02 Feb 2024 10:06:47 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (usg-unix-v) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Status: No, score=-3791.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,GIT_PATCH_0,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain gcc.target/i386/pr80569.c FAILs on Solaris/x86 with the native assembler: FAIL: gcc.target/i386/pr80569.c (test for excess errors) Excess errors: Assembler: pr80569.c "/var/tmp//ccm4_iqb.s", line 2 : Illegal mnemonic Near line: " .code16gcc" "/var/tmp//ccm4_iqb.s", line 2 : Syntax error Near line: " .code16gcc" .code16gcc is a gas extension, so restrict the test to gas. Tested on i386-pc-solaris2.11 (as and gas) and i686-pc-linux-gnu. Committed to trunk. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University 2024-02-01 Rainer Orth gcc/testsuite: * gcc.target/i386/pr80569.c: Require gas. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=solx86-testsuite-pr80569-gas.patch # HG changeset patch # Parent 1d2125161d5c03f6695de16e4e8608ed7a0d8163 testsuite: i386: Restrict gcc.target/i386/pr80569.c to gas diff --git a/gcc/testsuite/gcc.target/i386/pr80569.c b/gcc/testsuite/gcc.target/i386/pr80569.c --- a/gcc/testsuite/gcc.target/i386/pr80569.c +++ b/gcc/testsuite/gcc.target/i386/pr80569.c @@ -1,6 +1,8 @@ /* PR target/80569 */ /* { dg-do assemble } */ /* { dg-options "-O2 -m16 -march=haswell" } */ +/* Non-gas assemblers choke on .code16gcc. */ +/* { dg-require-effective-target gas } */ void load_kernel(void *setup_addr) { --=-=-=--