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

r231169 - in /trunk: gcc/ChangeLog gcc/testsuit...


Author: vries
Date: Wed Dec  2 13:32:51 2015
New Revision: 231169

URL: https://gcc.gnu.org/viewcvs?rev=231169&root=gcc&view=rev
Log:
Handle BUILT_IN_GOACC_PARALLEL in ipa-pta

2015-12-02  Tom de Vries  <tom@codesourcery.com>

	* tree-ssa-structalias.c (find_func_aliases_for_builtin_call)
	(find_func_clobbers, ipa_pta_execute): Handle BUILT_IN_GOACC_PARALLEL.

	* c-c++-common/goacc/kernels-alias-ipa-pta-2.c: New test.
	* c-c++-common/goacc/kernels-alias-ipa-pta-3.c: New test.
	* c-c++-common/goacc/kernels-alias-ipa-pta.c: New test.

Added:
    trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta-2.c
    trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta-3.c
    trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta.c
    trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c
    trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-3.c
    trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-structalias.c


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