This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12007] Multiple inheritance float pass by value fails
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jan 2004 00:22:56 -0000
- Subject: [Bug target/12007] Multiple inheritance float pass by value fails
- References: <20030821123016.12007.bill.wade@advantica.biz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-01-18 00:22 -------
Subject: Re: Multiple inheritance float pass by value fails
> This works for me with gcc 3.3.1 on x86-linux. Would it be possible for you
> to test with gcc 3.3.2
> or a recent snapshot, to see if this is still a problem? Dave have you seen
> anything like this?
I tried the putval test program. It generates 0.000000 with 3.3.1
on hpux 10.20 and 11.11. It generates 2.153332 with 3.3.2 under hpux 11.00.
With a 64-bit version of 3.5 experimental, it generates 3.141590. So,
the problem might be fixed in 3.4.
I don't have a 32-bit build of 3.4 or 3.3.3 available to try at the
moment.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12007