From nobody@FreeBSD.org  Mon Apr 17 16:23:19 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 91DA716A400
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Apr 2006 16:23:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4A24B43D45
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Apr 2006 16:23:19 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HGNJ0g061519
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Apr 2006 16:23:19 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k3HGNJNM061517;
	Mon, 17 Apr 2006 16:23:19 GMT
	(envelope-from nobody)
Message-Id: <200604171623.k3HGNJNM061517@www.freebsd.org>
Date: Mon, 17 Apr 2006 16:23:19 GMT
From: David C Lawrence <tale@dd.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: egrep misparses multiline parenthetical grouping
X-Send-Pr-Version: www-2.3

>Number:         95936
>Category:       gnu
>Synopsis:       egrep(1) misparses multiline parenthetical grouping
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 17 16:30:22 GMT 2006
>Closed-Date:    
>Last-Modified:  Wed Apr 25 10:30:53 GMT 2007
>Originator:     David C Lawrence
>Release:        6.1 Beta4
>Organization:
>Environment:
FreeBSD gro.dd.org 6.1-BETA4 FreeBSD 6.1-BETA4 #0: Mon Mar 13 19:16:58 UTC 2006     root@x64.samsco.home:/usr/obj/usr/src/sys/SMP  amd64

>Description:
``egrep (GNU grep) 2.5.1-FreeBSD'' will not correctly see the closing
parenthesis of a grouping if it is not on the same line as the opening
parenthesis.  ``egrep (GNU grep) 2.4d'' did not have this problem.

>How-To-Repeat:
echo hi | egrep '(
hi)'

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
