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/] [c-c++-common/] [raw-string-7.c] - Diff between revs 295 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 295 Rev 384
// The trailing whitespace after \ and before newline extension
// The trailing whitespace after \ and before newline extension
// breaks full compliance for raw strings.
// breaks full compliance for raw strings.
// { dg-do run { xfail *-*-* } }
// { dg-do run { xfail *-*-* } }
// { dg-options "-std=gnu99" { target c } }
// { dg-options "-std=gnu99" { target c } }
// { dg-options "-std=c++0x" { target c++ } }
// { dg-options "-std=c++0x" { target c++ } }
 
 
// Note, there is a single space after \ on the following line.
// Note, there is a single space after \ on the following line.
const char *s0 = R"(\ 
const char *s0 = R"(\ 
)";
)";
// { dg-bogus "backslash and newline separated by space" "" { xfail *-*-* } 8 }
// { dg-bogus "backslash and newline separated by space" "" { xfail *-*-* } 8 }
 
 
// Note, there is a single tab after \ on the following line.
// Note, there is a single tab after \ on the following line.
const char *s1 = R"(\   
const char *s1 = R"(\   
)";
)";
// { dg-bogus "backslash and newline separated by space" "" { xfail *-*-* } 13 }
// { dg-bogus "backslash and newline separated by space" "" { xfail *-*-* } 13 }
 
 
int
int
main (void)
main (void)
{
{
  if (__builtin_strcmp (s0, "\\ \n") != 0
  if (__builtin_strcmp (s0, "\\ \n") != 0
      || __builtin_strcmp (s1, "\\\t\n") != 0)
      || __builtin_strcmp (s1, "\\\t\n") != 0)
    __builtin_abort ();
    __builtin_abort ();
  return 0;
  return 0;
}
}
 
 

powered by: WebSVN 2.1.0

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