https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
kargl at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|10.0|9.2
--- Comment #15 from kargl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
--- Comment #14 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Jun 20 23:15:32 2019
New Revision: 272529
URL: https://gcc.gnu.org/viewcvs?rev=272529&root=gcc&view=rev
Log:
2019-06-20 Steven G. Kargl
Backport from mainline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
--- Comment #13 from Dominique d'Humieres ---
Note that the test z4.f90 in comment 6 is still accepted.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
--- Comment #11 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Jun 13 18:40:19 2019
New Revision: 272259
URL: https://gcc.gnu.org/viewcvs?rev=272259&root=gcc&view=rev
Log:
2019-06-13 Steven G. Kargl
PR fortran/68544
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
--- Comment #9 from Harald Anlauf ---
(In reply to kargl from comment #8)
> Index: gcc/fortran/resolve.c
> ===
> --- gcc/fortran/resolve.c (revision 266281)
> +++ gcc/fortran/res
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC|kargl at gcc dot gnu.org |
--- Comment #8 from ka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
Harald Anlauf changed:
What|Removed |Added
CC||anlauf at gmx dot de
--- Comment #7 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
--- Comment #6 from Gerhard Steinmetz
---
These snippets are silently accepted (t is not an array nor a scalar).
$ cat z3.f90
program p
type t
end type
print *, shape(t)
end
$ gfortran-7-20161120 -Wall -fcheck=all z3.f90
$ a.out
$
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
--- Comment #5 from Gerhard Steinmetz
---
Affects several intrinsic functions/subroutines ...
$ cat z7.f90
program p
type t
end type
print *, atomic_define(t)
print *, atomic_ref(t)
print *, coshape(t)
print *, cpu_time(t)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
--- Comment #4 from Gerhard Steinmetz
---
Invalid code with a function :
$ cat z2.f90
program p
type t
end type
print *, f(t)
end
$ gfortran-7-20161120 z2.f90
z2.f90:2:0:
type t
internal compiler error: Segmentation fault
0xc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
Gerhard Steinmetz changed:
What|Removed |Added
CC||gerhard.steinmetz.fortran@t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
--- Comment #2 from Jim MacArthur ---
Sun f90 output:
CALL sub(t)
^
"pass-type-constructor-as-function.f", Line = 10, Column = 16: ERROR: This use
of derived type "T" is not valid.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
16 matches
Mail list logo