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/] [pr31507-2.c] - Diff between revs 298 and 338

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

Rev 298 Rev 338
/* PR target/31507 */
/* PR target/31507 */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Os -fno-omit-frame-pointer" } */
/* { dg-options "-Os -fno-omit-frame-pointer" } */
 
 
typedef int (*closure_test_type3)(float, float, float, float, float, float,
typedef int (*closure_test_type3)(float, float, float, float, float, float,
                                  float, float, double, int, float, float, int,
                                  float, float, double, int, float, float, int,
                                  float, float, int);
                                  float, float, int);
int f (closure_test_type3 pcl)
int f (closure_test_type3 pcl)
{
{
  int res;
  int res;
  res = (pcl)
  res = (pcl)
    (1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9, 10, 11.11, 12.0, 13,
    (1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9, 10, 11.11, 12.0, 13,
     19.19, 21.21, 1);
     19.19, 21.21, 1);
}
}
 
 

powered by: WebSVN 2.1.0

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