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

Re: [committed,gomp4] Run testsuite/libgomp.oacc-c++/c++.exp at -O2 by default


On 06/30/2015 02:30 PM, Tom de Vries wrote:
> diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c
> index 144f892..6b22e7f 100644
> --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c
> +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c
> @@ -1,7 +1,7 @@
> -/* FIXME: remove -fno-var-tracking from dg-options.  */
> +/* FIXME: remove -fno-var-tracking from dg-aditional-options.  */
>  
>  /* { dg-do run } */
> -/* { dg-options "-fno-inline -fno-var-tracking" } */
> +/* { dg-additional-options "-fno-inline -fno-var-tracking" } */
>  
>  #include <stdio.h>
>  #include <stdlib.h>
> diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-2.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-2.c
> index f08aeda..e1605b9 100644
> --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-2.c
> +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-2.c
> @@ -1,7 +1,7 @@
> -/* FIXME: remove -fno-var-tracking from dg-options.  */
> +/* FIXME: remove -fno-var-tracking from dg-additional-options.  */
>  
>  /* { dg-do run } */
> -/* { dg-options "-fno-inline -fno-var-tracking" } */
> +/* { dg-additional-options "-fno-inline -fno-var-tracking" } */

Is -fno-var-tracking still required? I thought Thomas fixed that a while
ago.

Cesar


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