]> git.ipfire.org Git - thirdparty/gcc.git/commit
middle-end/106457 - improve array_at_struct_end_p for array objects
authorRichard Biener <rguenther@suse.de>
Thu, 28 Jul 2022 08:07:32 +0000 (10:07 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 28 Jul 2022 12:35:45 +0000 (14:35 +0200)
commitff26f0ba68fe6e870f315d0601b596f889b89680
tree8112fe38d2b19e4c00ca3e37c1165c1089abd0d3
parentf64eb636677d714781b4543f111b1c9239328db6
middle-end/106457 - improve array_at_struct_end_p for array objects

Array references to array objects are never at struct end.

PR middle-end/106457
* tree.cc (array_at_struct_end_p): Handle array objects
specially.
gcc/tree.cc