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: Obvious expand_builtin_mathfn improvement installed


Jan Hubicka <hubicka@ucw.cz> writes:

> Hi,
> I am installing the atached patch as obvious.  It avoid
> expand_builtin_mathfn(_2) from doing the busy work of creating dummy
> seqeuences, stablizing and expanding operands when the builtin is not
> supported by target.

Ok.

> The main motivation is however to mask the bug that previously shown up
> as eon misscopmilation.  This bug makes periodic testers to loop forever
> disturbing them completely.  Recently the tree is changing rapidly and
> it is quite neccesary to have it logged.

Could you be a little clearer about this bug, and why your patch
affects it?

zw


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