From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21964 invoked by alias); 16 Jul 2003 06:51:20 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21956 invoked by alias); 16 Jul 2003 06:51:20 -0000 Date: Wed, 16 Jul 2003 06:51:00 -0000 Message-ID: <20030716065120.21955.qmail@sources.redhat.com> From: "dave at hiauly1 dot hia dot nrc dot ca" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030714011006.11516.danglin@gcc.gnu.org> References: <20030714011006.11516.danglin@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/11516] [3.4 regression] miscompiled of genattrtab.c in stage2 X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg01789.txt.bz2 List-Id: 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 dave at hiauly1 dot hia dot nrc dot ca 2003-07-16 06:51 ------- Subject: Re: [3.4 regression] miscompiled of genattrtab.c i > 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). > > If that fixes it can you report to him that he also broke > hppa64-hppa-hpux11.11 and > pointing him to this bug report. Reversing the patch seemed to have some effect on the problem. get_attr_pa_combine_type is now generated in the stage2 version of insn-attrtab.c. However, get_attr_type is still missing: ld: Unsatisfied symbol "get_attr_type" in file libbackend.a[pa.o] Dave