Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: jiri.pitt...@jh-inst.cas.cz
Target Milestone: ---
Created attachment 45208
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45208&action=edit
source file triggering the b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88452
--- Comment #2 from jiri.pitt...@jh-inst.cas.cz ---
The workaround works only until you try to access the array:
subroutine tccdenom(n1,n2)
implicit none
integer n1, n2,i,j
real tt1(n1,n2)
complex ctt1(n1,n2
: gcc
Version: 6.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: jiri.pitt...@jh-inst.cas.cz
Target Milestone: ---
Created attachment 43656
--> ht
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84867
--- Comment #3 from jiri.pitt...@jh-inst.cas.cz ---
Created attachment 43658
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43658&action=edit
similar buggy behavior without any compiler warning