From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C9633858409; Fri, 10 Feb 2023 23:06:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C9633858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676070372; bh=bND+9bVuoVvpif60hjiB6SKqI7Ar4zfHZf2xyRVMuCk=; h=From:To:Subject:Date:From; b=QlJPTtMFno1Pw75Qw9V+uWQ6y6PGfHWF/8nUq962q0klh44oCdTgOrSSjnG0OwXaX 42GmeVcqa9E1VsyncU+KS5vsgtBjYkZozbMh1JXGdsgbwySA4JvMaJjYd5A1ZHtr1K /Ar82D0trWepHp7gk8JrZlX6pELqlHa2iZDcUE2c= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108758] New: gcc.target/powerpc/float128-cmp2-runnable.c fails with excess errors on power 9 BE Date: Fri, 10 Feb 2023 23:06:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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=3D108758 Bug ID: 108758 Summary: gcc.target/powerpc/float128-cmp2-runnable.c fails with excess errors on power 9 BE Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- This fails on power 9 BE (only) and fails for trunk as well as gcc 12. It = does not fail for gcc 11 and 10. spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test2/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-test2/gcc/ /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c -m32 -fdiagnostics-plain-output -O2 -mdejagnu-cpu=3Dpower9 -lm -o ./float128-cmp2-runnable.exe /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c: In function 'main': /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:155:3: error: '__builtin_vsx_scalar_cmp_exp_qp_eq' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:155:3: note: overloaded builtin '__builtin_vec_scalar_cmp_exp_eq' is implemented by builtin '__builtin_vsx_scalar_cmp_exp_qp_eq' /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:171:3: error: '__builtin_vsx_scalar_cmp_exp_qp_eq' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:171:3: note: overloaded builtin '__builtin_vec_scalar_cmp_exp_eq' is implemented by builtin '__builtin_vsx_scalar_cmp_exp_qp_eq' /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:187:3: error: '__builtin_vsx_scalar_cmp_exp_qp_lt' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:187:3: note: overloaded builtin '__builtin_vec_scalar_cmp_exp_lt' is implemented by builtin '__builtin_vsx_scalar_cmp_exp_qp_lt' /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:203:3: error: '__builtin_vsx_scalar_cmp_exp_qp_lt' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:203:3: note: overloaded builtin '__builtin_vec_scalar_cmp_exp_lt' is implemented by builtin '__builtin_vsx_scalar_cmp_exp_qp_lt' /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:219:3: error: '__builtin_vsx_scalar_cmp_exp_qp_gt' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:219:3: note: overloaded builtin '__builtin_vec_scalar_cmp_exp_gt' is implemented by builtin '__builtin_vsx_scalar_cmp_exp_qp_gt' /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:235:3: error: '__builtin_vsx_scalar_cmp_exp_qp_gt' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:235:3: note: overloaded builtin '__builtin_vec_scalar_cmp_exp_gt' is implemented by builtin '__builtin_vsx_scalar_cmp_exp_qp_gt' /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:251:3: error: '__builtin_vsx_scalar_cmp_exp_qp_unordered' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:251:3: note: overloaded builtin '__builtin_vec_scalar_cmp_exp_unordered' is implemented by builtin '__builtin_vsx_scalar_cmp_exp_qp_unordered' /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:267:3: error: '__builtin_vsx_scalar_cmp_exp_qp_unordered' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:267:3: note: overloaded builtin '__builtin_vec_scalar_cmp_exp_unordered' is implemented by builtin '__builtin_vsx_scalar_cmp_exp_qp_unordered' compiler exited with status 1 Executing on host: /home/seurer/gcc/git/build/gcc-test2/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-test2/gcc/ exceptions_enabled3155871.cc = -m32 -fdiagnostics-plain-output -S -o exceptions_enabled3155871.s (timeout= =3D 300) spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test2/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-test2/gcc/ exceptions_enabled3155871.cc -m= 32 -fdiagnostics-plain-output -S -o exceptions_enabled3155871.s FAIL: gcc.target/powerpc/float128-cmp2-runnable.c (test for excess errors) Excess errors: /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:155:3: error: '__builtin_vsx_scalar_cmp_exp_qp_eq' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:171:3: error: '__builtin_vsx_scalar_cmp_exp_qp_eq' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:187:3: error: '__builtin_vsx_scalar_cmp_exp_qp_lt' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:203:3: error: '__builtin_vsx_scalar_cmp_exp_qp_lt' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:219:3: error: '__builtin_vsx_scalar_cmp_exp_qp_gt' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:235:3: error: '__builtin_vsx_scalar_cmp_exp_qp_gt' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:251:3: error: '__builtin_vsx_scalar_cmp_exp_qp_unordered' requires quad-precision floating-point arithmetic /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.target/powerpc/float128-cm= p2-runnable.c:267:3: error: '__builtin_vsx_scalar_cmp_exp_qp_unordered' requires quad-precision floating-point arithmetic=