This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11516] [3.4 regression] miscompiled of genattrtab.c in stage2
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jul 2003 20:13:56 -0000
- Subject: [Bug target/11516] [3.4 regression] miscompiled of genattrtab.c in stage2
- References: <20030714011006.11516.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.