This is the mail archive of the gcc-bugs@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: [Bug tree-optimization/8681] Generates unneeded test



On Apr 24, 2005, at 2:06 PM, Diego Novillo wrote:


What is the type of 'i'?  If it's unsigned, then we would be
wasting our time.

It is signed, otherwise "i < 0" will always be true and the conditional would have gotten rid of already.

-- Pinski


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