Re: [Patch][Master] Finish function using absolute value not #define value

2011-09-09 Thread Tobias Burnus
On 09/09/2011 03:55 PM, H.J. Lu wrote: 1. Remove [Master] in your email subject. 2. Put ChangeLog entries like: > http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00615.html 3. Do not attach patches with Content-Type: application/octet-stream (Email programs usually set the content-type automati

Re: [Patch][Master] Finish function using absolute value not #define value

2011-09-09 Thread H.J. Lu
On Thu, Sep 8, 2011 at 9:38 PM, Iyer, Balaji V wrote: > Hello Everyone, >        In several places, I found that finish_function was using an absolute > integer as input parameter instead of these #defines > > #define SF_DEFAULT           0  /* No flags.  */ > #define SF_PRE_PARSED        1  /* T

[Patch][Master] Finish function using absolute value not #define value

2011-09-08 Thread Iyer, Balaji V
Hello Everyone, In several places, I found that finish_function was using an absolute integer as input parameter instead of these #defines #define SF_DEFAULT 0 /* No flags. */ #define SF_PRE_PARSED1 /* The function declaration has al