On Fri, May 24, 2019 at 11:15 AM Feng Xue OS
wrote:
>
> This version is based on the proposal of Richard. And fix a bug on OpenACC
> loop when this opt is turned on.
> Also add some test cases
Comments below.
> Feng
> -
>
> diff --git a/gcc/ChangeLog b/gcc/ChangeLog
> index 9f0f889..d1c1e3a
This version is based on the proposal of Richard. And fix a bug on OpenACC loop
when this opt is turned on.
Also add some test cases
Feng
-
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9f0f889..d1c1e3a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,16 @@
+2019-05-23 Feng Xue