]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add missing profile_dump check
authorJan Hubicka <jh@suse.cz>
Sat, 8 Jul 2023 21:47:38 +0000 (23:47 +0200)
committerJan Hubicka <jh@suse.cz>
Sat, 8 Jul 2023 21:47:38 +0000 (23:47 +0200)
commit3a42c79c258f54f5837d2fd54874f8b291a518fc
tree152b286cf31f9f85038d5ef1447403a6add6ce9e
parent9a2eab6172a8067e2f63e0fa2bcd5b2190656303
Add missing profile_dump check

gcc/ChangeLog:

PR tree-optimization/110600
* cfgloopmanip.cc (scale_loop_profile): Add mising profile_dump check.

gcc/testsuite/ChangeLog:

PR tree-optimization/110600
* gcc.c-torture/compile/pr110600.c: New test.
gcc/cfgloopmanip.cc
gcc/testsuite/gcc.c-torture/compile/pr110600.c [new file with mode: 0644]