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!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58579
Tobias Burnus changed:
What|Removed |Added
Keywords||missed-optimization, patch
St
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58579
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58579
Tobias Burnus changed:
What|Removed |Added
Keywords||wrong-code
CC|