This is the mail archive of the gcc-bugs@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]

[Bug middle-end/42834] memcpy folding overeager



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-01-22 12:36 -------
Another possible way is to have a block-copy operation in gimple that
would do the copy with alias-set zero and avoids the address-taking.


-- 


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


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