This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gfortran,patch] Fix simplification and code generation for REPEAT


Hi all,

Attached patch fixes various problems with the simplification and code generation of the REPEAT intrinsic. It also fixes PR 31304, and removes the need for a string_repeat() function in libgfortran by emiting the code directly (it leads to higher optimisation).

Bootstrapped and regtested on i686-linux, OK for mainline ?

FX



:ADDPATCH fortran:

Attachment: pr31304.ChangeLog
Description: Binary data

Attachment: pr31304.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]