]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix print_loop_info ICE
authorRichard Biener <rguenther@suse.de>
Mon, 14 Aug 2023 08:33:44 +0000 (10:33 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 14 Aug 2023 08:35:00 +0000 (10:35 +0200)
commit1ab7c8b9c6d8d65712763615ab009c806d19d716
treeaaa93fd1331f3a3cd3573497992bb1b2f5bb7d40
parent9be93b80585fc875a2fc6b7d490b640b7fe04365
Fix print_loop_info ICE

It ICEs when invoked via debug_loops and dump_file clear.

* tree-cfg.cc (print_loop_info): Dump to 'file', not 'dump_file'.
gcc/tree-cfg.cc