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 target/23488] [4.1 Regression] extra reads from static variable


------- Additional Comments From dann at godzilla dot ics dot uci dot edu  2005-08-19 23:37 -------
It's strange that the load(*) does not get optimized, given that it's in the
same BB as the store that precedes it... 

           movl    %eax, result.1282   
(*)        movl    result.1282, %eax

-- 


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


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