From owner-freebsd-bugs Fri Mar 16 0:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0C3237B719 for ; Fri, 16 Mar 2001 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2G8o1M85999; Fri, 16 Mar 2001 00:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CC6E37B718 for ; Fri, 16 Mar 2001 00:45:36 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2G8jav85721; Fri, 16 Mar 2001 00:45:36 -0800 (PST) (envelope-from nobody) Message-Id: <200103160845.f2G8jav85721@freefall.freebsd.org> Date: Fri, 16 Mar 2001 00:45:36 -0800 (PST) From: patrik.forsberg@dataphone.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/25846: Typo on line 2327 in fold-const.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25846 >Category: bin >Synopsis: Typo on line 2327 in fold-const.c >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 16 00:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Patrik Forsberg >Release: 4.2 STABLE >Organization: Dataphone Communication Netowkrs >Environment: FreeBSD mail04.dataphone.se 4.2-STABLE FreeBSD 4.2-STABLE #1: Tue Mar 6 08:03:13 CET 2001 paddyin@mail04.se.dataphone.com:/usr/obj/usr/src/sys/MAIL04 i386 >Description: There is a typo in the code for fold-const.c on line 2327 that makes buildworld crash. Directory: /contrib/gcc Its missing a " ( ". >How-To-Repeat: make buildworld >Fix: > diff fold-const.c fold-const.c-old 2357c2357 < else if (operand_equal_p (*cval1, TREE_OPERAND (arg, 0), 0)) --- > else if operand_equal_p (*cval1, TREE_OPERAND (arg, 0), 0)) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message