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/83540] [8 Regression] Invalid code with MATMUL, -fno-realloc-lhs -ffrontend-optimize


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

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Two possible methods: Either try to use ALLOCATE instead of
assignment for front-end optimization, or simply disallow
matmul for those cases.

I am tempted to do the latter.

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