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]
Other format: [Raw text]

Re: Subreg splitting and floating point


On 6 January 2011 17:02, Ian Lance Taylor <iant@google.com> wrote:
> Oh yeah, you should never have a subreg of a subreg. ?That's a bug.
> Where did that come from?

Oh, that's interesting information! I have a splitter for movdf that
must be the culprit. I will tighten the split condition to disallow
splitting a subreg and I bet it will fix it all.

Thanks Ian and Jeff for your time and help.


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