This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/49642] constant part of a macro not optimized away as expected due to splitter
- From: "wschmidt at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 07 Jan 2012 00:13:10 +0000
- Subject: [Bug tree-optimization/49642] constant part of a macro not optimized away as expected due to splitter
- Auto-submitted: auto-generated
- References: <bug-49642-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49642
--- Comment #5 from William J. Schmidt <wschmidt at gcc dot gnu.org> 2012-01-07 00:13:10 UTC ---
This was "solved" (or became dormant) with revision 171450 on trunk:
2011-03-25 Richard Guenther <rguenther@suse.de>
* passes.c (init_optimization_passes): Add FRE pass after
early SRA.