On 3/29/25 13:36, Andreas Schwab wrote: >> + if (eg->flags & EDGE_ABNORMAL) >> + { >> + fprintf (dump_file, "\n skipping EDGE_ABNORMAL\n"); > This will crash if dump_file is NULL.
Sorry, last minute update. Fixed, v2 posted. Thx, -Vineet
On 3/29/25 13:36, Andreas Schwab wrote: >> + if (eg->flags & EDGE_ABNORMAL) >> + { >> + fprintf (dump_file, "\n skipping EDGE_ABNORMAL\n"); > This will crash if dump_file is NULL.
Sorry, last minute update. Fixed, v2 posted. Thx, -Vineet