[Bug fortran/103707] Stray "Array operands are incommensurate"

2021-12-14 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #1 from Thomas Koenig --- This is with gcc 11, no time to further reduce / try with trunk right now.

[Bug fortran/103707] Stray "Array operands are incommensurate"

2021-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #2 from anlauf at gcc dot gnu.org --- Could it be the overflow simplifying fmax/fmin triggering this?

[Bug fortran/103707] Stray "Array operands are incommensurate"

2021-12-14 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #3 from G. Steinmetz --- A quick reduction yields z1 and for comparison z2 : $ cat z1.f90 program p real, parameter :: fmin(1) = 0. real, parameter :: fmax(1) = 1. print *, (fmax/fmin)**2 end $ cat z2.f90 program p rea

[Bug fortran/103707] Stray "Array operands are incommensurate"

2021-12-14 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #4 from G. Steinmetz --- Sorry, I forgot z3 : program p print *, [1.]/[0.] end

[Bug fortran/103707] Stray "Array operands are incommensurate"

2021-12-14 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #5 from Thomas Koenig --- Thanks for the quick reduction, Gerhard. This originally came from something like program p real, parameter :: fmin(1) = 0. real, parameter :: fmax(1) = 1. real :: x(1) where (fmin <= 0)

[Bug fortran/103707] Stray "Array operands are incommensurate"

2022-06-26 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2022-06-26 C

[Bug fortran/103707] Stray "Array operands are incommensurate"

2024-03-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #7 from GCC Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:93e1d4d24ed014387da97e2ce11556d68fe98e66 commit r14-9340-g93e1d4d24ed014387da97e2ce11556d68fe98e66 Author: Harald Anlauf Date: T

[Bug fortran/103707] Stray "Array operands are incommensurate"

2024-03-06 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|

[Bug fortran/103707] Stray "Array operands are incommensurate"

2024-04-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:2808797fc4da7cc455803e2b69368b52db857b4c commit r13-8559-g2808797fc4da7cc455803e2b69368b52db857b4c Author: Harald Anlauf

[Bug fortran/103707] Stray "Array operands are incommensurate"

2024-04-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #10 from