This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [OpenMP, Patch] PR fortran/47886 fix ICE in OMP task's if() clause


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.

-- 
Steve


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