https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95476
Martin Diehl changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
There is some ambiguity when reading a file of zero length:
program test
character(len=:), allocatable :: a
a = IO_read('empty.txt')
print*, len(a)
print*, '#
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95446
--- Comment #2 from Martin Diehl ---
many thanks for the quick reply!
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
to my understanding, the following code is valid
program elemental_optional
implicit none
integer :: m(5), r(5)
m = 1
r = outer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83705
Martin Diehl changed:
What|Removed |Added
CC||m.diehl at mpie dot de
--- Comment #15
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
Created attachment 47647
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47647&action=edit
source code
The following code fo
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
Created attachment 46896
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46896&action=edit
Example code wi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85839
Martin Diehl changed:
What|Removed |Added
CC||m.diehl at mpie dot de
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83113
--- Comment #5 from Martin Diehl ---
forgot to mention:
1) I have encountered this for gfortran 8.3.0
2) Intel fortran accepts the code
3) Would it be possible to change the title? It is not only related to
characters and allocatable but for gen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83113
--- Comment #4 from Martin Diehl ---
The same error occurs for the dimension attribute and real variables
gfortran -c test_module.f90
test_module.f90:20:27:
real, dimension(2) :: p
1
Error: Duplicate DIMENSION at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83113
Martin Diehl changed:
What|Removed |Added
CC||m.diehl at mpie dot de
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87937
Martin Diehl changed:
What|Removed |Added
CC||m.diehl at mpie dot de
--- Comment #15
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88412
Martin Diehl changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
The following program fails with a segmentation fault with 8.2.1 20181127 but
works with 8.2.1 20180831
program derivedType
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 87449, which changed state.
Bug 87449 Summary: -Wunused-variable and associate
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87449
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87449
Martin Diehl changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87707
Martin Diehl changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
gfortran (confirmed for 6.3.0 and 8.2.1) rejects passing in a derived type to a
subroutine with a type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87449
--- Comment #3 from Martin Diehl ---
Dear Dominique,
sorry for the duplicated reports, I always got an server error and
assumed filing the report failed.
best regards,
Martin
On Fri, 2018-09-28 at 17:06 +, dominiq at lps dot ens.fr wrote:
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
Host: x86_64-pc-linux-gnu
Target: x86_64-pc-linux-gnu
Warning messages about unused
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
Target: x86_64-pc-linux-gnu
Warning messages about unused variables (-Wunused-variable) appear wrongly when
associate is used
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
Target: x86_64-pc-linux-gnu
Warning messages about unused variables (-Wunused-variable) appear wrongly when
associate is used (false positive
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
present(arg) does not recognize the presence of an optional argument 'arg' if
'arg' is an array of s
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
The following code fails at runtime with
> Fortran runtime error: Different CHARACTER lengths (0/64) in array constructor
if I comp
ty: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: m.diehl at mpie dot de
Target Milestone: ---
I'm having trouble with nested spread statements on GCC 8.1.0 (Linux
4.16.8-1-ARCH). The same code runs on GCC 7.3.0 (Linux 4
25 matches
Mail list logo