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: [PATCH] Fix c/4389


    Ok to commit (provided testing succeeds)?

No.

    +      && host_integerp (tem, 1))

This means "it fits in an unsigned HOST_WIDE_INT", which isn't what you
want.  Just add a test for tree_int_cst_sgn (tem) >= 0 to what's 
currently there.


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