* gcc.dg/darwin-cfstring-format-1.c: Adjust dg-error.
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 15 Nov 2014 15:27:18 +0000 (15:27 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 15 Nov 2014 15:27:18 +0000 (15:27 +0000)
From-SVN: r217603

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-cfstring-format-1.c

index 7f105cc0611d9295644da7a94721cdc59069f6d0..f801173a250b1ed6b0ee383a9bb08059b7869099 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-19  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gcc.dg/darwin-cfstring-format-1.c: Adjust dg-error.
+
 2014-11-15  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/opt44.ad[sb]: New test.
index 6eec43876abcb2fa9bcd5d4f4484214a43820569..992247aad7e2e02726bac262c4cd414ad38d36de 100644 (file)
@@ -18,7 +18,7 @@ int s2 (int a, CFStringRef fmt, ... ) __attribute__((format(__CFString__, 2, 3))
 int s2a (int a, CFStringRef fmt, ... ) __attribute__((format(CFString, 2, 2))) ; /* { dg-error "format string argument follows the args to be formatted" } */
 
 int s3 (const char *fmt, ... ) __attribute__((format(__CFString__, 1, 2))) ; /* { dg-error "format argument should be a .CFString. reference but a string was found" } */
-int s4 (CFStringRef fmt, ... ) __attribute__((format(printf, 1, 2))) ; /* { dg-error "found a .CFStringRef. but the format argument should be a string" } */
+int s4 (CFStringRef fmt, ... ) __attribute__((format(printf, 1, 2))) ; /* { dg-error "found a .CFStringRef.* but the format argument should be a string" } */
 
 char *s5 (char dum, char *fmt1, ... ) __attribute__((format_arg(2))) ; /* OK */
 CFStringRef s6 (CFStringRef dum, CFStringRef fmt1, ... ) __attribute__((format_arg(2))) ; /* OK */