[Bug fortran/86704] Segmentation fault when using matmul in combination with transpose

2018-07-29 Thread stanislav.palacek at vsb dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86704 --- Comment #3 from Stanislav Paláček --- Also tried with gcc-7.2.0 - no problem gcc-8.1.0,gcc-8-2-0 - this bug appeared

[Bug fortran/86704] Segmentation fault when using matmul in combination with transpose

2018-07-27 Thread stanislav.palacek at vsb dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86704 --- Comment #2 from Stanislav Paláček --- (In reply to Dominique d'Humieres from comment #1) > WORKSFORME on darwin. What is your stack size limit? Max stack size is unlimited. Also tried on another computer with older version of GCC and problem

[Bug fortran/86704] New: Segmentation fault when using matmul in combination with transpose

2018-07-27 Thread stanislav.palacek at vsb dot cz
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: stanislav.palacek at vsb dot cz Target Milestone: --- Compiled by ifort works properly. With gfortran gives Segmentation fault. Problem occurs when n=1 and m is greater than 117