public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed,testsuite] Fix dg-error for a darwin testcase
@ 2014-11-15 16:07 FX
  2014-11-15 16:57 ` [committed,testsuite] Fix missing includes for darwin testcases FX
  0 siblings, 1 reply; 8+ messages in thread
From: FX @ 2014-11-15 16:07 UTC (permalink / raw)
  To: gcc-patches; +Cc: Iain Sandoe, Mike Stump

Committed as trivial, as the error wording changed due to more precise diagnostics: it now says ‘CFStringRef {aka const struct __CFString *}’ instead of just ‘CFStringRef’

FX



2014-10-19  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

	* gcc.dg/darwin-cfstring-format-1.c: Adjust dg-error.


Index: gcc.dg/darwin-cfstring-format-1.c
===================================================================
--- gcc.dg/darwin-cfstring-format-1.c	(revision 217599)
+++ gcc.dg/darwin-cfstring-format-1.c	(working copy)
@@ -18,7 +18,7 @@ int s2 (int a, CFStringRef fmt, ... ) __
 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 */

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-11-15 23:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-15 16:07 [committed,testsuite] Fix dg-error for a darwin testcase FX
2014-11-15 16:57 ` [committed,testsuite] Fix missing includes for darwin testcases FX
2014-11-15 17:20   ` [committed,testsuite] Only run gcc.dg/tree-ssa/pr61144.c when aliases are supported FX
2014-11-15 20:22     ` [committed,testsuite] Not run gcc.target/i386/sibcall-1.c on PIC targets FX
2014-11-15 20:45       ` H.J. Lu
2014-11-15 21:37         ` FX
2014-11-15 21:56           ` H.J. Lu
2014-11-15 23:25             ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).