OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [format/] [ms_c90-scanf-3.c] - Diff between revs 298 and 384

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 384
/* Test for scanf formats.  Formats using extensions to the standard
/* Test for scanf formats.  Formats using extensions to the standard
   should be rejected in strict pedantic mode.
   should be rejected in strict pedantic mode.
*/
*/
/* Origin: Joseph Myers <jsm28@cam.ac.uk> */
/* Origin: Joseph Myers <jsm28@cam.ac.uk> */
/* { dg-do compile { target { *-*-mingw* } } } */
/* { dg-do compile { target { *-*-mingw* } } } */
/* { dg-options "-std=iso9899:1990 -pedantic -Wformat" } */
/* { dg-options "-std=iso9899:1990 -pedantic -Wformat" } */
 
 
#define USE_SYSTEM_FORMATS
#define USE_SYSTEM_FORMATS
#include "format.h"
#include "format.h"
 
 
void
void
foo (char **sp, wchar_t **lsp)
foo (char **sp, wchar_t **lsp)
{
{
  /* %a formats for allocation, only recognized in C90 mode, are a
  /* %a formats for allocation, only recognized in C90 mode, are a
     GNU extension.
     GNU extension.
  */
  */
  scanf ("%as", sp); /* { dg-warning "flag" "%as is unsupported" } */
  scanf ("%as", sp); /* { dg-warning "flag" "%as is unsupported" } */
  scanf ("%aS", lsp); /* { dg-warning "format|flag" "%aS is unsupported" } */
  scanf ("%aS", lsp); /* { dg-warning "format|flag" "%aS is unsupported" } */
  scanf ("%a[bcd]", sp); /* { dg-warning "flag" "%a[] is unsupported" } */
  scanf ("%a[bcd]", sp); /* { dg-warning "flag" "%a[] is unsupported" } */
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.