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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [Werror-7.c] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-Waddress -Werror -Wno-error=address -Wattributes" } */
3
/* { dg-warning "warnings being treated as errors" "" {target "*-*-*"} 0 } */
4
 
5
/* Make sure -Wno-error= overrides -Werror.  */
6
 
7
void __attribute__((dj)) bar() { }      /* { dg-warning "warning: .* attribute directive ignored" } */
8
 
9
int i;
10
 
11
void
12
foo ()
13
{
14
  if (&i)       /* { dg-warning "warning: .* will always evaluate as 'true'" } */
15
    grill ();
16
}

powered by: WebSVN 2.1.0

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