Commit eeed1288 by Jason Merrill

(main): Discard the first executable once we've

        exploited it.

From-SVN: r8122
parent 6899f4cf
...@@ -1201,6 +1201,7 @@ main (argc, argv) ...@@ -1201,6 +1201,7 @@ main (argc, argv)
return 0; return 0;
} }
maybe_unlink(output_file);
outf = fopen (c_file, "w"); outf = fopen (c_file, "w");
if (outf == (FILE *)0) if (outf == (FILE *)0)
fatal_perror ("%s", c_file); fatal_perror ("%s", c_file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment