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: [tuples] Fix invalid GIMPLE D.1234_5 = (long int) .omp_data_i->x created by OpenMP lowering


On Fri, Jul 11, 2008 at 09:25:32AM -0700, Diego Novillo wrote:
> OK, I guess.  Would this be a non-issue if I come up with a general
> mechanism for handling regimplification of assignments?

Yes.  lower_omp_1 will then just decide whether any of the operands
might need regimplification and just call your smart regimplification
routine on the whole GIMPLE_ASSIGN or GIMPLE_CALL.

	Jakub


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