Fwd: Fixed function compilation order

2007-08-09 Thread Cupertino Miranda
Here is the answer. Begin forwarded message: From: "Daniel Berlin" <[EMAIL PROTECTED]> Date: August 9, 2007 2:31:08 AM CEDT To: "Cupertino Miranda" <[EMAIL PROTECTED]> Subject: Re: Fixed function compilation order On 8/8/07, Cupertino Miranda <[EMAIL PROTEC

Fwd: Fixed function compilation order

2007-08-09 Thread Cupertino Miranda
Yesterday by mistake I started some private discussion with Daniel. I will forward his answer too. Begin forwarded message: From: Cupertino Miranda <[EMAIL PROTECTED]> Date: August 9, 2007 2:24:04 AM CEDT To: Daniel Berlin <[EMAIL PROTECTED]> Subject: Re: Fixed function compilatio

Re: Fixed function compilation order

2007-08-08 Thread Daniel Berlin
On 8/8/07, Cupertino Miranda <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I am currently trying to enable GCC to perform compilation without > having to respect any compilation order, i.e. execute some pass to > any function at any time (it is not only pass reordering). > > As what I have seen

Fixed function compilation order

2007-08-08 Thread Cupertino Miranda
Hello everyone, I am currently trying to enable GCC to perform compilation without having to respect any compilation order, i.e. execute some pass to any function at any time (it is not only pass reordering). As what I have seen from (trunk version of) GCC, it doesn't seem an easy task to