[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #7 from Jakub Jelinek --- So supposedly gfc_error needs to for buffered_p case also save and temporarily clear global_dc->abort_on_error. Maybe various other changes needed for that. Wonder what is -dH good for, don't really see whe

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #6 from Dominique d'Humieres --- > I don't have mpi installed, so it is hard to find out if you get an error > or not - your testcase is clearly not self-contained; I certainly do get > an error and correct abort after that. Self con

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #5 from Jakub Jelinek --- I don't have mpi installed, so it is hard to find out if you get an error or not - your testcase is clearly not self-contained; I certainly do get an error and correct abort after that.

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread Melven.Roehrig-Zoellner at DLR dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 Melven.Roehrig-Zoellner at DLR dot de changed: What|Removed |Added Severity|normal |minor --- Comment

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #3 from Jakub Jelinek --- Though, looking at the implementation and documentation of -dH, it sounds like it is intentional. -dH is supposed to stand for abort the compiler after issuing an error. That is not an internal compiler err

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #2 from Dominique d'Humieres --- The following test (from pr58334) program foo implicit none character(len=16) :: a,b,c a="XXX" b="& &XXX" c="XXX & & XXX" write(0,*) 'a=',a,' b=',b,' c=',c endprogram foo shows the same behavior

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|