This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: g77 -v broken?



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]