-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Support for complex modes missing #4063
Comments
assigned to @efriedma-quic |
This page seems to document them: http://gcc.gnu.org/onlinedocs/gccint/Machine-Modes.html Quote: |
I'll take care of this. |
Fixed in r65935. |
mentioned in issue llvm/llvm-bugzilla-archive#3696 |
[lldb] Cherry pick high firing scoped timer removals
Extended Description
ccc -c -pipe -march=nocona -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -fstack-protector -fvisibility=hidden -DHIDE_EXPORTS -fPIC -DL_muldi3 -o _muldi3.o /usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c
In file included from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c:65:
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.h:159:47: error: unknown machine mode 'SC'
typedef _Complex float SCtype attribute ((mode (SC)));
^
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.h:163:47: error: unknown machine mode 'DC'
typedef _Complex float DCtype attribute ((mode (DC)));
^
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.h:166:39: error: unsupported machine mode 'XF'
typedef float XFtype attribute ((mode (XF)));
^
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.h:167:47: error: unknown machine mode 'XC'
typedef _Complex float XCtype attribute ((mode (XC)));
^
4 diagnostics generated.
The text was updated successfully, but these errors were encountered: