[Bug fortran/91332] New: ICE: Segfault in gfortran when compiling massive function with -O3

2019-08-02 Thread clogged.drainpipe at gmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: clogged.drainpipe at gmail dot com Target Milestone: --- Created attachment 46664 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46664=edit gzipped source to reproduce He

[Bug rtl-optimization/91332] ICE: Segfault in gfortran when compiling massive subroutine with -O3

2019-08-07 Thread clogged.drainpipe at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91332 --- Comment #2 from Madarpok . --- I can confirm that raising the stack limit with ulimit -s unlimited does not prevent this crash. Something inside gfortran is breaking/overflowing.

[Bug rtl-optimization/91332] ICE: Segfault in gfortran when compiling massive subroutine with -O3

2020-03-01 Thread clogged.drainpipe at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91332 --- Comment #3 from Madarpok . --- Any movement regarding this?