------- Comment #13 from pinskia at gcc dot gnu dot org 2006-09-10 02:15 ------- (In reply to comment #2) > The reduced testcase passes the -O because gcc un-nests the function. Is this > true of the original testcase, or does glibc require trampolines? Actually it might pass at -O1 for my testcase because check_match is not used but in the orginal testcase it will fail because check_match is marked as noinline.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28516