[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2020-01-04 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #14 from Tom de Vries --- (In reply to Tobias Burnus from comment #13) > I believe this has been fixed properly by the patch for PR fortran/79886 in > r246203 by adding the following to gcc/fortran/error.c's gfc_format_decoder: > >

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2020-01-02 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2018-05-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #12 from Tom de Vries --- (In reply to Eric Gallager from comment #9) > (In reply to Tom de Vries from comment #8) > > (In reply to vries from comment #6) > > > posted RFC: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01749.html > >

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2018-05-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #11 from Tom de Vries --- (In reply to kargl from comment #10) > If you're looking for a Fortran maintainer's approval, then > one may want to submit the patch to fort...@gcc.gnu.org. Both the original submission and the ping where

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2018-05-14 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #10 from kargl at gcc dot gnu.org --- (In reply to Eric Gallager from comment #9) > (In reply to Tom de Vries from comment #8) > > (In reply to vries from comment #6) > > > posted RFC:

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2018-05-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #9 from Eric Gallager --- (In reply to Tom de Vries from comment #8) > (In reply to vries from comment #6) > > posted RFC: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01749.html > > pinged:

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2016-01-13 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #8 from vries at gcc dot gnu.org --- (In reply to vries from comment #6) > posted RFC: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01749.html pinged: https://gcc.gnu.org/ml/gcc-patches/2016-01/msg00831.html

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2015-12-17 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #3 from vries at gcc dot gnu.org --- Created attachment 37059 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37059=edit tentative patch

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2015-12-17 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #6 from vries at gcc dot gnu.org --- posted RFC: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01749.html

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2015-12-17 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 vries at gcc dot gnu.org changed: What|Removed |Added Keywords|openacc | --- Comment #7 from vries at

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2015-12-17 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 Thomas Schwinge changed: What|Removed |Added Keywords||openacc

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2015-12-17 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #5 from vries at gcc dot gnu.org --- (In reply to Thomas Schwinge from comment #4) > Can you confirm that this is fixed when setting "omp declare target"'s > max_len to -1 in gcc/fortran/f95-lang.c? I don't understand the question.

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2015-12-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #1 from vries at gcc dot gnu.org --- To reproduce on trunk, introduce triggering of the error here: ... diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index 8556b70..60f4ad3 100644 --- a/gcc/fortran/f95-lang.c +++

[Bug fortran/68950] [fortran] gfc_format_decoder cannot handle %qE

2015-12-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68950 --- Comment #2 from vries at gcc dot gnu.org --- Using this patch: ... diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index 8c4fa03..2669bf2 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -2097,7 +2097,9