[Bug c++/39429] compiler create bad asm codes.

2009-03-16 Thread rearnsha at gcc dot gnu dot org
--- Comment #2 from rearnsha at gcc dot gnu dot org 2009-03-16 22:53 --- Confirmed. This is a bug in the arith_adjacent_mem pattern that only triggers when the offset to the memory from the base pointer exceeds the range of a simple add instruction (ie more than 1024 bytes). In that

[Bug c++/39429] compiler create bad asm codes.

2009-03-11 Thread ryos at sinby dot com
--- Comment #1 from ryos at sinby dot com 2009-03-12 01:19 --- Created an attachment (id=17445) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17445action=view) test sources this is test sources. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39429