This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g77 -v broken?
- To: Craig Burley <burley at gnu dot org>
- Subject: Re: g77 -v broken?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 16 Jul 1998 23:39:45 -0600
- cc: d dot love at dl dot ac dot uk, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199807170412.AAA15211@melange.gnu.org>you write:
> 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?
I got the same patch from nick shortly before this arrived from you :-)
jeff