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: -ffixed-di vs. strlen


On Fri, Feb 13, 2004 at 03:04:05PM -0500, Ian Lance Taylor wrote:
> If we do track local registers, then the i386 backend could choose to
> not do string expansions when there di is dedicated to a local
> register.

Eh.  Maybe.

> It's not
> definitive--there could be a real compiler bug and the local dedicated
> register could be a red herring--so the error message would have to

Actually, if you can identify the actual REG rtx that's live,
then you can look at REG_USERVAR_P and find out whose bug it is.


r~


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