http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49620
--- Comment #4 from julian gardner <joolzg at btinternet dot com> 2011-07-03 21:51:01 UTC --- (In reply to comment #3) > A single .o file is not a complete program, it also needs a main() and > whatever > else is needed to call the problematic code and observe whether it worked or > not. So you want a buildable executable for a single line of bugged code. I will try, but what do i do if i cant build a non-working version. joolz