This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++/2892


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]