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: [patch, fortran] Fix PR 50690


Thomas Koenig wrote:
Regression-tested. OK for trunk (finally)?

Looks also OK from my side - except for the left over which Jakub has already noticed. I think the following lines can be simply removed:


-	    case EXEC_OMP_DO:
+	      in_omp_workshare = true;
+
+	      break;
+


Tobias


PS: If you have time, can you also backport the patch for PR 51338 to the 4.6 branch?


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