[Bug fortran/82243] -fcheck=bounds not checking, and behaving differently with different real kinds

2019-11-08 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82243 --- Comment #4 from anlauf at gcc dot gnu.org --- I don't think that it has to do with kinds. Currently there simply seems to be no code being emitted for array constructors. Example: program p implicit none integer :: i, n = 40 real

[Bug fortran/82243] -fcheck=bounds not checking, and behaving differently with different real kinds

2018-11-10 Thread maik.riechert at arcor dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82243 maik.riechert at arcor dot de changed: What|Removed |Added CC||maik.riechert at arcor

[Bug fortran/82243] -fcheck=bounds not checking, and behaving differently with different real kinds

2017-09-19 Thread harper at msor dot vuw.ac.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82243 --- Comment #2 from harper at msor dot vuw.ac.nz --- Since reporting the bug yesterday I have found that the bug requires the integer n to be a subprogram argument. If instead n is a constant, the bad array assignment is correctly diagnosed at

[Bug fortran/82243] -fcheck=bounds not checking, and behaving differently with different real kinds

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