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] Fix PR optimization/5999



On Tuesday, March 19, 2002, at 04:42 AM, Jakub Jelinek wrote:

> Hi!
>
> The following testcase ICEs because the a/b -> a * (1/b)
> transformation did not take complex divisions into account.
> I think the easiest is to just limit this to real divisions.
> Ok to commit?

I tried this earlier
http://gcc.gnu.org/ml/gcc-patches/2002-01/msg02017.html
and it was not accepted.  Toon Moene thinks complex divisions
should be handled as well (see followups).  I haven't got
around to doing that.


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