This is the mail archive of the gcc-bugs@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]

[Bug translation/80189] gimplify.c: check whether parallel/task/teams should be translated


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80189

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |egallager at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #6 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #5)
> Author: jakub
> Date: Thu Mar 30 20:31:40 2017
> New Revision: 246599
> 
> URL: https://gcc.gnu.org/viewcvs?rev=246599&root=gcc&view=rev
> Log:
> 	PR translation/80189
> 	* gimplify.c (omp_default_clause): Use %qs instead of %s in
> 	diagnostic messages.
> testsuite/
> 	* g++.dg/gomp/predetermined-1.C: Adjust expected diagnostics.
> 	* g++.dg/gomp/sharing-1.C: Likewise.
> 	* gfortran.dg/gomp/pr44536.f90: Likewise.
> 	* gfortran.dg/gomp/pr44036-1.f90: Likewise.
> 	* gfortran.dg/gomp/sharing-3.f90: Likewise.
> 	* gfortran.dg/gomp/crayptr3.f90: Likewise.
> 	* gfortran.dg/gomp/pr33439.f90: Likewise.
> 	* gfortran.dg/gomp/appendix-a/a.24.1.f90: Likewise.
> 	* gfortran.dg/gomp/sharing-1.f90: Likewise.
> 	* gfortran.dg/gomp/sharing-2.f90: Likewise.
> 	* gcc.dg/gomp/appendix-a/a.24.1.c: Likewise.
> 	* gcc.dg/gomp/sharing-1.c: Likewise.
> 
> Modified:
>     trunk/gcc/ChangeLog
>     trunk/gcc/gimplify.c
>     trunk/gcc/testsuite/ChangeLog
>     trunk/gcc/testsuite/g++.dg/gomp/predetermined-1.C
>     trunk/gcc/testsuite/g++.dg/gomp/sharing-1.C
>     trunk/gcc/testsuite/gcc.dg/gomp/appendix-a/a.24.1.c
>     trunk/gcc/testsuite/gcc.dg/gomp/sharing-1.c
>     trunk/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.24.1.f90
>     trunk/gcc/testsuite/gfortran.dg/gomp/crayptr3.f90
>     trunk/gcc/testsuite/gfortran.dg/gomp/pr33439.f90
>     trunk/gcc/testsuite/gfortran.dg/gomp/pr44036-1.f90
>     trunk/gcc/testsuite/gfortran.dg/gomp/pr44536.f90
>     trunk/gcc/testsuite/gfortran.dg/gomp/sharing-1.f90
>     trunk/gcc/testsuite/gfortran.dg/gomp/sharing-2.f90
>     trunk/gcc/testsuite/gfortran.dg/gomp/sharing-3.f90

Assuming this fixed it.

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