Your message dated Tue, 12 Sep 2023 18:19:11 +0000
with message-id <[email protected]>
and subject line Bug#1049362: fixed in llvm-toolchain-16 1:16.0.6-15
has caused the Debian Bug report #1049362,
regarding clang SIMD compatibility headers broken on ppc64el
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1049362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049362
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libclang-common-15-dev
Version: 1:15.0.7-8
Severity: important
Tags: upstream
Forwarded: https://github.com/llvm/llvm-project/issues/64664

After upgrading from clang 14 to clang 15 debian's chromium package fails to 
compile with SIMD errors:

/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:71:25: 
error: use of undeclared identifier '__builtin_mffs'
    __fpscr_save.__fr = __builtin_mffs();
                        ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:74:5: error: 
use of undeclared identifier '__builtin_mtfsf'
    __builtin_mtfsf(0b00000011, __fpscr_save.__fr);
    ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:86:25: 
error: use of undeclared identifier '__builtin_mffsl'; did you mean 
'__builtin_infl'?
    __fpscr_save.__fr = __builtin_mffsl();
                        ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:86:25: note: 
'__builtin_infl' declared here
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:89:5: error: 
use of undeclared identifier '__builtin_set_fpscr_rn'
    __builtin_set_fpscr_rn(0b00);
    ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:105:5: 
error: use of undeclared identifier '__builtin_set_fpscr_rn'
    __builtin_set_fpscr_rn(__fpscr_save.__fpscr);
    ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:131:25: 
error: use of undeclared identifier '__builtin_mffsl'; did you mean 
'__builtin_infl'?
    __fpscr_save.__fr = __builtin_mffsl();
                        ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:86:25: note: 
'__builtin_infl' declared here
    __fpscr_save.__fr = __builtin_mffsl();
                        ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:133:5: 
error: use of undeclared identifier '__builtin_mtfsf'
    __builtin_mtfsf(0b00000011, __fpscr_save.__fr);
    ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:162:25: 
error: use of undeclared identifier '__builtin_mffs'
    __fpscr_save.__fr = __builtin_mffs();
                        ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:165:5: 
error: use of undeclared identifier '__builtin_mtfsf'
    __builtin_mtfsf(0b00000011, __fpscr_save.__fr);
    ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:177:25: 
error: use of undeclared identifier '__builtin_mffsl'; did you mean 
'__builtin_infl'?
    __fpscr_save.__fr = __builtin_mffsl();
                        ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:86:25: note: 
'__builtin_infl' declared here
    __fpscr_save.__fr = __builtin_mffsl();
                        ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:180:5: 
error: use of undeclared identifier '__builtin_set_fpscr_rn'
    __builtin_set_fpscr_rn(0b00);
    ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:196:5: 
error: use of undeclared identifier '__builtin_set_fpscr_rn'
    __builtin_set_fpscr_rn(__fpscr_save.__fpscr);
    ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:222:25: 
error: use of undeclared identifier '__builtin_mffsl'; did you mean 
'__builtin_infl'?
    __fpscr_save.__fr = __builtin_mffsl();
                        ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:86:25: note: 
'__builtin_infl' declared here
    __fpscr_save.__fr = __builtin_mffsl();
                        ^
/usr/lib/llvm-15/lib/clang/15.0.7/include/ppc_wrappers/smmintrin.h:224:5: 
error: use of undeclared identifier '__builtin_mtfsf'
    __builtin_mtfsf(0b00000011, __fpscr_save.__fr);

This is a bug in Clang, and is being tracked upstream at 
https://github.com/llvm/llvm-project/issues/64664

--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-16
Source-Version: 1:16.0.6-15
Done: Gianfranco Costamagna <[email protected]>

We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-16, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <[email protected]> (supplier of updated 
llvm-toolchain-16 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 11 Sep 2023 15:40:42 +0200
Source: llvm-toolchain-16
Built-For-Profiles: noudeb
Architecture: source
Version: 1:16.0.6-15
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1049362
Changes:
 llvm-toolchain-16 (1:16.0.6-15) unstable; urgency=medium
 .
   * Second attempt to refresh D158066.patch (Closes: #1049362)
Checksums-Sha1:
 bcdcf61b3d502196d9a9f962461723c22b2bc702 8018 llvm-toolchain-16_16.0.6-15.dsc
 0c4d292560db72258bf5bc588d58a8addd3d7b4d 171100 
llvm-toolchain-16_16.0.6-15.debian.tar.xz
 71b2859e4f365a38619a29211b72112bfc95e5f9 12474 
llvm-toolchain-16_16.0.6-15_source.buildinfo
Checksums-Sha256:
 61171f7dc77ea565a54ce677fdd15ba7e0e47aa4db288c2249170b0290fff0eb 8018 
llvm-toolchain-16_16.0.6-15.dsc
 9e249985b59650dc020a658a9886f7e3d92ef475fb49bf5ad5c4574f312f7d3b 171100 
llvm-toolchain-16_16.0.6-15.debian.tar.xz
 3420f709ea25962b4d0a5d1ab496dda5e007e252c41460968036334f6729fb5f 12474 
llvm-toolchain-16_16.0.6-15_source.buildinfo
Files:
 557658d663a97e16ee774179eba16706 8018 devel optional 
llvm-toolchain-16_16.0.6-15.dsc
 4445f36347056683587d81406223bc89 171100 devel optional 
llvm-toolchain-16_16.0.6-15.debian.tar.xz
 fd2242c878888ac4d212b31b83b342f9 12474 devel optional 
llvm-toolchain-16_16.0.6-15_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmUApQYACgkQ808JdE6f
Xdn5Cw/+MjiG8muKdDIOeWctd65uvGdJOUgnbxQLAPyYkE61W724p+GrQVzya3gr
uSI2pPg1umzbB82HMQJakwmmQXlO+Gx0gx1v16j78K+zA8yfhGCuh7m+WDcEEO/p
izK7h/+QvnDS2vYoeAgIJs+zO+SMqkTevjP8DOor6FYsRW5e5zpUmQRtFc3AjF9U
seITLog3Qf5tg4AUPJOBMPWJ70dVSvwcvN0ThG+1h3kxUxp/iPL3gtJQmsuFSkjJ
4kRL231Urf4ETKtPQmQc6jfCl3RdIS9VaZR0aGxFpFpSXAKFEJVRaISkm00VTzDS
4S8SS2dUi3lDEzRlpSaUGXn3ANwSni1xt28KjbStYS3BJ8MMWvFTtolnmTI+p0OQ
colFo+DBaGNHpBUuql9AA8VdUzBzYJcNavJoWRx8FQx3Khzz5wDxQpEUGglGztC6
4ofxlknH1q99qXA7bijTmHCbnKcIJFCQwHweSzHmc9p6KN5O/66hGtzBPHbhp6cc
z0fXBQh7R2yH1A5L2q3KXQMf0n87c2rRGbUdM6/g1GLhMRw1Yzd2CGCjOgSNSL+G
vlLrGQ2rUhMUC6uGZMjGXyLPlOoTgrEQQ6UwDp2gqcP6v44s7AaFra0jHNRP1GKe
ISAIJixJZAjIlqgf0zhGKeGngtTha0W6VwS2IpZk6eyJHH1e8E8=
=EXOu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to