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?


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)


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