This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: loop.c:get_condition broken
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: loop.c:get_condition broken
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Wed, 07 Oct 1998 19:07:33 -0700
- cc: Michael Hayes <m dot hayes at elec dot canterbury dot ac dot nz>, Jeffrey Law <law at cygnus dot com>, egcs at cygnus dot com
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