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


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

-- 
H.J.


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