[OpenMP, Patch] PR fortran/47886 fix ICE in OMP task's if() clause

Jakub Jelinek jakub@redhat.com
Sat Feb 26 19:43:00 GMT 2011


On Sat, Feb 26, 2011 at 10:56:21AM -0800, Steve Kargl wrote:
> On Sat, Feb 26, 2011 at 07:53:43PM +0100, Tobias Burnus wrote:
> > The patch is rather obvious. Without, one gets an ICE as the function is 
> > not resolved but BT_UNKNOWN in
> > 
> >    !$omp task if(omp_get_num_threads()>  0)
> > 
> > Build and regtested on x86-64-linux.
> > OK for the trunk? What about GCC 4.4 and 4.5?
> > 
> 
> Unless Jakub has some objection, I think the patch
> can be committed to all three.

Yeah.  Thanks.

	Jakub



More information about the Gcc-patches mailing list