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 target/11516] [3.4 regression] miscompiled of genattrtab.c in stage2


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-15 20:13 -------
Can you try a bootstrap with the following patch reverted (it is also causing problems on 
sparc-sun-solaris2.8)?
2003-07-13  Kazu Hirata

        * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
        to (eq (and X 1) 0).
<http://gcc.gnu.org/ml/gcc-patches/2003-07/msg01358.html>
If that fixes it can you report to him that he also broke hppa64-hppa-hpux11.11 and 
pointing him to this bug report.


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