OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [wtr-static-1.c] - Blame information for rev 149

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

Line No. Rev Author Line
1 149 jeremybenn
/* Test for -Wtraditional warnings on static/non-static mismatches.
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
static void testfunc1(void); /* { dg-warning "previous declaration" } */
8
void testfunc1() {} /* { dg-warning "non-static.*follows static" "non-static follows static" } */
9
 
10
# 11 "sys-header.h" 3
11
/* We are in system headers now, no -Wtraditional warnings should issue.  */
12
 
13
static void testfunc2(void);
14
void testfunc2() {}

powered by: WebSVN 2.1.0

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