[Bug fortran/50069] FORALL fails on a character array

2017-01-18 Thread lkrupp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 lkrupp at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/50069] FORALL fails on a character array

2017-01-18 Thread lkrupp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 --- Comment #12 from lkrupp at gcc dot gnu.org --- Author: lkrupp Date: Wed Jan 18 21:41:48 2017 New Revision: 244601 URL: https://gcc.gnu.org/viewcvs?rev=244601=gcc=rev Log: 2017-01-18 Louis Krupp PR

[Bug fortran/50069] FORALL fails on a character array

2016-11-08 Thread louis.krupp at zoho dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 --- Comment #11 from louis.krupp at zoho dot com --- You're right. I wasn't paying attention to the third ("function reverse ...") in the bug report. I believe that's fixed with the attached patch to trans-expr.c along with my other patch. I

[Bug fortran/50069] FORALL fails on a character array

2016-11-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 --- Comment #10 from Dominique d'Humieres --- > The attached patch adds a slight variation of Tobias Burnus's patch > for 50069 to my patch for 55086, and it seems to fix the two tests in 50069. I have applied the patch without the last hunk.

[Bug fortran/50069] FORALL fails on a character array

2016-11-07 Thread louis.krupp at zoho dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 --- Comment #9 from louis.krupp at zoho dot com --- The attached patch adds a slight variation of Tobias Burnus's patch for 50069 to my patch for 55086, and it seems to fix the two tests in 50069. "make check-fortran" runs with no surprises.

[Bug fortran/50069] FORALL fails on a character array

2016-11-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 Dominique d'Humieres changed: What|Removed |Added CC||lkrupp at gcc dot gnu.org ---

[Bug fortran/50069] FORALL fails on a character array

2016-04-28 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 --- Comment #7 from Vittorio Zecca --- Still in 5.3.0

[Bug fortran/50069] FORALL fails on a character array

2015-10-11 Thread zmi007 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 zmi changed: What|Removed |Added CC||zmi007 at gmail dot com --- Comment #6 from zmi

[Bug fortran/50069] FORALL fails on a character array

2015-08-31 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 --- Comment #5 from Vittorio Zecca --- Still on gfortran 5.2.0

[Bug fortran/50069] FORALL fails on a character array

2013-04-16 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 Vittorio Zecca zeccav at gmail dot com changed: What|Removed |Added Version|4.6.1 |4.8.0

[Bug fortran/50069] FORALL fails on a character array

2011-08-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug fortran/50069] FORALL fails on a character array

2011-08-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org 2011-08-17 08:44:30 UTC --- (In reply to comment #2) Draft patch: This patch fails for gfortran.dg/forall_12.f90 test (of PR31217 and PR33811): character(LEN=12) :: a(2) =

[Bug fortran/50069] FORALL fails on a character array

2011-08-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc