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, C, C++] Accept GCC ivdep for 'do' and 'while', and for C++11's range-based loops


On 10/25/2013 04:46 PM, Tobias Burnus wrote:
+	do_range_for_auto_deduction (range_decl, range_expr); // FIXME:IVDEP

I think in this situation let's set a flag on the RANGE_FOR_STMT so we can do ivdep handling at instantiation time.

Jason


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