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/] [gcc.dg/] [cpp/] [sysmac1.c] - Blame information for rev 298

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Copyright (C) 2001 Free Software Foundation, Inc.  */
2
 
3
/* { dg-do preprocess } */
4
/* { dg-options "-std=gnu99 -pedantic -Wtraditional" } */
5
 
6
/* Tests diagnostics are suppressed for some macros defined in system
7
   headers.  */
8
 
9
/* Source: Neil Booth, 15 Jan 2001.  */
10
 
11
#include "syshdr.h"
12
 
13
#define uint 1U
14
#define str(x) x
15
#define foo(x, y...) bar(x, ##y) /* { dg-warning "named variadic macros" } */
16
 
17
#if uint                        /* { dg-warning "traditional C rejects" } */
18
#endif
19
#if sys_uint                    /* { dg-bogus "traditional C rejects" } */
20
#endif
21
 
22
(str);                          /* { dg-warning "used with arguments" } */
23
(sys_str);                      /* { dg-bogus "used with arguments" } */
24
 
25
foo (one_arg);                  /* { dg-warning "requires rest arguments" } */
26
sys_foo (one_arg);              /* { dg-bogus "requires rest arguments" } */

powered by: WebSVN 2.1.0

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