diff mbox

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

Message ID AANLkTinKZzC-V+99=npXMXUj=W4F46dwdKuZj4sBY=-x@mail.gmail.com
State New
Headers show

Commit Message

H.J. Lu Feb. 27, 2011, 6:13 p.m. UTC
On Sun, Feb 27, 2011 at 10:12 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Sat, Feb 26, 2011 at 11:38 AM, Tobias Burnus <burnus@net-b.de> wrote:
>> Jakub Jelinek wrote:
>>>>
>>>> Build and regtested on x86-64-linux.
>>>> OK for the trunk? What about GCC 4.4 and 4.5?
>>>
>>> Oh, forgot about that, can you please add a testcase for this?
>>> If you don't get to it, I'll do it on Monday.
>>
>> Thanks for the reminder! I even regtested with a test case - but I forget to
>> include it in the patch ...
>>
>> Committed attached patch as Rev. 170521. I will backport after regtesting
>> the branches.
>>
>> Tobias
>>
>
> I checked in this patch into 4.4 branch.

I also checked this into 4.5 branch.


H.J.
---
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 170544)
+++ ChangeLog	(working copy)
@@ -1,4 +1,4 @@ 
-2011-01-27  Tobias Burnus  <burnus@net-b.de>
+2011-02-27  Tobias Burnus  <burnus@net-b.de>

 	Backport from mainline
 	2011-02-27  Jakub Jelinek  <jakub@redhat.com>