https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97390
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:4aa9742252ea419947fe32ff64c7546c92286b96 commit r11-3875-g4aa9742252ea419947fe32ff64c7546c92286b96 Author: Tobias Burnus <tob...@codesourcery.com> Date: Wed Oct 14 15:48:22 2020 +0200 Fortran: Fix line-truncation warning for !$acc and !gcc$ gcc/fortran/ChangeLog: PR fortran/97390 * scanner.c (load_line): Fix line-truncation warning for !$acc and !gcc$ in free-form source code. gcc/testsuite/ChangeLog: PR fortran/97390 * gfortran.dg/goacc/warn_truncated.f90: New test.