[PATCH] D40673: Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc2-26

Melanie Blower via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 1 13:21:11 PST 2017


mibintc updated this revision to Diff 125211.
mibintc added a comment.

I changed the patch to enable _Float128 only as keyword in mode "nocxx" - this is the same mode being used by _Bool. I changed the test from .cpp to .c; I run check-all and saw only the usual suspects fail.  What do you think?


Repository:
  rL LLVM

https://reviews.llvm.org/D40673

Files:
  include/clang/Basic/TokenKinds.def
  lib/Frontend/InitPreprocessor.cpp
  test/Preprocessor/cuda-types.cu
  test/Sema/_Float128.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40673.125211.patch
Type: text/x-patch
Size: 6351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171201/74da2ceb/attachment.bin>


More information about the cfe-commits mailing list