[Bug fortran/82814] New: ICE from submodule character function

2017-11-02 Thread werner.blokbuster at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: werner.blokbuster at gmail dot com Target Milestone: --- The following program gives an ICE with gfortran 7.2.0 and 6.4.0. Unfortunately I do not have version 8 to test. module u implicit none interface unique

[Bug fortran/82923] New: Automatic allocation of deferred length character using function result

2017-11-09 Thread werner.blokbuster at gmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: werner.blokbuster at gmail dot com Target Milestone: --- I can't believe that this isn't a duplicate although I can't find it. The following code gives a

[Bug fortran/82995] New: Segmentation fault passing optional argument to intrinsic sum function

2017-11-14 Thread werner.blokbuster at gmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: werner.blokbuster at gmail dot com Target Milestone: --- With gfortran 7.2 on linux the following code gives a segmentation fault on the output line starting "C2". So

[Bug fortran/83113] New: Bogus "duplicate allocatable attribute" error for submodule character function

2017-11-22 Thread werner.blokbuster at gmail dot com
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: werner.blokbuster at gmail dot com Target Milestone: --- The code below gives the (I believe, bogus) error with gfortran 7.2: test_suball

[Bug fortran/66408] New: deferred-length character & overloaded assignment

2015-06-03 Thread werner.blokbuster at gmail dot com
nent: fortran Assignee: unassigned at gcc dot gnu.org Reporter: werner.blokbuster at gmail dot com Target Milestone: --- The following code: module mytest implicit none type vary character(:), allocatable :: string end type vary interface assign