<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>124149</bug_id>
          
          <creation_ts>2013-11-11 08:26:08 -0800</creation_ts>
          <short_desc>Build fail on CPU(ARM_TRADITIONAL) after r159039</short_desc>
          <delta_ts>2013-11-11 10:12:44 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Gabor Rapcsanyi">rgabor</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>ggaren</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>949301</commentid>
    <comment_count>0</comment_count>
    <who name="Gabor Rapcsanyi">rgabor</who>
    <bug_when>2013-11-11 08:26:08 -0800</bug_when>
    <thetext>Build fail on CPU(ARM_TRADITIONAL) after r159039</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949302</commentid>
    <comment_count>1</comment_count>
      <attachid>216575</attachid>
    <who name="Gabor Rapcsanyi">rgabor</who>
    <bug_when>2013-11-11 08:29:23 -0800</bug_when>
    <thetext>Created attachment 216575
proposed fix</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949311</commentid>
    <comment_count>2</comment_count>
      <attachid>216575</attachid>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2013-11-11 08:56:46 -0800</bug_when>
    <thetext>Comment on attachment 216575
proposed fix

It looks like this change will cut back the ARMv7Assembler from max register r15 to max register r13, since ARMv7Assembler::lastRegister() returns r13.

Is that the right thing to do? Your ChangeLog doesn&apos;t explain why you did it, or why it&apos;s right. 

Regardless of whether it&apos;s right, it&apos;s bad for a build fix patch on one platform to include a behavior change on another platform. They should be two separate patches.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949316</commentid>
    <comment_count>3</comment_count>
    <who name="Gabor Rapcsanyi">rgabor</who>
    <bug_when>2013-11-11 09:11:24 -0800</bug_when>
    <thetext>That&apos;s the ARMAssembler not the ARMv7Assembler and it has no effect on it. I just put these functions to the right place form MacroAssemblerARM to ARMAssembler as the other Assemblers work. I don&apos;t see how this patch effects on the ARMv7Assembler.


(In reply to comment #2)
&gt; (From update of attachment 216575 [details])
&gt; It looks like this change will cut back the ARMv7Assembler from max register r15 to max register r13, since ARMv7Assembler::lastRegister() returns r13.
&gt; 
&gt; Is that the right thing to do? Your ChangeLog doesn&apos;t explain why you did it, or why it&apos;s right. 
&gt; 
&gt; Regardless of whether it&apos;s right, it&apos;s bad for a build fix patch on one platform to include a behavior change on another platform. They should be two separate patches.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949319</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-11-11 09:14:38 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; That&apos;s the ARMAssembler not the ARMv7Assembler and it has no effect on it. I just put these functions to the right place form MacroAssemblerARM to ARMAssembler as the other Assemblers work. I don&apos;t see how this patch effects on the ARMv7Assembler.

CPU(ARM) in FPRInfo.h is true on ARM_TRADITIONAL and ARM_THUMB2 too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949341</commentid>
    <comment_count>5</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2013-11-11 09:41:09 -0800</bug_when>
    <thetext>&gt; That&apos;s the ARMAssembler not the ARMv7Assembler and it has no effect on it.

I see. I thought, incorrectly, that MacroAssemblerARM was used by all ARM platforms.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949342</commentid>
    <comment_count>6</comment_count>
      <attachid>216575</attachid>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2013-11-11 09:41:20 -0800</bug_when>
    <thetext>Comment on attachment 216575
proposed fix

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949345</commentid>
    <comment_count>7</comment_count>
      <attachid>216575</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-11-11 09:54:12 -0800</bug_when>
    <thetext>Comment on attachment 216575
proposed fix

Rejecting attachment 216575 from commit-queue.

Failed to run &quot;[&apos;/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=webkit-queues.appspot.com&apos;, &apos;--bot-id=webkit-cq-01&apos;, &apos;land-attachment&apos;, &apos;--force-clean&apos;, &apos;--non-interactive&apos;, &apos;--parent-command=commit-queue&apos;, 216575, &apos;--port=mac&apos;]&quot; exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
t.org/repository/webkit/trunk ...
Authentication realm: &lt;http://svn.webkit.org:80&gt; Mac OS Forge
Password for &apos;commit-queue@webkit.org&apos;: 
Authentication realm: &lt;http://svn.webkit.org:80&gt; Mac OS Forge
Username: Use of uninitialized value $username in chomp at /usr/share/git-core/perl/Git/SVN/Prompt.pm line 114.
error: git-svn died of signal 11

Failed to run &quot;[&apos;git&apos;, &apos;svn&apos;, &apos;dcommit&apos;, &apos;--rmdir&apos;]&quot; exit_code: 139 cwd: /Volumes/Data/EWS/WebKit
Updating OpenSource
Current branch master is up to date.

Full output: http://webkit-queues.appspot.com/results/22599400</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949348</commentid>
    <comment_count>8</comment_count>
      <attachid>216575</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-11-11 09:58:39 -0800</bug_when>
    <thetext>Comment on attachment 216575
proposed fix

Let&apos;s try CQ again, the SVN server is sick today.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949356</commentid>
    <comment_count>9</comment_count>
      <attachid>216575</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-11-11 10:12:41 -0800</bug_when>
    <thetext>Comment on attachment 216575
proposed fix

Clearing flags on attachment: 216575

Committed r159055: &lt;http://trac.webkit.org/changeset/159055&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>949357</commentid>
    <comment_count>10</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-11-11 10:12:44 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>216575</attachid>
            <date>2013-11-11 08:29:23 -0800</date>
            <delta_ts>2013-11-11 10:12:41 -0800</delta_ts>
            <desc>proposed fix</desc>
            <filename>arm_buildfix.patch</filename>
            <type>text/plain</type>
            <size>2755</size>
            <attacher name="Gabor Rapcsanyi">rgabor</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9KYXZhU2NyaXB0Q29yZS9DaGFuZ2VMb2cKPT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gU291
cmNlL0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwkocmV2aXNpb24gMTU5MDQ5KQorKysgU291cmNl
L0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE4IEBA
CisyMDEzLTExLTExICBHYWJvciBSYXBjc2FueWkgIDxyZ2Fib3JAd2Via2l0Lm9yZz4KKworICAg
ICAgICBGaXggQ1BVKEFSTV9UUkFESVRJT05BTCkgYnVpbGQgYWZ0ZXIgcjE1OTAzOS4KKyAgICAg
ICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTEyNDE0OQorCisgICAg
ICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgICogYXNzZW1ibGVyL0FS
TUFzc2VtYmxlci5oOgorICAgICAgICAoSlNDOjpBUk1Bc3NlbWJsZXI6OmZpcnN0UmVnaXN0ZXIp
OgorICAgICAgICAoSlNDOjpBUk1Bc3NlbWJsZXI6Omxhc3RSZWdpc3Rlcik6CisgICAgICAgIChK
U0M6OkFSTUFzc2VtYmxlcjo6Zmlyc3RGUFJlZ2lzdGVyKToKKyAgICAgICAgKEpTQzo6QVJNQXNz
ZW1ibGVyOjpsYXN0RlBSZWdpc3Rlcik6CisgICAgICAgICogYXNzZW1ibGVyL01hY3JvQXNzZW1i
bGVyQVJNLmg6CisgICAgICAgICogaml0L0ZQUkluZm8uaDoKKwogMjAxMy0xMS0wOSAgRmlsaXAg
UGl6bG8gIDxmcGl6bG9AYXBwbGUuY29tPgogCiAgICAgICAgIFN3aXRjaCBGVEwgR2V0QnlJZC9Q
dXRCeUlkIElDJ3Mgb3ZlciB0byB1c2luZyBBbnlSZWdDQwpJbmRleDogU291cmNlL0phdmFTY3Jp
cHRDb3JlL2Fzc2VtYmxlci9BUk1Bc3NlbWJsZXIuaAo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvSmF2
YVNjcmlwdENvcmUvYXNzZW1ibGVyL0FSTUFzc2VtYmxlci5oCShyZXZpc2lvbiAxNTkwNDkpCisr
KyBTb3VyY2UvSmF2YVNjcmlwdENvcmUvYXNzZW1ibGVyL0FSTUFzc2VtYmxlci5oCSh3b3JraW5n
IGNvcHkpCkBAIC0xNTMsNiArMTUzLDEyIEBAIG5hbWVzcGFjZSBKU0MgewogCiAgICAgICAgIEFS
TUJ1ZmZlciYgYnVmZmVyKCkgeyByZXR1cm4gbV9idWZmZXI7IH0KIAorICAgICAgICBzdGF0aWMg
UmVnaXN0ZXJJRCBmaXJzdFJlZ2lzdGVyKCkgeyByZXR1cm4gQVJNUmVnaXN0ZXJzOjpyMDsgfQor
ICAgICAgICBzdGF0aWMgUmVnaXN0ZXJJRCBsYXN0UmVnaXN0ZXIoKSB7IHJldHVybiBBUk1SZWdp
c3RlcnM6OnIxNTsgfQorCisgICAgICAgIHN0YXRpYyBGUFJlZ2lzdGVySUQgZmlyc3RGUFJlZ2lz
dGVyKCkgeyByZXR1cm4gQVJNUmVnaXN0ZXJzOjpkMDsgfQorICAgICAgICBzdGF0aWMgRlBSZWdp
c3RlcklEIGxhc3RGUFJlZ2lzdGVyKCkgeyByZXR1cm4gQVJNUmVnaXN0ZXJzOjpkMzE7IH0KKwog
ICAgICAgICAvLyBBUk0gY29uZGl0aW9uYWwgY29uc3RhbnRzCiAgICAgICAgIHR5cGVkZWYgZW51
bSB7CiAgICAgICAgICAgICBFUSA9IDB4MDAwMDAwMDAsIC8vIFplcm8gLyBFcXVhbC4KSW5kZXg6
IFNvdXJjZS9KYXZhU2NyaXB0Q29yZS9hc3NlbWJsZXIvTWFjcm9Bc3NlbWJsZXJBUk0uaAo9PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09Ci0tLSBTb3VyY2UvSmF2YVNjcmlwdENvcmUvYXNzZW1ibGVyL01hY3JvQXNzZW1ibGVy
QVJNLmgJKHJldmlzaW9uIDE1OTA0OSkKKysrIFNvdXJjZS9KYXZhU2NyaXB0Q29yZS9hc3NlbWJs
ZXIvTWFjcm9Bc3NlbWJsZXJBUk0uaAkod29ya2luZyBjb3B5KQpAQCAtNDIsMTIgKzQyLDYgQEAg
Y2xhc3MgTWFjcm9Bc3NlbWJsZXJBUk0gOiBwdWJsaWMgQWJzdHJhYwogcHVibGljOgogICAgIHR5
cGVkZWYgQVJNUmVnaXN0ZXJzOjpGUFJlZ2lzdGVySUQgRlBSZWdpc3RlcklEOwogCi0gICAgc3Rh
dGljIFJlZ2lzdGVySUQgZmlyc3RSZWdpc3RlcigpIHsgcmV0dXJuIEFSTVJlZ2lzdGVyczo6cjA7
IH0KLSAgICBzdGF0aWMgUmVnaXN0ZXJJRCBsYXN0UmVnaXN0ZXIoKSB7IHJldHVybiBBUk1SZWdp
c3RlcnM6OnIxNTsgfQotCi0gICAgc3RhdGljIEZQUmVnaXN0ZXJJRCBmaXJzdEZQUmVnaXN0ZXIo
KSB7IHJldHVybiBBUk1SZWdpc3RlcnM6OmQwOyB9Ci0gICAgc3RhdGljIEZQUmVnaXN0ZXJJRCBs
YXN0RlBSZWdpc3RlcigpIHsgcmV0dXJuIEFSTVJlZ2lzdGVyczo6ZDMxOyB9Ci0KICAgICBlbnVt
IFJlbGF0aW9uYWxDb25kaXRpb24gewogICAgICAgICBFcXVhbCA9IEFSTUFzc2VtYmxlcjo6RVEs
CiAgICAgICAgIE5vdEVxdWFsID0gQVJNQXNzZW1ibGVyOjpORSwKSW5kZXg6IFNvdXJjZS9KYXZh
U2NyaXB0Q29yZS9qaXQvRlBSSW5mby5oCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9KYXZhU2NyaXB0
Q29yZS9qaXQvRlBSSW5mby5oCShyZXZpc2lvbiAxNTkwNDkpCisrKyBTb3VyY2UvSmF2YVNjcmlw
dENvcmUvaml0L0ZQUkluZm8uaAkod29ya2luZyBjb3B5KQpAQCAtMTY4LDYgKzE2OCw4IEBAIHB1
YmxpYzoKICAgICAgICAgfTsKICAgICAgICAgcmV0dXJuIG5hbWVGb3JSZWdpc3RlcltyZWddOwog
ICAgIH0KKworICAgIHN0YXRpYyBjb25zdCB1bnNpZ25lZCBJbnZhbGlkSW5kZXggPSAweGZmZmZm
ZmZmOwogfTsKIAogI2VuZGlmCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>