[Bug fortran/85541] ICE with parameterized derived type (PDT) and allocate

2020-06-27 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85541 Fred Krogh changed: What|Removed |Added CC||siteg at mathalacarte dot com --- Comment

[Bug fortran/94925] Undesired runtime warning message

2020-05-18 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94925 --- Comment #4 from Fred Krogh --- Before submitting this I tried to make a small test case to show the problem. It did not show the problem. I was hoping that the fact that the message just started and there were no options that would turn it

[Bug fortran/94925] Undesired runtime warning message

2020-05-04 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94925 --- Comment #2 from Fred Krogh --- I'm unclear on comment 1. Are you saying the code is such that this diagnostic can not be turned off and that is the way it should be, or that there is an a problem in gfortran with the if that is guarding the

[Bug fortran/94925] New: Undesired runtime warning message

2020-05-02 Thread siteg at mathalacarte dot com
Assignee: unassigned at gcc dot gnu.org Reporter: siteg at mathalacarte dot com Target Milestone: --- Just upgraded to GNU Fortran (GCC) 10.0.1 20200328 (Red Hat 10.0.1-0.11), and am getting this warning at runtime: "Fortran runtime warning: An array temporary was created"

[Bug fortran/94377] Won't compile when deallocating a parameterized derived type

2020-04-28 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94377 --- Comment #4 from Fred Krogh --- Same error with GNU Fortran (GCC) 10.0.1 20200328 (Red Hat 10.0.1-0.11) Error says internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:2830 This one is at a different place in gimplify, but the

[Bug fortran/94377] Won't compile when deallocating a parameterized derived type

2020-04-01 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94377 --- Comment #3 from Fred Krogh --- Just got GNU Fortran (GCC) 9.3.1 20200317 (Red Hat 9.3.1-1). I gives the error $ gfortran -g -o pdt pdt.f90 pdt.f90:20:0: 20 | deallocate(av, stat=ista) | internal compiler error: in

[Bug fortran/94377] Won't compile when deallocating a parameterized derived type

2020-03-28 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94377 --- Comment #2 from Fred Krogh --- I'm sorry, I made an error when making up this code from a much bigger one. There was a missing ')' at line 8. I've corrected this in the code below. Same kind of error here, but that code compiles on both

[Bug fortran/94377] New: Won't compile when deallocating a parameterized derived type

2020-03-27 Thread siteg at mathalacarte dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: siteg at mathalacarte dot com Target Milestone: --- Below is the code with the problem. program pdt type :: av_t(n) integer, len :: n integer :: i real :: c real :: u

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 --- Comment #8 from Fred Krogh --- My apologies for posting this. In my original code the program just quit at the point of the test. I thought I had more or less reproduced this in a small program. Clearly that is not the case. My code has

[Bug fortran/90294] Compare with NaN failing

2019-04-30 Thread siteg at mathalacarte dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90294 --- Comment #2 from Fred Krogh --- Created attachment 46268 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46268=edit gfortran -g -o testi testi.f90 gives the error below Look at r > 0 NaN Note: The following

[Bug fortran/90294] New: Compare with NaN failing

2019-04-30 Thread siteg at mathalacarte dot com
Assignee: unassigned at gcc dot gnu.org Reporter: siteg at mathalacarte dot com Target Milestone: --- Comparing a double real rdat(i) containing a NaN results in Program received signal SIGFPE, Arithmetic exception. 0x555c2559 in messy_d_m::vec_setup () at Src/messy_bod.F90:1818