[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 changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[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 --- Author: mikael Date: Tue Apr 14 12:23:30 2015 New Revision: 222086 URL: https://gcc.gnu.org/viewcvs?rev=222086&root=gcc&view=rev Log: PR fortran/56674 PR fortran/58813 PR fortran/59016 PR for

[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 --- Author: mikael Date: Tue Apr 14 09:18:15 2015 New Revision: 222078 URL: https://gcc.gnu.org/viewcvs?rev=222078&root=gcc&view=rev Log: PR fortran/56674 PR fortran/58813 PR fortran/59016 PR for

[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 kar

[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 --- 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 errors would require as m

[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 --- 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 --- > I found that > export MALLOC_PERTURB_=2

[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 #6 from Vittorio Zecca --- 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 = sym->formal;" where sym

[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 --- 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 As .f I get bus error a

[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 --- 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 > > where the procedure name is gar

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED Known to work|

[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 bein

[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|