[Bug fortran/60593] ICE with deferred length variable in FORALL

2016-03-09 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/60593] ICE with deferred length variable in FORALL

2016-03-09 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #9 from Paul Thomas --- Author: pault Date: Wed Mar 9 20:49:58 2016 New Revision: 234093 URL: https://gcc.gnu.org/viewcvs?rev=234093=gcc=rev Log: 2016-03-09 Paul Thomas Backport from trunk. PR

[Bug fortran/60593] ICE with deferred length variable in FORALL

2016-01-16 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org

[Bug fortran/60593] ICE with deferred length variable in FORALL

2016-01-15 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #7 from Paul Thomas --- Author: pault Date: Fri Jan 15 20:33:58 2016 New Revision: 232450 URL: https://gcc.gnu.org/viewcvs?rev=232450=gcc=rev Log: 2016-01-15 Paul Thomas PR fortran/64324 *

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-08-30 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #6 from Tobias Burnus burnus at gcc dot gnu.org --- Author: burnus Date: Sat Aug 30 18:47:04 2014 New Revision: 214757 URL: https://gcc.gnu.org/viewcvs?rev=214757root=gccview=rev Log: 2014-08-30 Tobias Burnus bur...@net-b.de

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #5 from Dominique d'Humieres dominiq at lps dot ens.fr --- This PR is fixed by the patch at https://gcc.gnu.org/ml/fortran/2014-08/msg00114.html. Test that can be executed: character(len=10), target :: c character(len=:), pointer ::

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-03-19 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 kargl at gcc dot gnu.org changed: What|Removed |Added Known to fail||4.9.0 --- Comment #1 from

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-03-19 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #2 from Steve Kargl sgk at troutmask dot apl.washington.edu --- Here's a reduced testcase that appears to lead to the same ICE without the ISO C binding detour. function C2FChar(j, s) result(res) implicit none integer,

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-03-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/60593] ICE with deferred length variable in FORALL

2014-03-19 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593 --- Comment #4 from Steve Kargl sgk at troutmask dot apl.washington.edu --- On Wed, Mar 19, 2014 at 06:01:14PM +, dominiq at lps dot ens.fr wrote: --- Comment #3 from Dominique d'Humieres dominiq at lps dot ens.fr --- It looks similar to