https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65809

--- Comment #5 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #4)
> Created attachment 35362 [details]
> assembly created by r211698
> 
> The difference between the assembly created by r211652 and r211698 is the
> single line
> 
>       .stabs  "a:G(0,17)=ar(0,18)=r(0,18);0;037777777777;;0;9;(0,16)",32,0,6,0

maybe that should have been transformed to :
    .stabs   
"__emutls_v.a:G(0,17)=ar(0,18)=r(0,18);0;037777777777;;0;9;(0,16)",32,0,6,0

.. or sth similar, I"m a bit rusty on STABs format.

Reply via email to