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]

[Bug tree-optimization/19060] [4.0 Regression] Miscompiling of if and "long long"


------- Additional Comments From jakub at gcc dot gnu dot org  2005-01-15 14:56 -------
I have bootstrapped the patch yesterday on
{i386,x86_64,ppc,ppc64,s390,s390x,ia64}-redhat-linux and it certainly worked.
The only change was that tree_int_cst_equal || tree_int_cst_lt -> tree_int_cst_lt
that ought to be correct.

Anyway, I'll start debugging this in ~ 2 hours.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19060


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