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: convert_move: partial_int modes


> > 	* expr.c (convert_move): When a partial_int requires multiple
> > 	conversion steps, make sure successive steps convert the
> > 	intermediate value, not the original value.
> 
> This looks Ok for mainline too.

Bootstrapped w/o regressions on x86_64 and committed.  Thanks!

> Admittedly there's a strange chicken-and-egg situation where you
> need to get your new port working before you can report that it's
> testsuite results don't show any regressions :)

Yeah, we run into that a lot since we do a lot of internal ports.  We
can't contribute the port before we fix the bugs, we can't fix the
bugs until we have a port to test against.

In this case at least, the port will be following along shortly.


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