This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[PATCH] GCSE considers read only memory clobbered by function calls -- Fix





A patch following http://gcc.gnu.org/ml/gcc/2005-05/msg01224.html
Bootstrap passed (with -O2 -g -fgcse -fgcse-las --param max-gcse-passes=3)
and no new regressions on powerpc-apple-darwin.

2005-05-31 Mostafa Hagog <mustafa@il.ibm.com>

      * gcse.c (compute_transp, load_killed_in_block): use MEM_READONLY_P.

(See attached file: gcse_las3.patch)

Attachment: gcse_las3.patch
Description: Binary data


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