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/] [pr29254.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 "-O3 -Werror" } */
/* { dg-options "-O3 -Werror" } */
/* { dg-warning "warnings being treated as errors" "" {target "*-*-*"} 0 } */
/* { dg-warning "warnings being treated as errors" "" {target "*-*-*"} 0 } */
 
 
list_compare (int * list1)
list_compare (int * list1)
{
{
  if (list1)
  if (list1)
    value_compare ();
    value_compare ();
}
}
 
 
func1 (int * f){}
func1 (int * f){}
 
 
value_compare (int * a)
value_compare (int * a)
{
{
    if (a)
    if (a)
        list_compare (a);
        list_compare (a);
}
}
 
 
func2 (const int * fb)
func2 (const int * fb)
{
{
  func1 ((int *) fb); /* { dg-warning "discards qualifiers" } */
  func1 ((int *) fb); /* { dg-warning "discards qualifiers" } */
}
}
 
 

powered by: WebSVN 2.1.0

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