[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2015-04-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #11 from Mikael Morin mikael at gcc dot gnu.org --- Author: mikael Date: Tue Apr 14 09:18:15 2015 New Revision: 222078 URL: https://gcc.gnu.org/viewcvs?rev=222078root=gccview=rev Log: PR fortran/56674 PR fortran/58813 PR

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2015-04-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #12 from Mikael Morin mikael at gcc dot gnu.org --- Author: mikael Date: Tue Apr 14 12:23:30 2015 New Revision: 222086 URL: https://gcc.gnu.org/viewcvs?rev=222086root=gccview=rev Log: PR fortran/56674 PR fortran/58813 PR

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2015-04-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-11-24 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 kargl at gcc dot gnu.org changed: What|Removed |Added CC|kargl at gcc dot gnu.org | --- Comment #9 from

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-22 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #6 from Vittorio Zecca zeccav at gmail dot com --- I found that export MALLOC_PERTURB_=256 produces a quiet NaN. I'll use this one in my .bashrc It seems to me that the earlier symptom of malfunctioning is in symbol.c:5001 dummies =

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-22 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #7 from Steve Kargl sgk at troutmask dot apl.washington.edu --- On Tue, Oct 22, 2013 at 06:40:22AM +, zeccav at gmail dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #6 from Vittorio Zecca zeccav at

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-22 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #8 from Vittorio Zecca zeccav at gmail dot com --- If I use the option -fmax-errors=1 the ICE disappears, but using this option as a default would potentially increase the time needed to get an error free code. A code containing many

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-21 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #2 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #1) With trunk gfortran gives troutmask:sgk[209] gfc4x -c b.f90 b.f90:5.16: type(t) 1 Error: Derived type 't' at (1) is being used

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-21 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #4 from Steve Kargl sgk at troutmask dot apl.washington.edu --- On Mon, Oct 21, 2013 at 04:01:43PM +, burnus at gcc dot gnu.org wrote: Error: Procedure 'yS???+' in generic interface 't' at (1) is neither function nor subroutine

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-21 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #5 from Vittorio Zecca zeccav at gmail dot com --- I did not know about MALLOC_PERTURB_ I just put in my .bashrc profile export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) gfortran fails in different places if the input file is .f or .f90

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-20 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|