]> gcc.gnu.org Git - gcc.git/commit
ipa/108511 - relax assert for undefined local statics
authorRichard Biener <rguenther@suse.de>
Mon, 30 Jan 2023 07:20:03 +0000 (08:20 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 30 Jan 2023 08:34:50 +0000 (09:34 +0100)
commit4c17371dc5a1193671e5a475349fa7d7a6f0ca1c
tree4b4540c68d12568cb55cab18578b68324d50b056
parent29ecb952d8c5ee4c6affa113dc47f56d95371961
ipa/108511 - relax assert for undefined local statics

Since we no longer promote undefined local statics extern the
assert in possibly_call_in_translation_unit_p triggers.  The
following relaxes it according to Honzas advice.

PR ipa/108511
* cgraph.cc (possibly_call_in_translation_unit_p): Relax
assert.
gcc/cgraph.cc
This page took 0.066914 seconds and 6 git commands to generate.