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: [gomp4 3/9] OpenACC: Recognize -fopenacc.


On Wed, Nov 06, 2013 at 08:42:17PM +0100, thomas@codesourcery.com wrote:
> From: Thomas Schwinge <thomas@codesourcery.com>
> 
> 	gcc/c-family/
> 	* c.opt (fopenacc): New option.
> 	gcc/fortran/
> 	* lang.opt (fopenacc): New option.
> 	* invoke.texi (-fopenacc): Document it.
> 	* gfortran.h (gfc_option_t): New member.
> 	* options.c (gfc_init_options, gfc_handle_option): Handle it.
> 	gcc/testsuite/
> 	* lib/target-supports.exp (check_effective_target_fopenacc): New
> 	procedure.
> 	gcc/
> 	* doc/invoke.texi (-fopenacc): Document it.
> 	* doc/sourcebuild.texi (fopenacc): Document it.
> 	gcc/testsuite/
> 	* c-c++-common/cpp/openacc-define-1.c: New file.
> 	* c-c++-common/cpp/openacc-define-2.c: Likewise.
> 	* c-c++-common/cpp/openacc-define-3.c: Likewise.
> 	* gfortran.dg/openacc-define-1.f90: Likewise.
> 	* gfortran.dg/openacc-define-2.f90: Likewise.
> 	* gfortran.dg/openacc-define-3.f90: Likewise.

Ok for branch.

	Jakub


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