public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: IainS <idsandoe@googlemail.com>
To: Bernd Schmidt <bernds@codesourcery.com>
Cc: "H.J. Lu" <hjl.tools@gmail.com>, Jeff Law <law@redhat.com>,
	GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: New optimization for reload_combine
Date: Sat, 17 Jul 2010 17:29:00 -0000	[thread overview]
Message-ID: <20064500-8512-41FB-A4F0-F11FD254A53E@sandoe-acoustics.co.uk> (raw)
In-Reply-To: <4C41E5A0.3050907@codesourcery.com>


On 17 Jul 2010, at 18:17, Bernd Schmidt wrote:

> On 07/17/2010 06:14 PM, H.J. Lu wrote:
>> On Sat, Jul 17, 2010 at 8:59 AM, Bernd Schmidt <bernds@codesourcery.com 
>> > wrote:
>>> On 07/17/2010 05:03 PM, H.J. Lu wrote:
>>>> It is more than that. It failed to boostrap on Linux/ia32 when
>>>> configured with
>>>>
>>>> --enable-clocale=gnu --with-system-zlib --enable-shared
>>>> --with-demangler-in-ld  --with-fpmath=sse
>>>
>>> I can't seem to reproduce this.  Is that the full command line?
>>>
>>>
>>
>> I used:
>>
>> ../src-trunk/configure \
>> 		 --enable-clocale=gnu --with-system-zlib --enable-shared --with-
>> demangler-in-ld -with-plugin-ld=ld.gold --enable-gold --with- 
>> fpmath=sse
>>
>> on Fedora 12/ia32.
>
> I'm on Gentoo, without gold - not sure whether that made a difference,
> but I'm not seeing these failures.  I don't have access to SPEC2k6
> either.  Can you isolate any testcases?

I don't have gold either - on darwin.

on i686-apple-darwin:
recog.o  and
reg-stack.o fail stage2/3 compare

here is recog.o (stage2 vs stage3)
stripped binaries => otool -tv ( basically turn the text section into  
disassembled).

It doesn't look like a debug-related diff to me - but more like what  
you posted earlier.
cheers
Iain


--- r2-code.s   2010-07-17 18:25:11.000000000 +0100
+++ r3-code.s   2010-07-17 18:25:19.000000000 +0100
@@ -1,4 +1,4 @@
-r2.o.stripped:
+r3.o.stripped:
  (__TEXT,__text) section
  _memory_address_addr_space_p:
  00000000       pushl   %ebx
@@ -6400,8 +6400,8 @@
  0000596f       leal    0x40(%esp),%edi
  00005973       nopw    0x00(%eax,%eax)
  00005979       nopl    0x00000000(%eax)
-00005980       leal    0xfc(%esi),%eax
-00005983       addl    $0x01,%esi
+00005980       addl    $0x01,%esi
+00005983       leal    0xfb(%esi),%eax
  00005986       cmpl    $0x05,%esi
  00005989       cmovgel %eax,%esi
  0000598c       movl    0x00(%ebp,%esi,8),%eax
  

  parent reply	other threads:[~2010-07-17 17:29 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-16 10:35 Bernd Schmidt
2010-07-16 18:32 ` Jeff Law
2010-07-16 23:50   ` Bernd Schmidt
2010-07-17  2:38     ` H.J. Lu
2010-07-17 14:25       ` Bernd Schmidt
2010-07-17 15:03         ` H.J. Lu
2010-07-17 15:10           ` IainS
2010-07-17 16:00           ` Bernd Schmidt
2010-07-17 16:15             ` H.J. Lu
2010-07-17 17:18               ` Bernd Schmidt
2010-07-17 17:27                 ` H.J. Lu
2010-07-17 17:29                 ` IainS [this message]
2010-07-18 18:15             ` H.J. Lu
2010-07-19 10:01           ` Bernd Schmidt
2010-07-19 13:27             ` H.J. Lu
2010-07-20 11:46             ` Bernd Schmidt
2010-07-20 15:33               ` Jeff Law
2010-07-20 15:34               ` Bernd Schmidt
2010-07-20 15:40                 ` Jakub Jelinek
2010-07-19 15:41         ` x86_64 varargs setup jump table Richard Henderson
2010-07-19 15:56           ` H.J. Lu
2010-07-19 20:57             ` H.J. Lu
2010-07-19 21:14               ` Richard Henderson
2010-07-20 16:32                 ` Richard Henderson
2010-07-20 23:05                   ` Richard Henderson
2010-07-20 23:21                     ` Sebastian Pop
2010-07-22 13:52                     ` H.J. Lu
2010-07-22 18:03                       ` Sebastian Pop
2010-07-22 18:15                         ` Richard Henderson
2010-07-22 18:17                           ` Richard Henderson
2010-07-22 18:20                             ` Sebastian Pop
2010-07-21 23:15                   ` H.J. Lu
2010-07-22 21:53                     ` Fix target/45027 [was: x86_64 varargs setup jump table] Richard Henderson
2010-07-23  9:07                       ` Richard Guenther
2010-07-19 16:09           ` x86_64 varargs setup jump table Andi Kleen
2010-07-19 16:16             ` H.J. Lu
2010-07-19 16:26               ` Andi Kleen
2010-07-19 16:23           ` Jan Hubicka
2010-07-19 16:19         ` New optimization for reload_combine Jeff Law
2010-11-04  4:30       ` H.J. Lu
2010-07-16 19:45 ` Paolo Bonzini
2010-07-16 19:55   ` Bernd Schmidt
2010-07-16 20:24     ` Paolo Bonzini
2010-07-19 16:11   ` Mark Mitchell
2010-07-19 16:13     ` Jeff Law
2010-07-19 16:31     ` Paolo Bonzini
2010-07-26 10:13 ` IainS
2010-07-26 10:46   ` Bernd Schmidt
2010-07-27  0:53   ` Bernd Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20064500-8512-41FB-A4F0-F11FD254A53E@sandoe-acoustics.co.uk \
    --to=idsandoe@googlemail.com \
    --cc=bernds@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=hjl.tools@gmail.com \
    --cc=law@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).