https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93552
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |jvdelisle at gcc dot gnu.org
--- Comment #16 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
(In reply to Christopher Albert from comment #15)
> Created attachment 63883 [details]
> Proposed testcase: ICE in gfc_trans_exit with OpenACC tiled loop
>
> The reproducer in comment 0 now gives a proper diagnostic instead of an ICE
> on current trunk (GCC 16), fixed by r13-3982-g2bd8c3ff351. Attaching a
> testcase to prevent future regressions. Can this be closed as FIXED?
This one already has a test case so no action needed.
See gcc/testsuite/gfortran.dg/goacc/tile-4.f90
Also, there is no error as indicated on proposed test.