From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3A1F93858417; Thu, 29 Jun 2023 20:25:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A1F93858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688070343; bh=k+CvZQW4ABWbXSCtjirKck2wgpVNIVXvwFZAI9bbK40=; h=From:To:Subject:Date:From; b=rdgCLSXLCZ1rNFnSsy0UMJVnh8Q2NRY7ph0gOEmpej/TRShnx9zyut9RRv/vXSs8k UO1On+3l1POpP7ojeUB/IjNDAgWVJCJKsfxp+RlAPNxZ0yOATUAJTSgGBFofdFcpPm wr4l8CKWtlfdnwgGfjMg/1rZGaISh206tiryl3/Q= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/110490] New: tree-ssa/clz-* and tree-ssa/ctz-* fail on s390x with arch14 Date: Thu, 29 Jun 2023 20:25:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D110490 Bug ID: 110490 Summary: tree-ssa/clz-* and tree-ssa/ctz-* fail on s390x with arch14 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: mpolacek at gcc dot gnu.org Target Milestone: --- (Not sure what component is most appropriate for this.) The following FAILs can be seen in (s390x-ibm-linux-gnu arch14) but not in (s390x-ibm-linux-gnu default) It would be great to fix them. FAIL: gcc.dg/tree-ssa/clz-char.c scan-tree-dump-times optimized "__builtin_clz|\\\\.CLZ" 1 FAIL: gcc.dg/tree-ssa/clz-complement-char.c scan-tree-dump-times optimized "__builtin_clz|\\\\.CLZ" 1 FAIL: gcc.dg/tree-ssa/clz-complement-int.c scan-tree-dump-times optimized "__builtin_clz|\\\\.CLZ" 1 FAIL: gcc.dg/tree-ssa/clz-complement-long.c scan-tree-dump-times optimized "__builtin_clz|\\\\.CLZ" 1 FAIL: gcc.dg/tree-ssa/clz-int.c scan-tree-dump-times optimized "__builtin_clz|\\\\.CLZ" 1 FAIL: gcc.dg/tree-ssa/clz-long.c scan-tree-dump-times optimized "__builtin_clz|\\\\.CLZ" 1 FAIL: gcc.dg/tree-ssa/ctz-char.c scan-tree-dump-times optimized "__builtin_ctz|\\\\.CTZ" 1 FAIL: gcc.dg/tree-ssa/ctz-complement-char.c scan-tree-dump-times optimized "__builtin_ctz|\\\\.CTZ" 1 FAIL: gcc.dg/tree-ssa/ctz-complement-int.c scan-tree-dump-times optimized "__builtin_ctz|\\\\.CTZ" 1 FAIL: gcc.dg/tree-ssa/ctz-complement-long-long.c scan-tree-dump-times optim= ized "__builtin_ctz|\\\\.CTZ" 1 FAIL: gcc.dg/tree-ssa/ctz-complement-long.c scan-tree-dump-times optimized "__builtin_ctz|\\\\.CTZ" 1 FAIL: gcc.dg/tree-ssa/ctz-int.c scan-tree-dump-times optimized "__builtin_ctz|\\\\.CTZ" 1 FAIL: gcc.dg/tree-ssa/ctz-long-long.c scan-tree-dump-times optimized "__builtin_ctz|\\\\.CTZ" 1 FAIL: gcc.dg/tree-ssa/ctz-long.c scan-tree-dump-times optimized "__builtin_ctz|\\\\.CTZ" 1=