https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93635

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Harald Anlauf
<anl...@gcc.gnu.org>:

https://gcc.gnu.org/g:71ec9ed7a7353f66d55b034a45336bf43a026b1d

commit r14-10423-g71ec9ed7a7353f66d55b034a45336bf43a026b1d
Author: Harald Anlauf <anl...@gmx.de>
Date:   Thu May 23 21:13:00 2024 +0200

    Fortran: improve attribute conflict checking [PR93635]

    gcc/fortran/ChangeLog:

            PR fortran/93635
            * symbol.cc (conflict_std): Helper function for reporting attribute
            conflicts depending on the Fortran standard version.
            (conf_std): Helper macro for checking standard-dependent conflicts.
            (gfc_check_conflict): Use it.

    gcc/testsuite/ChangeLog:

            PR fortran/93635
            * gfortran.dg/c-interop/c1255-2.f90: Adjust pattern.
            * gfortran.dg/pr87907.f90: Likewise.
            * gfortran.dg/pr93635.f90: New test.

    Co-authored-by: Steven G. Kargl <ka...@gcc.gnu.org>
    (cherry picked from commit 9561cf550a66a89e7c8d31202a03c4fddf82a3f2)

Reply via email to