aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/mips-long-double.c
AgeCommit message (Collapse)Author
2013-01-08Add missing spaces. This doesn't cause problems in practice because we only warnRafael Espindola
about _Static_assert with -pedantic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171860 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-08long double should be 64 bits on FreeBSD/MIPS64. It possibly should be onDavid Chisnall
Linux too, as I think we inherited it from there. The ABI spec says 128-bit, although I think SGI's compiler on IRIX may be the only thing ever to support this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169674 91177308-0d34-0410-b5e6-96231b3b80d8