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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [pr29254.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O3 -Werror" } */
3
 
4
list_compare (int * list1)
5
{
6
  if (list1)
7
    value_compare ();
8
}
9
 
10
func1 (int * f){}
11
 
12
value_compare (int * a)
13
{
14
    if (a)
15
        list_compare (a);
16
}
17
 
18
func2 (const int * fb)
19
{
20
  func1 ((int *) fb); /* { dg-bogus "discards qualifiers" } */
21
}

powered by: WebSVN 2.1.0

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