[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2021-10-23 Thread sandra at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819 sandra at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2019-07-25 Thread tkoenig at gcc dot gnu.org
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

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2019-07-24 Thread tkoenig at gcc dot gnu.org
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

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2019-07-23 Thread tkoenig at gcc dot gnu.org
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

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2019-06-14 Thread dominiq at lps dot ens.fr
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.

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2019-06-14 Thread kargl at gcc dot gnu.org
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

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2015-09-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Thomas Koenig -

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

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

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2015-04-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819 Thomas Koenig changed: What|Removed |Added Keywords||missed-optimization Blocks|