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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.jason/] [overload24.C] - Rev 699

Compare with Previous | Blame | View Log

// { dg-do assemble  }
// PRMS Id: 5124
// Bug: g++ promotes bar to int* too soon and the call to f fails.

typedef int arr[1];

struct A {
   void f(void);
   void f(arr &);

   void g(void);
   void g(int *);

   void h(void);
};


void A::h(void)
{
   arr bar;
   f(bar);
   g(bar);
}

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.