please go ahead
Sun

On Wed, Aug 1, 2012 at 1:17 PM, Jian-Xin Lai <laij...@gmail.com> wrote:
> Hi,
>
> We proposed the following patch to fix the build error introduced by
> rev 3993. Could the gatekeeper review this patch? Thank you very much.
> Index: osprey/ipa/main/optimize/ipo_inline.cxx
> ===================================================================
> --- osprey/ipa/main/optimize/ipo_inline.cxx     (revision 3998)
> +++ osprey/ipa/main/optimize/ipo_inline.cxx     (working copy)
> @@ -4538,7 +4538,8 @@
>          {
>            dst1 = DST_mk_inlined_subroutine(stidx,
>                                             stidx+ST_index(cp),
> -                                           
> get_abstract_origin(Callee_dst()));
> +                                           get_abstract_origin(Callee_dst()),
> +                                           Callee_file_dst());
>            DST_RESET_assoc_fe (DST_INFO_flag(DST_INFO_IDX_TO_PTR(dst1)));
>            DST_append_child (Caller_dst(), dst1);
>          }
>
> --
> Regards,
> Lai Jian-Xin
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Open64-devel mailing list
> Open64-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/open64-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to