This is the mail archive of the gcc@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]

Re: loop.c:get_condition broken


	Does combine demonstrate a similar problem of not
	handling VOIDmode comparisons properly?

No.

In fact, one way to fix the loop problem is to make the code look more like
the code in combine.  However, that is a larger change than just accepting
VOIDmode, so I didn't try that.  I just mentioned it in a comment in my
patch.

Jim


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