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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [Werror-4.c] - Blame information for rev 690

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

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-Wattributes" } */
3
/* { dg-message "some warnings being treated as errors" "" {target "*-*-*"} 0 } */
4
/* Make sure the pragma enables the error.  */
5
 
6
#pragma GCC diagnostic error "-Waddress"
7
 
8
void __attribute__((dj)) bar() { }      /* { dg-warning "attribute directive ignored" } */
9
 
10
int i;
11
 
12
void
13
foo ()
14
{
15
  if (&i)       /* { dg-error "will always evaluate as 'true'" } */
16
    grill ();
17
}

powered by: WebSVN 2.1.0

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