[Bug fortran/93463] ICE in oacc_code_to_statement, at fortran/openmp.c:6007
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 14 16:39:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93463
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Jakub Jelinek
<jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:e0cbedff53ead3bbb6e7af959c727a04ec8445c7
commit r8-10012-ge0cbedff53ead3bbb6e7af959c727a04ec8445c7
Author: Jakub Jelinek <jakub@redhat.com>
Date: Fri Feb 14 15:45:07 2020 +0100
openmp: Handle rest of EXEC_OACC_* in oacc_code_to_statement [PR93463]
As the testcase shows, some EXEC_OACC_* codes weren't handled in
oacc_code_to_statement. Fixed thusly.
2020-01-29 Jakub Jelinek <jakub@redhat.com>
PR fortran/93463
* openmp.c (oacc_code_to_statement): Handle
EXEC_OACC_{ROUTINE,UPDATE,WAIT,CACHE,{ENTER,EXIT}_DATA,DECLARE}.
* gfortran.dg/goacc/pr93463.f90: New test.
More information about the Gcc-bugs
mailing list