[Bug fortran/80257] New: Cygwin test fail: pointer_check_1.f90 output test
nightstrike at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Mar 30 02:18:00 GMT 2017
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.
More information about the Gcc-bugs
mailing list