https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85541
Fred Krogh changed:
What|Removed |Added
CC||siteg at mathalacarte dot com
--- Comment
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
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
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"
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
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 gimplify_v
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 In
ormal
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
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 c
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&action=edit
gfortran -g -o testi testi.f90 gives the error below
Look at r > 0 NaN
Note: The following floatin
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
11 matches
Mail list logo