<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>48990</bug_id>
          
          <creation_ts>2004-04-25 19:22 0000</creation_ts>
          <short_desc>gawk -f x -f y has problems</short_desc>
          <delta_ts>2004-07-13 20:21:06 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Core system</component>
          <version>2004.0</version>
          <rep_platform>PPC64</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>tgall@gentoo.org</reporter>
          <assigned_to>base-system@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>tgall@gentoo.org</who>
            <bug_when>2004-04-25 19:22:24 0000</bug_when>
            <thetext>given where x is a file of the form:

BEGIN { print &quot;hello world&quot; }

and y is a file of the form:

BEGIN { print &quot;hello world&quot; }

it should print hello world twice ... it does not!</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tgall@gentoo.org</who>
            <bug_when>2004-04-25 19:23:25 0000</bug_when>
            <thetext>The bug is because numfiles is declared as a long in main.c but extern int in awkgram.y / awkgram.c.  This bug appears that it would affect all 64 bit architectures</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tgall@gentoo.org</who>
            <bug_when>2004-04-25 19:41:12 0000</bug_when>
            <thetext>simple fix, change code to be the same for the type declaration and things work just fine.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tgall@gentoo.org</who>
            <bug_when>2004-04-25 19:44:18 0000</bug_when>
            <thetext>validated on x86_64 and ppc64 (x86_64 seems to do the right thing regardless so that arch never sees the bug)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tgall@gentoo.org</who>
            <bug_when>2004-04-25 19:44:41 0000</bug_when>
            <thetext>done, dead...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mholzer@gentoo.org</who>
            <bug_when>2004-04-28 05:15:33 0000</bug_when>
            <thetext>*** Bug 49101 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
      
    </bug>

</bugzilla>