This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53707] compiler generates wrong code
- From: "schwab at linux-m68k dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 03 Jul 2012 14:05:06 +0000
- Subject: [Bug c++/53707] compiler generates wrong code
- Auto-submitted: auto-generated
- References: <bug-53707-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53707
--- Comment #17 from Andreas Schwab <schwab@linux-m68k.org> 2012-07-03 14:05:06 UTC ---
When the call to find_stack_direction is inlined into itself there is no
requirement on how the two instances of here are allocated, so their addresses
have no defined relative order.