[Bug fortran/80257] Cygwin test fail: pointer_check_1.f90 output test

2019-01-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80257 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/80257] Cygwin test fail: pointer_check_1.f90 output test

2019-01-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80257 --- Comment #5 from Dominique d'Humieres --- Is this PR still valid (over a year without feedback)?

[Bug fortran/80257] Cygwin test fail: pointer_check_1.f90 output test

2017-10-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80257 --- Comment #4 from Dominique d'Humieres --- What is the output at run time of the following test? Program RunTimeCheck implicit none call sub() contains subroutine sub() print *, 'Hello World' end subroutine sub end Program

[Bug fortran/80257] Cygwin test fail: pointer_check_1.f90 output test

2017-03-30 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80257 --- Comment #3 from nightstrike --- $ ./test.exe Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: #0 0x in ??? #1 0x in ??? #2 0x in

[Bug fortran/80257] Cygwin test fail: pointer_check_1.f90 output test

2017-03-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80257 --- Comment #2 from Dominique d'Humieres --- What is the output of subroutine ppTest(f) implicit none external f call f() end subroutine ppTest Program RunTimeCheck implicit none external :: ppTest procedure(), pointer :: pptr

[Bug fortran/80257] Cygwin test fail: pointer_check_1.f90 output test

2017-03-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80257 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|