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: [patch] move a call to assemble_external


2008/7/27 Andreas Tobler <andreast-list@fgznet.ch>:
> Hi Rafael,
>
> It does not, at least for me. I applied it on top of the current commit on
> the tuples branch. This one is nearly equal as trunk in this regard.

Can you try the attached one? I factored call_from_call_insn and added
an assert to check that we always get to the CALL. I am bootstrapping
it on x86_64 and I have checked that the PARALLEL case is tested.

The only case I was able to find the we no longer call
assemble_external with this patch is

if (0)
  foo ()

Since the call to foo is removed before final.c.


> Regards,
> Andreas
>

Cheers,
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047


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