+2005-12-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ * gcc.c (execute): Improve readability.
+
2005-12-02 Richard Guenther <rguenther@suse.de>
* tree-cfg.c (mark_used_vars): New function.
we would otherwise have succeeded. */
if (WTERMSIG (status) == SIGPIPE
&& (signal_count || greatest_status >= MIN_FATAL_STATUS))
- ;
+ {
+ signal_count++;
+ ret_code = -1;
+ }
else
#endif
fatal ("\
See %s for instructions.",
strsignal (WTERMSIG (status)), commands[i].prog,
bug_report_url);
- signal_count++;
- ret_code = -1;
}
else if (WIFEXITED (status)
&& WEXITSTATUS (status) >= MIN_FATAL_STATUS)