This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH, testsuite] Fix cmpsf-1.c


Michael Eager wrote:
Maxim Kuvyrkov wrote:
On 10/12/10 10:54 PM, H.J. Lu wrote:
On Tue, Oct 12, 2010 at 11:50 AM, Maxim Kuvyrkov<maxim@codesourcery.com> wrote:
The expected result matrix for cmpsf-1.c does not look correct. It has
10 * (133 - 68) = 650
entries, but there are only
(8 * 8) * 6 = 384
tests. Moreover, the result for 8'th test (0.0< 1.0) is wrong; this causes
the test to fail.


I suspect that the test was reduced, but the matrix was not updated.

The following patch lists the results generated with x86_64-linux mainline.
Does it look correct?

This is


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45856

Can you try patch at

http://gcc.gnu.org/bugzilla/attachment.cgi?id=21994

Yeap, this works. I think it can be committed as obvious.

Patches committed.

Revision 165410



-- Michael Eager eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077


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