This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52734] Incorrect optimization of uClibc sbrk()
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 27 Mar 2012 07:35:27 +0000
- Subject: [Bug c/52734] Incorrect optimization of uClibc sbrk()
- Auto-submitted: auto-generated
- References: <bug-52734-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52734
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2012-03-27
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-27 07:35:27 UTC ---
The testcase does not reproduce the issue for me on i?86-linux. Are you
sure the testcase reproduces the issue for you? Can you attach the wrong
assembly that is produced and the output of the compiler command producing
it when you append -v to it?