This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: debug_reload output
- To: chris at lslsun dot epfl dot ch (Christian Iseli)
- Subject: Re: debug_reload output
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Tue, 14 Oct 1997 16:47:49 +0100 (BST)
- Cc: amylaar at cygnus dot co dot uk, jfc at mit dot edu, egcs at cygnus dot com
> Ok, then how about having a global variable debug_reload_stream initialized
> to stderr, instead of the parameter? Does this sound like a better proposition?
This solves the practical problems, but why do you prefer adding a new global
variable to adding a new function? In general, adding global variables
has a higher impact on subsequent maintenance than adding a new simple
function.