[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 anlauf at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #10 from anlauf at gcc dot gnu.org --- Author: anlauf Date: Sun Mar 3 20:36:12 2019 New Revision: 269355 URL: https://gcc.gnu.org/viewcvs?rev=269355&root=gcc&view=rev Log: 2019-03-03 Harald Anlauf Steven G. Kargl

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #9 from anlauf at gcc dot gnu.org --- Author: anlauf Date: Sun Mar 3 20:30:44 2019 New Revision: 269354 URL: https://gcc.gnu.org/viewcvs?rev=269354&root=gcc&view=rev Log: 2019-03-03 Harald Anlauf Steven G. Kargl

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #8 from anlauf at gcc dot gnu.org --- Author: anlauf Date: Sun Mar 3 20:24:53 2019 New Revision: 269353 URL: https://gcc.gnu.org/viewcvs?rev=269353&root=gcc&view=rev Log: 2019-03-03 Harald Anlauf Steven G. Kargl

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #7 from Dominique d'Humieres --- Patch at https://gcc.gnu.org/ml/fortran/2019-03/msg7.html and it has been approved.

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-01 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #6 from Steve Kargl --- On Fri, Mar 01, 2019 at 09:58:43PM +, anlauf at gcc dot gnu.org wrote: > (In reply to kargl from comment #4) > > (In reply to Manuel López-Ibáñez from comment #2) > > > check_conflict is sometimes called wi

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-01 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org ---

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2016-09-14 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2016-09-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #3 from Dominique d'Humieres --- > check_conflict is sometimes called with name = NULL and that is passed > to %qs causing a crash. Indeed, but this is not the case for the tests giving the error Error: internal procedure '*' at (1)

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2016-09-13 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2016-09-13 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #1 from Gerhard Steinmetz --- With official releases (configured with --enable-checking=release) : $ gfortran-6 z1.f90 z1.f90:3:20: pure subroutine s 1 Error: internal procedure 's' at (1) conflicts with D