[Bug fortran/58579] Memory allocation fails when calling character-valued function

2013-10-01 Thread apbartok at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58579 --- Comment #6 from Albert --- Thanks for the very quick reply and also for the fix!

[Bug fortran/58579] Memory allocation fails when calling character-valued function

2013-10-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58579 Tobias Burnus changed: What|Removed |Added Keywords||missed-optimization, patch St

[Bug fortran/58579] Memory allocation fails when calling character-valued function

2013-10-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58579 --- Comment #4 from Tobias Burnus --- Author: burnus Date: Tue Oct 1 21:00:17 2013 New Revision: 203088 URL: http://gcc.gnu.org/viewcvs?rev=203088&root=gcc&view=rev Log: 2013-10-01 Tobias Burnus PR fortran/58579 * trans-expr.

[Bug fortran/58579] Memory allocation fails when calling character-valued function

2013-10-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58579 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/58579] Memory allocation fails when calling character-valued function

2013-09-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58579 --- Comment #2 from Tobias Burnus --- Completely untested draft patch --- a/gcc/fortran/trans-expr.c +++ b/gcc/fortran/trans-expr.c @@ -2355,11 +2355,13 @@ gfc_conv_string_tmp (gfc_se * se, tree type, tree len) { /* Allocate a tempora

[Bug fortran/58579] Memory allocation fails when calling character-valued function

2013-09-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58579 Tobias Burnus changed: What|Removed |Added Keywords||wrong-code CC|