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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [Werror-12.c] - Diff between revs 149 and 154

Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Wattributes -Waddress" } */
/* { dg-options "-Wattributes -Waddress" } */
 
 
/* Make sure #pragma can override -Wfoo.  */
/* Make sure #pragma can override -Wfoo.  */
 
 
#pragma GCC diagnostic ignored "-Waddress"
#pragma GCC diagnostic ignored "-Waddress"
 
 
void __attribute__((dj)) bar() { }      /* { dg-warning "attribute directive ignored" } */
void __attribute__((dj)) bar() { }      /* { dg-warning "attribute directive ignored" } */
 
 
int i;
int i;
 
 
void
void
foo ()
foo ()
{
{
  if (&i)       /* { dg-bogus "true" } */
  if (&i)       /* { dg-bogus "true" } */
    grill ();
    grill ();
}
}
 
 

powered by: WebSVN 2.1.0

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