This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [3.4 patch?] -save-temps still produces different .s and .o


On Jan 20, 2004, Alexandre Oliva <aoliva@redhat.com> wrote:

> I'll look a bit more into how to overcome this problem.

I really don't see how to overcome it without moving the calls of
lang_depend_init and init_final (and coverage_init?) into parse_file
hooks, as I suggested before.  We could then trade the
lang_depend_init hook for an init parameter to the parse_file hook,
that each front-end would have to call after it knows that the main
input filename got its final value.  Is this really such a bad idea?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Happy GNU Year!                     oliva@{lsd.ic.unicamp.br, gnu.org}
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist                Professional serial bug killer


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