This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g77 -v broken?
- To: d dot love at dl dot ac dot uk, egcs at cygnus dot com, law at cygnus dot com
- Subject: Re: g77 -v broken?
- From: Craig Burley <burley at gnu dot org>
- Date: Fri, 17 Jul 1998 00:12:31 -0400 (EDT)
- CC: burley at gnu dot org
Oh, heck, all that is probably needed is to change
temp_filename = make_temp_file (suffix);
to:
temp_filename = make_temp_file (t->suffix);
(I finally looked at save_string.)
Jeff, is this enough for you to go on?
tq vm, (burley)