[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-01-30 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 --- Comment #4 from Paul Thomas 2011-01-30 21:22:21 UTC --- Created attachment 23170 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23170 Patch for the PR This is regtesting as I right but I am sure that it is good. Note the mod to dump-pa

[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-01-30 Thread paul.richard.thomas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 --- Comment #5 from paul.richard.thomas at gmail dot com 2011-01-31 07:26:23 UTC --- > This is regtesting as I right but I am sure that it is good. That does indeed regtest OK. Paul

[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-01-31 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 --- Comment #6 from Dominique d'Humieres 2011-01-31 13:24:19 UTC --- > That does indeed regtest OK. It passes all my tests too;-) Thanks for the patch.

[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-01-31 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 --- Comment #7 from Paul Thomas 2011-01-31 19:13:17 UTC --- Author: pault Date: Mon Jan 31 19:13:13 2011 New Revision: 169444 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169444 Log: 2011-01-31 Paul Thomas PR fortran/47519 *

[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-02-02 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 --- Comment #8 from Diego Novillo 2011-02-02 18:12:18 UTC --- Author: dnovillo Date: Wed Feb 2 18:12:07 2011 New Revision: 169723 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169723 Log: 2011-01-31 Paul Thomas PR fortran/47519

[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-02-02 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 --- Comment #9 from Paul Thomas 2011-02-02 19:00:11 UTC --- Fixed on trunk and on google. Thanks for the report, Tobias. Paul

[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-02-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 Tobias Burnus changed: What|Removed |Added Keywords||wrong-code Summary|ICE on allo

[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-01-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 --- Comment #2 from Tobias Burnus 2011-01-28 20:00:31 UTC --- Paul, do you think one should do something alike in gfc_trans_allocate and in the intrinsic scalar/array assignment block? gfc_conv_intrinsic_len has: default: /* Anybody s

[Bug fortran/47519] Deferred-length string wrong results with character intrinsic functions

2011-01-29 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47519 Paul Thomas changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|