This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/47228] [4.6 Regression] wrong code with loop


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-26 07:19:27 UTC ---
foo:
  subl    $16, %esp
  ... ! no other esp modifications
  movl    $11936567, 10(%esp,%ecx)        #, MEM[(struct S[2] *)D.1998_9]

overwrites part of the return value.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]