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/] [Werror-3.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-Waddress -Wattributes" } */
3
 
4
/* Make sure the command line option enables the warning.  */
5
 
6
void __attribute__((dj)) bar() { }      /* { dg-warning "warning: .* attribute directive ignored" } */
7
 
8
int i;
9
 
10
void
11
foo ()
12
{
13
  if (&i)       /* { dg-warning "warning: .* will always evaluate as 'true'" } */
14
    grill ();
15
}

powered by: WebSVN 2.1.0

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