public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [OG10][Patch, committed]
@ 2020-08-24  9:03 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2020-08-24  9:03 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]

devel/omp/gcc-10 = OG10; the omp-sese.c file is currenlty OG10, only.

Tobias

-----------------
Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany
Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander Walter

[-- Attachment #2: commited.diff --]
[-- Type: text/x-patch, Size: 2932 bytes --]

commit 2a583228b0582ec37cce6cdfcc6071715f123a02
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Aug 24 11:00:51 2020 +0200

    Fix typo; remove XFAIL
    
    gcc/
    2020-08-24  Tobias Burnus  <tobias@codesourcery.com>
    
            * omp-sese.c: Fix comment typo.
    
    gcc/testsuite/
    2020-08-24  Tobias Burnus  <tobias@codesourcery.com>
                Sandra Loosemore  <sandra@codesourcery.com>
    
            * testsuite/gfortran.dg/goacc/kernels-decompose-1.f95:
            Fix typo; remove XFAIL.

diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp
index 6bed0b99b27..b0644749f3f 100644
--- a/gcc/ChangeLog.omp
+++ b/gcc/ChangeLog.omp
@@ -1,3 +1,7 @@
+2020-08-24  Tobias Burnus  <tobias@codesourcery.com>
+
+	* omp-sese.c: Fix comment typo.
+
 2020-08-19  Sandra Loosemore  <sandra@codesourcery.com>
 
 	Add a "combined" flag for "acc kernels loop" etc directives.
diff --git a/gcc/omp-sese.c b/gcc/omp-sese.c
index f0473ffc7b9..e36eae458f9 100644
--- a/gcc/omp-sese.c
+++ b/gcc/omp-sese.c
@@ -1837,7 +1837,7 @@ oacc_do_neutering (unsigned HOST_WIDE_INT bounds_lo,
    Single-Entry-Single-Exit regions.  Some of those regions will be
    trivial ones consisting of a single BB.  The blocks of a
    partitioned region might form a set of disjoint graphs -- because
-   the region encloses a differently partitoned sub region.
+   the region encloses a differently partitioned sub region.
 
    We use the linear time algorithm described in 'Finding Regions Fast:
    Single Entry Single Exit and control Regions in Linear Time'
diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp
index 7b0b4c80c90..48cc8dbe19a 100644
--- a/gcc/testsuite/ChangeLog.omp
+++ b/gcc/testsuite/ChangeLog.omp
@@ -1,3 +1,9 @@
+2020-08-24  Tobias Burnus  <tobias@codesourcery.com>
+	    Sandra Loosemore  <sandra@codesourcery.com>
+
+	* testsuite/gfortran.dg/goacc/kernels-decompose-1.f95:
+	Fix typo; remove XFAIL.
+
 2020-08-23   Sandra Loosemore  <sandra@codesourcery.com>
 
 	* gfortran.dg/goacc/kernels-loop-annotation-1.f95: Update
diff --git a/gcc/testsuite/gfortran.dg/goacc/kernels-decompose-1.f95 b/gcc/testsuite/gfortran.dg/goacc/kernels-decompose-1.f95
index 8bd0c2e670d..22e96980f61 100644
--- a/gcc/testsuite/gfortran.dg/goacc/kernels-decompose-1.f95
+++ b/gcc/testsuite/gfortran.dg/goacc/kernels-decompose-1.f95
@@ -100,9 +100,7 @@ program main
   end if
   !$acc end kernels
 
-  !$acc kernels
-  !TODO This refers to the "gang-single" "f_g" call.
-  ! { dg-warning "region contains gang partitoned code but is not gang partitioned" "TODO" { xfail *-*-* } .-2 }
+  !$acc kernels  ! { dg-warning "region contains gang partitioned code but is not gang partitioned" }
   ! { dg-message "optimized: beginning .gang-single. region in OpenACC .kernels. construct" "" { target *-*-* } .+1 }
   y = f_g (a(5)) ! { dg-message "optimized: assigned OpenACC gang worker vector loop parallelism" }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-24  9:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24  9:03 [OG10][Patch, committed] Tobias Burnus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).