Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2001 00:45:36 -0800 (PST)
From:      patrik.forsberg@dataphone.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/25846: Typo on line 2327 in fold-const.c
Message-ID:  <200103160845.f2G8jav85721@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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: <src>/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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103160845.f2G8jav85721>