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 RFC] Stop gcc.target/i386/math-torture tests running on non x86


Andrew Pinski <pinskia@gmail.com> wrote:
>> FAIL: gcc.target/i386/math-torture/lceil.c
>> FAIL: gcc.target/i386/math-torture/lfloor.c
> 
> Actually those are internal errors and should be reported.
> Yes i386/math-torture should most likely just run on x86 but the
> failures in them on other targets are real too.

Ah, I see.  It seems that they fail because the newlib targets
lack lceil and lfloor but expand_builtin_int_roundingfn expects
them as fallbacks.

Regards,
	kaz


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