https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70221
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-03-16
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Surely not TDF_DETAILS. I think TDF_GRAPH docs should simply be adjusted.
Yes, separate files would be nice but then we should have dump infrastructure
to say allow
FILE *f = dump_start_graph ("constraint1");
... write to f ...
dump_finish_graph (f);
producing a dump file .033t.ealias.constraint1 for example (that is,
create sub-dumps with custom suffix).
But in the end it's all debugging anyway...