[gcc/devel/c++-coroutines] Update comment to reflect optimization.

Iain D Sandoe iains@gcc.gnu.org
Mon Mar 2 21:40:00 GMT 2020


https://gcc.gnu.org/g:c9d92a575c98057d4bdc2058f0df417634cba860

commit c9d92a575c98057d4bdc2058f0df417634cba860
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Mar 2 13:11:56 2020 +0100

    Update comment to reflect optimization.
    
    	* gcc.dg/vect/bb-slp-19.c: The comment
    	does not align with fact that we started
    	to SLP the testcase.

Diff:
---
 gcc/testsuite/ChangeLog               | 6 ++++++
 gcc/testsuite/gcc.dg/vect/bb-slp-19.c | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a1c3803..eca88c9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2020-03-02  Martin Liska  <mliska@suse.cz>
+
+	* gcc.dg/vect/bb-slp-19.c: The comment
+	does not align with fact that we started
+	to SLP the testcase.
+
 2020-03-02  Kewen Lin  <linkw@gcc.gnu.org>
 
 	* gcc.dg/tree-ssa/scev-8.c: Revise check string.
diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-19.c b/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
index c282155..db446be 100644
--- a/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
+++ b/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
@@ -15,7 +15,6 @@ main1 ()
   unsigned short *pin = &in[0];
   unsigned short *pout = &out[0];
  
-  /* A group of 9 shorts - unsupported for now.  */
   *pout++ = *pin++;
   *pout++ = *pin++;
   *pout++ = *pin++;



More information about the Gcc-cvs mailing list