r185668 - Add test for r185584.

Roman Divacky rdivacky at freebsd.org
Thu Jul 4 14:29:24 PDT 2013


Author: rdivacky
Date: Thu Jul  4 16:29:24 2013
New Revision: 185668

URL: http://llvm.org/viewvc/llvm-project?rev=185668&view=rev
Log:
Add test for r185584.

Modified:
    cfe/trunk/test/Sema/attr-mode.c

Modified: cfe/trunk/test/Sema/attr-mode.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/attr-mode.c?rev=185668&r1=185667&r2=185668&view=diff
==============================================================================
--- cfe/trunk/test/Sema/attr-mode.c (original)
+++ cfe/trunk/test/Sema/attr-mode.c Thu Jul  4 16:29:24 2013
@@ -58,6 +58,7 @@ void test_long_to_ui64(unsigned long lon
 #elif TEST_64BIT_X86
 void test_long_to_i64(long* y) { f_i64_arg(y); }
 void test_long_to_ui64(unsigned long* y) { f_ui64_arg(y); }
+typedef          float f128ibm __attribute__ ((mode (TF)));     // expected-error{{unsupported machine mode 'TF'}}
 #elif TEST_64BIT_PPC64
 typedef          float f128ibm __attribute__ ((mode (TF)));
 typedef _Complex float c128ibm __attribute__ ((mode (TC)));





More information about the cfe-commits mailing list