http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403

--- Comment #11 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-04-02 
13:23:51 UTC ---
> Tried on Gentoo yesterday, now on Ubuntu 10.04. Still not reproduced. How do
> the files differ? Would anyone be willing to help debug this?

For tree-iterator.o:

@@ -146,8 +146,8 @@
  20c:  8d 74 26 00             lea    0x0(%esi),%esi
  210:  8b 6b 14                mov    0x14(%ebx),%ebp
  213:  8b 73 10                mov    0x10(%ebx),%esi
- 216:  c7 43 14 00 00 00 00    movl   $0x0,0x14(%ebx)
- 21d:  c7 43 10 00 00 00 00    movl   $0x0,0x10(%ebx)
+ 216:  c7 43 10 00 00 00 00    movl   $0x0,0x10(%ebx)
+ 21d:  c7 43 14 00 00 00 00    movl   $0x0,0x14(%ebx)
  224:  89 1c 24                mov    %ebx,(%esp)
  227:  e8 fc ff ff ff          call   228 <tsi_link_before+0xe8>
  22c:  85 ed                   test   %ebp,%ebp
@@ -303,8 +303,8 @@
  474:  8d 74 26 00             lea    0x0(%esi),%esi
  478:  8b 6b 14                mov    0x14(%ebx),%ebp
  47b:  8b 73 10                mov    0x10(%ebx),%esi
- 47e:  c7 43 14 00 00 00 00    movl   $0x0,0x14(%ebx)
- 485:  c7 43 10 00 00 00 00    movl   $0x0,0x10(%ebx)
+ 47e:  c7 43 10 00 00 00 00    movl   $0x0,0x10(%ebx)
+ 485:  c7 43 14 00 00 00 00    movl   $0x0,0x14(%ebx)
  48c:  89 1c 24                mov    %ebx,(%esp)
  48f:  e8 fc ff ff ff          call   490 <tsi_link_after+0xd0>
  494:  85 ed                   test   %ebp,%ebp

Reply via email to