]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/warn/miss-format-1.C: Update line number.
authorDaniel Gutson <dgutson@codesourcery.com>
Wed, 4 Aug 2010 19:01:24 +0000 (19:01 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 4 Aug 2010 19:01:24 +0000 (19:01 +0000)
From-SVN: r162872

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/warn/miss-format-1.C

index 22400bd42cfec2bcdc6aa1a0d3de57fe5a08842f..1f6f826396f66c47517a3144a24bb94eb1cba7b4 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-04  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * g++.dg/warn/miss-format-1.C: Update line number.
+
 2010-08-04  Uros Bizjak  <ubizjak@gmail.com>
 
        PR c++/44641
index ca649e97fc85e8d40992bb264f86c4efa9e82791..eff22cc2c721857d99cf93595f8f9bfc106d33c7 100644 (file)
@@ -4,7 +4,7 @@
 /* { dg-options "-Wmissing-format-attribute" } */
 /* { dg-options "-Wmissing-format-attribute -Wno-abi" { target arm_eabi } } */
 /* VxWorks does not provide vscanf, either in kernel or RTP mode.  */
-/* { dg-error "not declared" "" { target *-*-solaris2.8 *-*-vxworks*  alpha*-dec-osf5* } 25 } */
+/* { dg-error "not declared" "" { target *-*-solaris2.8 *-*-vxworks*  alpha*-dec-osf5* } 26 } */
 
 #include <stdio.h>
 #include <stdarg.h>