Re: Honor dump options for C/C++ '-fdump-tree-original'

2025-01-30 Thread Jason Merrill
c_tree', and appears to completely ignore the 'dump_flags_t'. (Ignores it in 'c_pretty_printer::statement', and passes 'TDF_NONE' into 'dump_generic_node'.) See the attached "Honor dump options for C/C++ '-fdump-tree-original'" for w

Honor dump options for C/C++ '-fdump-tree-original'

2025-01-21 Thread Thomas Schwinge
_tree', and appears to completely > ignore the 'dump_flags_t'. (Ignores it in 'c_pretty_printer::statement', > and passes 'TDF_NONE' into 'dump_generic_node'.) > > See the attached "Honor dump options for C/C++ '-fdump-tree-original

Honor dump options for C/C++ '-fdump-tree-original'

2025-01-16 Thread Thomas Schwinge
es it in 'c_pretty_printer::statement', and passes 'TDF_NONE' into 'dump_generic_node'.) See the attached "Honor dump options for C/C++ '-fdump-tree-original'" for what I have quickly hacked up. Does that make any sense to do like this, and if yes,