https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819
sandra at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819
--- Comment #7 from Thomas Koenig ---
Author: tkoenig
Date: Thu Jul 25 16:24:00 2019
New Revision: 273807
URL: https://gcc.gnu.org/viewcvs?rev=273807&root=gcc&view=rev
Log:
2019-07-25 Thomas Koenig
PR fortran/65819
* dependen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819
--- Comment #6 from Thomas Koenig ---
(In reply to Thomas Koenig from comment #5)
> Fixing the dependency for identical=true is a Good Thing(TM), but
> will not be enough to fix the test case:
Hm, another thought.
For this special case (calling
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819
--- Comment #5 from Thomas Koenig ---
Fixing the dependency for identical=true is a Good Thing(TM), but
will not be enough to fix the test case:
$ cat bar.f90
program main
implicit none
real, dimension(3,3,3) :: f,g
integer :: three
call
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819
--- Comment #4 from Dominique d'Humieres ---
> Is this PR still a problem? I get no warnings with
>
> % gfcx -o z -Wall -Wsurprising -Wextra a.f90
You need -Warray-temporaries and it is still present at revision r272311.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819
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=65819
Thomas Koenig changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #2 from Thomas Koenig -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819
Thomas Koenig changed:
What|Removed |Added
Keywords||missed-optimization
Blocks|