OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [ext/] [utf-dflt.C] - Diff between revs 301 and 338

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

Rev 301 Rev 338
/* Contributed by Kris Van Hees  */
/* Contributed by Kris Van Hees  */
/* Expected errors for char16_t/char32_t in default std. */
/* Expected errors for char16_t/char32_t in default std. */
/* Ensure u and U prefixes are parsed as separate tokens in default std. */
/* Ensure u and U prefixes are parsed as separate tokens in default std. */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-options "" } */
const static char16_t   c0      = 'a';  /* { dg-error "not name a type" } */
const static char16_t   c0      = 'a';  /* { dg-error "not name a type" } */
const static char32_t   c1      = 'a';  /* { dg-error "not name a type" } */
const static char32_t   c1      = 'a';  /* { dg-error "not name a type" } */
const unsigned short    c2      = u'a'; /* { dg-error "not declared" } */
const unsigned short    c2      = u'a'; /* { dg-error "not declared" } */
        /* { dg-error "expected ',' or ';'" "" { target *-*-* } 10 } */
        /* { dg-error "expected ',' or ';'" "" { target *-*-* } 10 } */
const unsigned long     c3      = U'a'; /* { dg-error "not declared" } */
const unsigned long     c3      = U'a'; /* { dg-error "not declared" } */
        /* { dg-error "expected ',' or ';'" "" { target *-*-* } 12 } */
        /* { dg-error "expected ',' or ';'" "" { target *-*-* } 12 } */
#define u       1 +
#define u       1 +
#define U       2 +
#define U       2 +
const unsigned short    c4      = u'a';
const unsigned short    c4      = u'a';
const unsigned long     c5      = U'a';
const unsigned long     c5      = U'a';
#undef u
#undef u
#undef U
#undef U
#define u       "a"
#define u       "a"
#define U       "b"
#define U       "b"
const void              *s0     = u"a";
const void              *s0     = u"a";
const void              *s1     = U"a";
const void              *s1     = U"a";
int main () {}
int main () {}
 
 

powered by: WebSVN 2.1.0

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