forked from MaxKellermann/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead of 201307. * gfortran.texi: Mention partial OpenMP 4.5 support. * intrinsic.texi: Update for OpenMP 4.5. gcc/testsuite/ * gfortran.dg/openmp-define-3.f90: Expect 201511 instead of 201307. libgomp/ * omp_lib.f90.in (openmp_version): Change to 201511 from 201307. * omp_lib.h.in (openmp_version): Likewise. * testsuite/libgomp.fortran/openmp_version-1.f: Expect 201511 instead of 201307. * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242044 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
jakub
committed
Nov 10, 2016
1 parent
c3bd02b
commit 5fca0e1
Showing
11 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
2016-11-10 Jakub Jelinek <[email protected]> | ||
|
||
* cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead | ||
of 201307. | ||
* gfortran.texi: Mention partial OpenMP 4.5 support. | ||
* intrinsic.texi: Update for OpenMP 4.5. | ||
|
||
* openmp.c (gfc_free_omp_clauses): Free critical_name, grainsize, | ||
hint, num_tasks, priority and if_exprs. | ||
(gfc_match_omp_to_link, gfc_match_omp_depend_sink): New functions. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
2016-11-10 Jakub Jelinek <[email protected]> | ||
|
||
* gfortran.dg/openmp-define-3.f90: Expect 201511 instead of | ||
201307. | ||
|
||
* g++.dg/cpp1z/noexcept-type14.C: New test. | ||
* g++.dg/asan/asan_test.C: Remove -Wno-c++1z-compat from dg-options. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
2016-11-10 Jakub Jelinek <[email protected]> | ||
|
||
* omp_lib.f90.in (openmp_version): Change to 201511 from 201307. | ||
* omp_lib.h.in (openmp_version): Likewise. | ||
* testsuite/libgomp.fortran/openmp_version-1.f: Expect 201511 instead | ||
of 201307. | ||
* testsuite/libgomp.fortran/openmp_version-2.f90: Likewise. | ||
|
||
* testsuite/libgomp.fortran/examples-4/declare_target-1.f90 | ||
(fib_wrapper): Add map(from: x) clause. | ||
* testsuite/libgomp.fortran/examples-4/declare_target-2.f90 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters