* g++.dg/warn/miss-format-1.C: Update line number.

From-SVN: r162872
This commit is contained in:
Daniel Gutson 2010-08-04 19:01:24 +00:00 committed by Mark Mitchell
parent c130efd5b9
commit 0e884a9464
2 changed files with 5 additions and 1 deletions

View 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

View 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>