[Bug fortran/86006] compile time error generic type bound procedure

2018-06-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86006 janus at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/86006] compile time error generic type bound procedure

2018-06-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86006 Dominique d'Humieres changed: What|Removed |Added CC||janus at gcc dot gnu.org ---

[Bug fortran/86006] compile time error generic type bound procedure

2018-06-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86006 --- Comment #6 from Dominique d'Humieres --- > here is the link: > > https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/779807 What do you conclude from the posts?

[Bug fortran/86006] compile time error generic type bound procedure

2018-06-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86006 --- Comment #5 from Dominique d'Humieres --- BTW do you expect the ambiguity to be resolved in the following test? Module Mod_LL_DT Implicit None Private Type, Public :: LLCont_DT contains Generic :: GetElement =>

[Bug fortran/86006] compile time error generic type bound procedure

2018-06-01 Thread karl.may0 at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86006 --- Comment #4 from Karl May --- Hi. Thanks. here is the link: https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/779807

[Bug fortran/86006] compile time error generic type bound procedure

2018-06-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86006 --- Comment #3 from Dominique d'Humieres --- > From my understanding the compiler translates the generic call > at compile time into calls for the functions bound to the generic call. > If this is the case, and given the fact that the compiler

[Bug fortran/86006] compile time error generic type bound procedure

2018-06-01 Thread karl.may0 at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86006 --- Comment #2 from Karl May --- Hi. Thank for the response It compiles with ifort -c -stand f08 tmp.f90 ifort -c -stand f15 tmp.f90 ifort -c -stand f03 tmp.f90 ifort version was 17.07 >From my understanding the compiler translates the

[Bug fortran/86006] compile time error generic type bound procedure

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