https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90676
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[9 Regression] ambiguous |default GIMPLE dumps lack
|GIMPLE after store merging |information
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
The bugreport is of course bougs - there's no ambiguity in GIMPLE just the
(default) GIMPLE dumps do not include everything needed to re-build the GIMPLE.
That's also hardly a regression. You could argue in a similar way that
you want -vops and -alias to be the default.
That said, I'd be happy to see less if (flags & TDF_GIMPLE) in the dumper
and have the default be GIMPLE FE syntax for the individual GIMPLE stmts.
But I do not have the cycles to make this happen and adjust all of the
testsuite fallout.