[Bug fortran/92191] internal compiler error: Segmentation fault

2020-07-30 Thread john_watts at isoparix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 --- Comment #12 from John Watts --- Thank you - compiles clean now. Regards, John Watts john_wa...@isoparix.com Skype: JS.Watts Tel:+44 (0)20 8549 6501 Mob:+44 (0)774 694 9715 Everything that is Proveable is True. But not everythi

[Bug fortran/92191] internal compiler error: Segmentation fault

2020-07-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 Dominique d'Humieres changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-12-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 Thomas Koenig changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from Thomas Koen

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-12-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-10-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 --- Comment #8 from Martin Liška --- Sorry, but I can't reproduce that problem on my Linux machine :/

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-10-23 Thread john_watts at isoparix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 --- Comment #7 from John Watts --- (gdb) backtrace #0 0x0001004fcf20 in ?? () #1 0x0001004fd4c9 in ?? () #2 0x0001004fd6d0 in ?? () #3 0x00010050aac4 in ?? () #4 0x0001004983af in ?? () #5 0x0001004df32b in ?? () #6

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-10-23 Thread john_watts at isoparix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 --- Comment #6 from John Watts --- e:\ISOPERF\SRC>gfortran -g -ffpe-trap=zero,overflow,underflow -fdollar-ok -wrapper gdb,--args -c fosyan.f GNU gdb (GDB) (Cygwin 8.1.1-1) 8.1.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: G

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-10-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 --- Comment #5 from Martin Liška --- Replace: gdb, --args with: gdb,--args

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-10-23 Thread john_watts at isoparix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 --- Comment #4 from John Watts --- As directed: gfortran -g  -ffpe-trap=zero,overflow,underflow -fdollar-ok -wrapper gdb, --args -c fosyan.f gfortran: error: unrecognized command line option '--args' Regards, John Watts john_wa...@isoparix.co

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-10-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 --- Comment #3 from Martin Liška --- > > > gfortran -g  -ffpe-trap=zero,overflow,underflow -fdollar-ok -save-temps > -wrapper gdb --args -c fosyan.f > gfortran: error: unrecognized command line option '--args' > There must be a comma in betwe

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-10-23 Thread john_watts at isoparix dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 --- Comment #2 from John Watts --- Thanks for rapid response, but sorry, need to see full command line you want.   Tried: gfortran -g  -ffpe-trap=zero,overflow,underflow -fdollar-ok -save-temps -wrapper gdb --args -c fosyan.f gfortran: error: u

[Bug fortran/92191] internal compiler error: Segmentation fault

2019-10-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92191 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|