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: [RFC] [autovect patch] Implement vectorization hints


On Mon, Mar 07, 2005 at 10:23:20AM -0800, Devang Patel wrote:
> Another thing to consider is, the use of macros to hide various mundane 
> things, e.g.
>     #pragma doit
>     FOR_EACH_BB (bb)
>     {
>     }
> 
> And FOR_EACH_BB can expand add few expressions just before 'for' loop.

That's simply a user programming bug.


r~


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