https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
--- Comment #8 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Jun 7 18:39:30 2018
New Revision: 261291
URL: https://gcc.gnu.org/viewcvs?rev=261291&root=gcc&view=rev
Log:
2018-06-07 Steven G. Kargl
PR fortran/86045
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Jun 7 18:17:49 2018
New Revision: 261290
URL: https://gcc.gnu.org/viewcvs?rev=261290&root=gcc&view=rev
Log:
2018-06-07 Steven G. Kargl
PR fortran/86045
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Jun 7 17:53:11 2018
New Revision: 261286
URL: https://gcc.gnu.org/viewcvs?rev=261286&root=gcc&view=rev
Log:
2018-06-07 Steven G. Kargl
PR fortran/86045
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
--- Comment #5 from Steve Kargl ---
On Tue, Jun 05, 2018 at 06:02:47PM +, gs...@t-online.de wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
>
> --- Comment #4 from G. Steinmetz ---
> > There's a are different issue than the one
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
--- Comment #4 from G. Steinmetz ---
> There's a are different issue than the one involving MOD().
Cases from comment 1 are now separated as pr86059.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
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=86045
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
--- Comment #1 from G. Steinmetz ---
In addition some ugly cases with null(), losely related to pr66193.
$ cat zn1.f90
program p
real :: z(1) = [real :: null()] + 2.0
end
$ cat zn2.f90
program p
real :: z(1) = [real :: null()] + [real :