This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/23488] [4.1 Regression] extra reads from static variable
- From: "dann at godzilla dot ics dot uci dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2005 23:37:05 -0000
- Subject: [Bug target/23488] [4.1 Regression] extra reads from static variable
- References: <20050819213951.23488.dann@godzilla.ics.uci.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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