Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2008 06:05:10 GMT
From:      Henning Petersen <henning.petersen@t-online.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   gnu/127136: Typo in tree-nested.c
Message-ID:  <200809060605.m8665Aaf042350@www.freebsd.org>
Resent-Message-ID: <200809060610.m866A16a073351@freefall.freebsd.org>

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

>Number:         127136
>Category:       gnu
>Synopsis:       Typo in tree-nested.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:   Sat Sep 06 06:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Henning Petersen
>Release:        
>Organization:
>Environment:
>Description:
Line 753 in tree-nested.c is

if (variably_modified_type_p ( TREE_TYPE(args),0, orig_fndecl)

change to


if (variably_modified_type_p ( TREE_TYPE(args), orig_fndecl)
>How-To-Repeat:

>Fix:


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



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