mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Currently, GCC can't parse `typedef _Complex __float128 cfloat128;`, although `__typeof__` can be used as a workaround. Reported https://gcc.gnu.org/PR121799 which was later considered as duplicate of https://gcc.gnu.org/PR32187. Some recent changes exposed it to GCC and then caused CI failure for libc++. This patch adds a workaround for GCC.