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/] [wtr-escape-1.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Test for -Wtraditional warnings on escape characters.
2
   Note, gcc should omit these warnings in system header files.
3
   By Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 8/22/2000.  */
4
/* { dg-do compile } */
5
/* { dg-options "-Wtraditional" } */
6
 
7
void
8
testfunc ()
9
{
10
  char c;
11
 
12
  c = '\a'; /* { dg-warning "the meaning of" "escaped character warning " } */
13
  c = '\x2'; /* { dg-warning "the meaning of" "escaped character warning " } */
14
  c = '\n';
15
 
16
# 17 "sys-header.h" 3
17
/* We are in system headers now, no -Wtraditional warnings should issue.  */
18
 
19
  c = '\a';
20
  c = '\x2';
21
  c = '\n';
22
}

powered by: WebSVN 2.1.0

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