https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95970
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Ian Lance Taylor <i...@gcc.gnu.org>: https://gcc.gnu.org/g:9bca676cc7a1670be021567ae4a128a5082229d3 commit r11-1721-g9bca676cc7a1670be021567ae4a128a5082229d3 Author: Ian Lance Taylor <i...@golang.org> Date: Mon Jun 29 11:30:43 2020 -0700 compiler: remove some erroneous code that was never run The code accidentally called Type::type_descriptor rather than the do_type_descriptor method. Calling Type::type_descriptor with a second argument of NULL would always crash. Since that never happened, it revealed that this code was never actually executed. Fixes PR go/95970 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/240477