This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/2892
- To: <gcc-gnats at gcc dot gnu dot org>,<gcc-prs at gcc dot gnu dot org>,<gcc-bugs at gcc dot gnu dot org>,<nobody at gcc dot gnu dot org>,<keith at sgi dot com>,<rodrigc at gcc dot gnu dot org>,<nathan at gcc dot gnu dot org>,<ianw at sgi dot com>
- Subject: Re: c++/2892
- From: "Joe Goyette" <goyette at sgi dot com>
- Date: Fri, 10 Aug 2001 11:44:43 -0500
- Reply-To: <goyette at sgi dot com>
The example case was compiled again, this time using CodeSourcery's Online
Test Compilation to generate the executable. The following output was
generated. (the output was modified for readability)
[goyette@tux tmp]$ ./test-cs
Input = 1, -1, 1
item = 4.93371e-270, 3.50301, -1.99882
mBuffer[0] = 4.93371e-270, 3.50301, -1.99882,
Output = 4.93371e-270, 3.50301, -1.99882
Input = 1, 1, -1
item = 4.93371e-270, 3.50301, -1.99882
mBuffer[1] = 4.93371e-270, 3.50301, -1.99882,
Output = 4.93371e-270, 3.50301, -1.99882
Input = 1, 1, 1
item = 4.93371e-270, 3.50301, -1.99882
mBuffer[2] = 4.93371e-270, 3.50301, -1.99882,
Output = 4.93371e-270, 3.50301, -1.99882
Input = 1, -1, 1
item = 4.93371e-270, 3.50301, -1.99882
mBuffer[3] = 4.93371e-270, 3.50301, -1.99882,
Output = 4.93371e-270, 3.50301, -1.99882
These results are still incorrect. The values in the item, mBuffer, and
Output arrays should be identical to the corresponding Input array.
Note: Ian Williams (original submitter from SGI) is no longer working on
this issue. If possible, please add Joe Goyette (goyette@sgi.com) to the
'cc list.
Thanks. Joe.