http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54731



Jakub Jelinek <jakub at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

                 CC|                            |jakub at gcc dot gnu.org,

                   |                            |ramana at gcc dot gnu.org



--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-12-18 
08:37:02 UTC ---

Can you still reproduce this?



Perhaps related to PR54499 which has been fixed, though arm backend doesn't

call final_start_function and final_end_function in its arm_output_mi_thunk, so

it won't have any debug info for the thunk unlike targets that do call that

(e.g. config/{i386,rs6000,s390,aarch64} etc.).  If you don't want to emit insns

in the thunk by creating RTL for them and call final on it, just take a look

what s390 does.

Reply via email to