Improve stack direction detection
authorMatthias Clasen <mclasen@redhat.com>
Sun, 24 Nov 2013 01:24:49 +0000 (20:24 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 24 Nov 2013 01:27:04 +0000 (20:27 -0500)
commit341c0b1988542f88f6c506145fda2ebd694f3331
treea58031fad2c771d02d6e39ab5c8c14d2f83a8a44
parentdf71ecfc2dcefdc05f18dda5e6108f75ecbfe491
Improve stack direction detection

When the function in the test program is inlined, all bets are
off whether the detection will work correctly or not. Make it
harder for the compiler to play games on us by making the
function recursive.

https://bugzilla.gnome.org/show_bug.cgi?id=307947
configure.ac