Re: [BUG middle-end] Optimizations are deleting my adds

2012-06-18 Thread miloutch
Nobody have the answer ? I'm desperate ... :( miloutch wrote: > > Hi, > > I have a small problem. I am making a new pass for my gcc, and some of my > adds are deleted by optimization passes. > here is the code i add : > > t = builtin_decl_explicit (BUI

optimizations are deleting my adds

2012-06-14 Thread miloutch
Hi, I have a small problem. I am making a new pass for my gcc, and some of my adds are deleted by optimization passes. here is the code i add : t = builtin_decl_explicit (BUILT_IN_ACC_SETUPARGUMENT); g = gimple_build_call(t, 3, build1(ADDR_EXPR, i