------- Comment #11 from uros at gcc dot gnu dot org 2009-01-07 21:56 ------- Subject: Bug 38706
Author: uros Date: Wed Jan 7 21:56:32 2009 New Revision: 143167 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143167 Log: PR target/38706 * config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call free_after_compilation when outputting a thunk. (alpha_output_mi_thunk_osf): Assert that we are processing a thunk. Do not call free_after_compilation here. testsuite/ChangeLog: PR target/38706 * g++.dg/other/pr38706.C: New test. Added: trunk/gcc/testsuite/g++.dg/other/pr38706.C Modified: trunk/gcc/ChangeLog trunk/gcc/config/alpha/alpha.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38706