https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80257
Bug ID: 80257 Summary: Cygwin test fail: pointer_check_1.f90 output test Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: nightstrike at gmail dot com Target Milestone: --- Created attachment 41082 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41082&action=edit Assembly output from compiling the testcase This test fails due to an early segmentation fault on either of these two lines: call ppTest(pptr) call ppTest2(pptr) Commenting out both of those allows the test to get to the point where it correctly gives the "At line 53..." output. It still seg faults after that, though. Since back traces are not usable on cygwin, I attached the assembler output. Maybe that's useful to someone.