octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.1.52 fails to build in hppa/linux


From: Rafael Laboissiere
Subject: Re: 3.1.52 fails to build in hppa/linux
Date: Sun, 22 Feb 2009 20:26:43 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

* Jaroslav Hajek <address@hidden> [2009-02-22 19:40]:

> can you try compiling (no need to link) the following test code? It
> should be a simple instance of the same issue.
> 
> class A {};
> 
> template <class X, class T> void method (double u, T v);
> 
> template <class X> void method (double u, long v);
> 
> int main ()
> {
>   double u; long v;
>   method<A> (u, v);
> }
> 
> If you get a failure, then you have a buggy gcc.

I tried your code on the "problematic" architectures mipsel, sparc, and
hppa.  In all of them I used g++ 4.3.3 on a Debian sid system.  Compilation
succeeded everywhere.

I think we need a more complex test case, closer to what is done in
oct-inttype.cc.
 
-- 
Rafael


reply via email to

[Prev in Thread] Current Thread [Next in Thread]