From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Joe Goyette" To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: c++/2892 Date: Fri, 10 Aug 2001 09:46:00 -0000 Message-id: <20010810164602.19137.qmail@sourceware.cygnus.com> X-SW-Source: 2001-08/msg00168.html List-Id: The following reply was made to PR c++/2892; it has been noted by GNATS. From: "Joe Goyette" To: , , , , , , , Cc: Subject: Re: c++/2892 Date: Fri, 10 Aug 2001 11:44:43 -0500 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.