]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix uninitialized variable in frontend [PR121806]
authorAndre Vehreschild <vehre@gcc.gnu.org>
Thu, 4 Sep 2025 06:20:04 +0000 (08:20 +0200)
committerSam James <sam@gentoo.org>
Fri, 5 Sep 2025 22:01:48 +0000 (23:01 +0100)
commit6b008944e7bc3a342a734c4fcf1001d63fd0a6f8
tree47f77e78fe01d182cfe14e49a9705ed505a8f653
parenta6bf07653cd272add46a2218ec141c95d7f02427
Fix uninitialized variable in frontend [PR121806]

gcc/ChangeLog:
PR middle-end/121806
* gcc.cc (for_each_path): Initialize return value.
gcc/gcc.cc