[Bug fortran/90800] New: exe crash when pasting characters

2019-06-09 Thread karl.may0 at freenet dot de
Assignee: unassigned at gcc dot gnu.org Reporter: karl.may0 at freenet dot de Target Milestone: --- Created attachment 46468 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46468=edit test program Hi, the attached code crashes. However, it does not crash alw

[Bug fortran/90795] New: ICE on compilation when using flas "-fcheck=bounds" in submodules structure

2019-06-09 Thread karl.may0 at freenet dot de
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: karl.may0 at freenet dot de Target Milestone: --- Created attachment 46467 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46467=edit test code attached

[Bug fortran/86149] New: generic binding in derived types

2018-06-14 Thread karl.may0 at freenet dot de
Assignee: unassigned at gcc dot gnu.org Reporter: karl.may0 at freenet dot de Target Milestone: --- According to the last post in this thread https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/779807 this code should not compile but it does

[Bug fortran/86148] New: parameterized type compile time error

2018-06-14 Thread karl.may0 at freenet dot de
Assignee: unassigned at gcc dot gnu.org Reporter: karl.may0 at freenet dot de Target Milestone: --- This does not compile: Module AA Type, abstract :: parent(k) Integer, kind :: k Real(k) :: b End type parent Type, extends(parent) :: child contains Procedure

[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 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] New: compile time error generic type bound procedure

2018-05-30 Thread karl.may0 at freenet dot de
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: karl.may0 at freenet dot de Target Milestone: --- This code: Module Mod_LL_DT Implicit None Private Type, Public :: LLCont_DT contains Generic :: GetElement => GetElementByType,GetElementByPosit

[Bug fortran/81903] New: compiler reports a language problem (Invalid character in name at)

2017-08-19 Thread karl.may0 at freenet dot de
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: karl.may0 at freenet dot de Target Milestone: --- Created attachment 42010 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42010=edit source code for bug reproduction W