This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/78466] [coarray] Explicit cobounds of a procedures parameter not respected


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78466

--- Comment #2 from vehre at gcc dot gnu.org ---
Another issue I noticed is that with -O2 the code

allocate (A[1:4,-5:*])
if (.not. allocated(A)) error stop

stops instead of continuing like it does with all other levels of optimization.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]