From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 15B92385828E; Tue, 21 May 2024 18:04:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 15B92385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716314687; bh=zN+bn2c7uDmueG53bL2Y1YHWfeP7aTguy+p9WsSzsHw=; h=From:To:Subject:Date:From; b=iKi5YilCfEeU4mvqq5AWTWDq4FS7Ry1Ex7jXZZEUrKwEF0JxqA5IH84TyTQp/KTbC 7sJ1i/tBzkvK/fH+cSBiDUv1sBiV6tmjm/9aeqngb7Qw1UCM0u5NIYXWdez7MPNI1Z XadBOZbJvod7BPyYPSl9W5wfcOW8c9Tb4CKCFpGE= From: "sam at gentoo dot org" To: glibc-bugs@sourceware.org Subject: [Bug build/31782] New: Test build failure with recent GCC trunk (x86/tst-cpu-features-supports.c:69:3: error: parameter to builtin not valid: avx5124fmaps) Date: Tue, 21 May 2024 18:04:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sam at gentoo dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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 cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31782 Bug ID: 31782 Summary: Test build failure with recent GCC trunk (x86/tst-cpu-features-supports.c:69:3: error: parameter to builtin not valid: avx5124fmaps) Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: sam at gentoo dot org CC: carlos at redhat dot com Target Milestone: --- This broke with a recent commit in GCC trunk: commit e1a7e2c54d52d0ba374735e285b617af44841ace Author: Haochen Jiang Date: Mon May 20 10:43:44 2024 +0800 i386: Remove Xeon Phi ISA support -- ``` [...] ../sysdeps/x86/tst-cpu-features-supports.c: In function =E2=80=98do_test=E2= =80=99: ../sysdeps/x86/tst-cpu-features-supports.c:69:3: error: parameter to builtin not valid: avx5124fmaps 69 | fails +=3D CHECK_FEATURE_ACTIVE (avx5124fmaps, AVX512_4FMAPS); | ^~~~~ ../sysdeps/x86/tst-cpu-features-supports.c:70:3: error: parameter to builtin not valid: avx5124vnniw 70 | fails +=3D CHECK_FEATURE_ACTIVE (avx5124vnniw, AVX512_4VNNIW); | ^~~~~ ../sysdeps/x86/tst-cpu-features-supports.c:95:3: error: parameter to builtin not valid: avx512er 95 | fails +=3D CHECK_FEATURE_ACTIVE (avx512er, AVX512ER); | ^~~~~ ../sysdeps/x86/tst-cpu-features-supports.c:102:3: error: parameter to built= in not valid: avx512pf 102 | fails +=3D CHECK_FEATURE_ACTIVE (avx512pf, AVX512PF); | ^~~~~ ../sysdeps/x86/tst-cpu-features-supports.c:151:3: error: parameter to built= in not valid: prefetchwt1 151 | fails +=3D CHECK_FEATURE_ACTIVE (prefetchwt1, PREFETCHWT1); | ^~~~~ ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=