testsuite/
* gcc.dg/pr59351.c: Use -pedantic instead of -Wpedantic.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@205673
138bc75d-0d04-0410-961f-
82ee72b054a4
+2013-12-04 Marek Polacek <polacek@redhat.com>
+
+ PR c/59351
+ * gcc.dg/pr59351.c: Use -pedantic instead of -Wpedantic.
+
2013-12-03 Marek Polacek <polacek@redhat.com>
Backport from mainline
/* { dg-do compile } */
-/* { dg-options "-std=c99 -Wpedantic" } */
+/* { dg-options "-std=c99 -pedantic" } */
unsigned int
foo (void)