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: [gomp] Add missing fold_convert in lower_omp_parallel (PR middle-end/28713)


Jakub Jelinek <jakub@redhat.com> writes:

> 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR middle-end/28713
> 	* omp-low.c (lower_omp_parallel): Convert t to
> 	receiver_decl's type.
> 	(expand_omp_parallel): STRIP_NOPS from the MODIFY_EXPR
> 	source before comparison.

This is OK.

Thanks.

Ian


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