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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [dremf-type-compat-4.c] - Diff between revs 154 and 816

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

Rev 154 Rev 816
/* Test for bogus diagnostics for dremf definition, as in bug 16666.
/* Test for bogus diagnostics for dremf definition, as in bug 16666.
   The GNU extension permitting a prototype to override the promotion
   The GNU extension permitting a prototype to override the promotion
   of old-style parameter declarations should only apply when the
   of old-style parameter declarations should only apply when the
   prototype is visible, not for a built-in prototype.  */
   prototype is visible, not for a built-in prototype.  */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-options "" } */
 
 
float
float
dremf(x, y)
dremf(x, y)
     float x, y; /* { dg-warning "warning: conflicting types for built-in function 'dremf'" } */
     float x, y; /* { dg-warning "warning: conflicting types for built-in function 'dremf'" } */
{
{
  return x + y;
  return x + y;
}
}
 
 

powered by: WebSVN 2.1.0

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