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

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

Rev 295 Rev 338
// R is not applicable for character literals.
// R is not applicable for character literals.
// { dg-do compile }
// { dg-do compile }
// { 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++ } }
 
 
const int       i0      = R'a'; // { dg-error "was not declared|undeclared" }
const int       i0      = R'a'; // { dg-error "was not declared|undeclared" }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 6 }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 6 }
const int       i1      = uR'a';        // { dg-error "was not declared|undeclared" }
const int       i1      = uR'a';        // { dg-error "was not declared|undeclared" }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 8 }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 8 }
const int       i2      = UR'a';        // { dg-error "was not declared|undeclared" }
const int       i2      = UR'a';        // { dg-error "was not declared|undeclared" }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 10 }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 10 }
const int       i3      = u8R'a';       // { dg-error "was not declared|undeclared" }
const int       i3      = u8R'a';       // { dg-error "was not declared|undeclared" }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 12 }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 12 }
const int       i4      = LR'a';        // { dg-error "was not declared|undeclared" }
const int       i4      = LR'a';        // { dg-error "was not declared|undeclared" }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 14 }
                // { dg-error "expected ',' or ';'" "" { target *-*-* } 14 }
 
 
#define R       1 +
#define R       1 +
#define uR      2 +
#define uR      2 +
#define UR      3 +
#define UR      3 +
#define u8R     4 +
#define u8R     4 +
#define LR      5 +
#define LR      5 +
 
 
const int       i5      = R'a';
const int       i5      = R'a';
const int       i6      = uR'a';
const int       i6      = uR'a';
const int       i7      = UR'a';
const int       i7      = UR'a';
const int       i8      = u8R'a';
const int       i8      = u8R'a';
const int       i9      = LR'a';
const int       i9      = LR'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.