New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora Rawhide Clang buildbot fails to build: "error: cannot apply asm label to function after its first use" in <stdio.h> #94178
Comments
cc @tstellar |
and cc @sharkcz |
The 4 other Fedora Rawhide GCC 3.x seems fine. The 3 other Fedora Rawhide Clang 3.x seems fine as well. For now, it seems like only 2 buildbot workers are affected:
|
Reproducer, bug.c: #include <stdio.h>
int main() { return 0; } Build with clang: $ clang bla.c -o bla -O2
In file included from bla.c:1:
In file included from /usr/include/stdio.h:899:
/usr/include/bits/stdio-ldbl.h:26:20: error: cannot apply asm label to function after its first use
__LDBL_REDIR_DECL (vfprintf)
~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/sys/cdefs.h:569:26: note: expanded from macro '__LDBL_REDIR_DECL'
extern __typeof (name) name __asm (__ASMNAME ("__" #name "ieee128"));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated. |
I believe this is a known issue between latest glibc and clang after we default to the ieee128 long double type. |
On PPC64LE Fedora Rawhide Clang 3.x, |
cc @fweimer-rh |
Sorry, the Python bug tracker is the wrong place to discuss glibc regression. Please discuss the issue in this Fedora glibc issue: |
Previous successful build: https://buildbot.python.org/all/#/builders/33/builds/2286 test.pythoninfo:
|
dnf.log:
|
Building Python on PPC64LE Fedora Rawhide Clang Installed 3.x fails with the following error:
https://buildbot.python.org/all/#/builders/312/builds/2208
It seems to be a Fedora Rawhide regression, not a Python regression.
cc @stratakis @hroncok
The text was updated successfully, but these errors were encountered: