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: 32->64 bit cross compilers


On May  4, 2001, Mark Mitchell <mark@codesourcery.com> wrote:

> Moreover, I think we should put in the strict checking patches as
> well, since it looks to me like situations where the checks fire
> probably indicate that we will otherwise generate bad code.

> I'm not happy about having to do this at this point, since there is
> definitely risk here.

I'm not really sure we'd end up generating bad code.  I don't recall
having seen any situation in which we'd generate bad code because of
missing sign-extension in CONST_INTs, but it may be that I just didn't
search enough.  But NOT installing the strict checking patches in the
branch will certainly reduce the overall risk.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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