[Bug fortran/60355] [F08] constraint C519 for BIND attribute not enforced

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60355 --- Comment #6 from Aldy Hernandez --- Author: aldyh Date: Wed Sep 13 16:53:49 2017 New Revision: 252408 URL: https://gcc.gnu.org/viewcvs?rev=252408=gcc=rev Log: 2017-08-11 Thomas Koenig PR fortran/60355

[Bug fortran/60355] [F08] constraint C519 for BIND attribute not enforced

2017-08-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60355 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/60355] [F08] constraint C519 for BIND attribute not enforced

2017-08-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60355 --- Comment #4 from Thomas Koenig --- Author: tkoenig Date: Fri Aug 11 17:45:36 2017 New Revision: 251054 URL: https://gcc.gnu.org/viewcvs?rev=251054=gcc=rev Log: 2017-08-11 Thomas Koenig PR fortran/60355

[Bug fortran/60355] [F08] constraint C519 for BIND attribute not enforced

2017-08-02 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60355 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/60355] [F08] constraint C519 for BIND attribute not enforced

2017-08-02 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60355 --- Comment #2 from Thomas Koenig --- Apparently only for implicitly-typed variables. This works as expected: program main integer, bind(c) :: i end program main $ gfortran a.f90 a.f90:2:23: integer, bind(c) :: i