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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [c-c++-common/] [pr33193.c] - Rev 686

Compare with Previous | Blame | View Log

/* PR c/33193 */
/* { dg-do compile } */
 
struct a {float x, y; };
 
float f(struct a b)
{
  /* The error messages here are different between C and C++, so just
     make sure we get an error.  */
  float x = __real b;		/* { dg-error "" } */
  float y = __imag b;		/* { dg-error "" } */
  return x / y;
}
int f1(int *b)
{
  float x = __imag b;		/* { dg-error "wrong type argument" } */
  float y = __real b;		/* { dg-error "wrong type argument" } */
  return x - y;
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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