summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-long-double.c
Commit message (Collapse)AuthorAgeFilesLines
* Move remaining %clang_cc1 tests out of test/DriverAlp Toker2013-11-161-19/+0
| | | | | | | | | | | | | | clang -cc1 skips the driver so it never made sense to include these with the Driver tests. Basic type tests and flag tests generally both go in Frontend. Now that the final -cc1 tests have been moved out of test/Driver, add a local substitution to enforce and detect future mistakes. These miscategorized tests were probably the source of confusion in r194817. llvm-svn: 194919
* Add missing spaces. This doesn't cause problems in practice because we only warnRafael Espindola2013-01-081-2/+2
| | | | | | about _Static_assert with -pedantic. llvm-svn: 171860
* long double should be 64 bits on FreeBSD/MIPS64. It possibly should be onDavid Chisnall2012-12-081-0/+19
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. llvm-svn: 169674
OpenPOWER on IntegriCloud