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

Subversion Repositories openrisc

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

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 -Werror=address" } */
3
/* { dg-message "some warnings being treated as errors" "" {target "*-*-*"} 0 } */
4
/* Make sure -Werror=foo emits an error and not a warning */
5
 
6
void __attribute__((dj)) bar() { }      /* { dg-warning ".* attribute directive ignored" } */
7
 
8
int i;
9
 
10
void
11
foo ()
12
{
13
  if (&i)       /* { dg-error ".* 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.