http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54150
Steven Bosscher <steven at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27929|0 |1 is obsolete| | --- Comment #5 from Steven Bosscher <steven at gcc dot gnu.org> 2012-08-06 11:44:14 UTC --- Created attachment 27951 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27951 Patch, 2nd try Here's take 2. A few test cases also needed fixing. BTW, the dumps are also ugly because the alias dumper doesn't honor TDF_DETAILS. If I ask for just the -fdump-tree-pre dump, I get the function _and_ all the alias analysis constraints and solutions. It would be nice if that can be fixed as well.