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-9.c] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Wattributes" } */
/* { dg-options "-Wattributes" } */
 
 
/* Make sure #pragma can enable a warning as an error.  */
/* Make sure #pragma can enable a warning as an error.  */
 
 
#pragma GCC diagnostic error "-Waddress"
#pragma GCC diagnostic error "-Waddress"
 
 
void __attribute__((dj)) bar() { }      /* { dg-warning "warning: .* attribute directive ignored" } */
void __attribute__((dj)) bar() { }      /* { dg-warning "warning: .* attribute directive ignored" } */
 
 
int i;
int i;
 
 
void
void
foo ()
foo ()
{
{
  if (&i)       /* { dg-error "error: .* will always evaluate as 'true'" } */
  if (&i)       /* { dg-error "error: .* will always evaluate as 'true'" } */
    grill ();
    grill ();
}
}
 
 

powered by: WebSVN 2.1.0

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