[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-06-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-06-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 --- Comment #8 from Paul Thomas --- Author: pault Date: Wed Jun 1 18:46:11 2016 New Revision: 237004 URL: https://gcc.gnu.org/viewcvs?rev=237004&root=gcc&view=rev Log: 2016-06-01 Paul Thomas PR fortran/71156 * decl.c (copy_p

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-06-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 --- Comment #7 from Paul Thomas --- Author: pault Date: Wed Jun 1 14:30:00 2016 New Revision: 236996 URL: https://gcc.gnu.org/viewcvs?rev=236996&root=gcc&view=rev Log: 2016-06-01 Paul Thomas PR fortran/71156 * decl.c (copy_p

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-05-30 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 --- Comment #6 from Paul Thomas --- (In reply to Dominique d'Humieres from comment #5) > With the patch in comment 3, compiling the test > > module my_interface > implicit none > interface > module subroutine f > end subroutine > e

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-05-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 --- Comment #5 from Dominique d'Humieres --- With the patch in comment 3, compiling the test module my_interface implicit none interface module subroutine f end subroutine end interface end module submodule(my_interface) my_imple

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-05-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-05-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 --- Comment #3 from Paul Thomas --- Created attachment 38527 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38527&action=edit Draft patch for the PR This regtests OK on 7.0.0. I want to check if there is a more elegant way of fixing the p

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-05-18 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 --- Comment #2 from Damian Rouson --- Thanks! D > On May 18, 2016, at 12:18 AM, pault at gcc dot gnu.org > wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 > > Paul Thomas changed: > > What|Removed

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-05-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assigne