Re: -finstrument-functions leads to unsats to _mm instrinsic wrappers

2012-04-25 Thread Xinliang David Li
Ping .. David On Tue, Dec 27, 2011 at 10:46 AM, Xinliang David Li wrote: > Ping .. > > On Fri, Dec 9, 2011 at 9:42 AM, Xinliang David Li wrote: >> Ping .. >> >> On Wed, Dec 7, 2011 at 4:01 PM, Xinliang David Li wrote: >>> Build the test case in the patch file with -finstrument-functions, the

Re: -finstrument-functions leads to unsats to _mm instrinsic wrappers

2011-12-27 Thread Xinliang David Li
Ping .. On Fri, Dec 9, 2011 at 9:42 AM, Xinliang David Li wrote: > Ping .. > > On Wed, Dec 7, 2011 at 4:01 PM, Xinliang David Li wrote: >> Build the test case in the patch file with -finstrument-functions, the >> link will fail with unsat. The problem is gcc instruments the >> artificial wrapper

Re: -finstrument-functions leads to unsats to _mm instrinsic wrappers

2011-12-09 Thread Xinliang David Li
Ping .. On Wed, Dec 7, 2011 at 4:01 PM, Xinliang David Li wrote: > Build the test case in the patch file with -finstrument-functions, the > link will fail with unsat. The problem is gcc instruments the > artificial wrappers that will won't be emitted. The patch fixes the > problem. Bootstrap and

Re: -finstrument-functions leads to unsats to _mm instrinsic wrappers

2011-12-07 Thread Xinliang David Li
On Wed, Dec 7, 2011 at 4:25 PM, Andrew Pinski wrote: > On Wed, Dec 7, 2011 at 4:01 PM, Xinliang David Li wrote: >> Build the test case in the patch file with -finstrument-functions, the >> link will fail with unsat. The problem is gcc instruments the >> artificial wrappers that will won't be emit

Re: -finstrument-functions leads to unsats to _mm instrinsic wrappers

2011-12-07 Thread Andrew Pinski
On Wed, Dec 7, 2011 at 4:01 PM, Xinliang David Li wrote: > Build the test case in the patch file with -finstrument-functions, the > link will fail with unsat. The problem is gcc instruments the > artificial wrappers that will won't be emitted. The patch fixes the > problem. Bootstrap and tested on

-finstrument-functions leads to unsats to _mm instrinsic wrappers

2011-12-07 Thread Xinliang David Li
Build the test case in the patch file with -finstrument-functions, the link will fail with unsat. The problem is gcc instruments the artificial wrappers that will won't be emitted. The patch fixes the problem. Bootstrap and tested on x86-64/linux. Ok for mainline? thanks, David Index: gimplify.c