gcc/testsuite/ChangeLog:
PR c/78498
* gcc.dg/format/pr78494.c: Rename to...
* gcc.dg/format/pr78498.c: ...this.
From-SVN: r243031
+2016-11-30 David Malcolm <dmalcolm@redhat.com>
+
+ PR c/78498
+ * gcc.dg/format/pr78494.c: Rename to...
+ * gcc.dg/format/pr78498.c: ...this.
+
2016-11-30 David Malcolm <dmalcolm@redhat.com>
PR c/78498
+++ /dev/null
-/* { dg-do compile } */
-/* { dg-options "-O2 -Wall -Wextra -fdiagnostics-show-caret" } */
-
-void f (void)
-{
- __builtin_printf ("%i", ""); /* { dg-warning "expects argument of type" } */
-/* { dg-begin-multiline-output "" }
- __builtin_printf ("%i", "");
- ~^ ~~
- %s
- { dg-end-multiline-output "" } */
-}
--- /dev/null
+/* { dg-do compile } */
+/* { dg-options "-O2 -Wall -Wextra -fdiagnostics-show-caret" } */
+
+void f (void)
+{
+ __builtin_printf ("%i", ""); /* { dg-warning "expects argument of type" } */
+/* { dg-begin-multiline-output "" }
+ __builtin_printf ("%i", "");
+ ~^ ~~
+ %s
+ { dg-end-multiline-output "" } */
+}