[Bug fortran/82568] [6/7/8] ICE with do-loop inside BLOCK inside omp
tkoenig at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 20 11:10:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82568
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkoenig at gcc dot gnu.org
Blocks| |36854, 69815
--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Is this something that I should watch out for with
front-end optimization? We create variables inside
BLOCK constructs there, which are inserted even if the
user doesn't specify them.
Marking this as blocking the relevant PRs so this point is not forgotten.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36854
[Bug 36854] [meta-bug] fortran front-end optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69815
[Bug 69815] Don't always use BLOCKS for front-end optimization variables
More information about the Gcc-bugs
mailing list