This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49620] piece of code from modification to dvblast but cant get it to compile and run correctly
- From: "joolzg at btinternet dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 3 Jul 2011 21:51:03 +0000
- Subject: [Bug c/49620] piece of code from modification to dvblast but cant get it to compile and run correctly
- Auto-submitted: auto-generated
- References: <bug-49620-4@http.gcc.gnu.org/bugzilla/>
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