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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|
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
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
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)
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
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
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?
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.
10 matches
Mail list logo