[Bug fortran/25714] concat of strings create an extra temporary variable

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Dec 26 00:42:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25714

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |tkoenig at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2010-12-26 00:42:35 UTC ---
The test case from comment#1 could be done as

c(1:1) = a
c(2:2) = b

in the front end optimization pass.

I'll give it a shot.



More information about the Gcc-bugs mailing list