This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/47239] [4.6 Regression] (int)&func & 3 is always optimized to 0 on some targets
- From: "kkojima at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 11 Jan 2011 23:14:57 +0000
- Subject: [Bug tree-optimization/47239] [4.6 Regression] (int)&func & 3 is always optimized to 0 on some targets
- Auto-submitted: auto-generated
- References: <bug-47239-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47239
--- Comment #3 from Kazumoto Kojima <kkojima at gcc dot gnu.org> 2011-01-11 23:14:45 UTC ---
I've tried 168661 with arm, hppa and sh64 cc1's. The problem
has gone away on all these 3 targets. Thanks!