[Bug fortran/67884] Missing error message on required allocatable attribute

2019-06-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67884 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|NEW

[Bug fortran/67884] Missing error message on required allocatable attribute

2019-06-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67884 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Jun 21 20:24:01 2019 New Revision: 272569 URL: https://gcc.gnu.org/viewcvs?rev=272569&root=gcc&view=rev Log: 2019-06-21 Steven G. Kargl PR fortran/67884

[Bug fortran/67884] Missing error message on required allocatable attribute

2015-10-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67884 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/67884] Missing error message on required allocatable attribute

2015-10-07 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67884 --- Comment #1 from Gerhard Steinmetz --- Whereas, detected with explicit result variable : $ cat z5a.f90 program p integer i print *, [(f(i), i=1,3)] contains function f(n) result(z) integer :: n character(:) :: z ch