bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typeof() fatal error


From: Denis Shirokov
Subject: typeof() fatal error
Date: Mon, 6 Jan 2020 06:58:27 +0200

hello

found an issue with typeof() function:

BEGIN{

        test( someidentifier ) }

        
func    test( p ) {

        test0( p )
        
        p

        test0( p ) }

        func    test0( p ) {
                
                print "TYPEOF: " typeof( p ) }


output:


TYPEOF: untyped
gawk: ./bug_typeof.gwk:17: fatal: typeof: unknown argument type `Node_array_ref'

gawk version: 4.2.1

source file bug_typeof.gwk is attached

Attachment: bug_typeof.gwk
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]