https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96977
--- Comment #2 from Swudu Susuwu <2002luvabbaluvu at gmail dot com> --- If the diff won't load, here is te regular expression which was used to fix this; `%s/typeof \(.*<List>\)/decltype(\1)/`. The general form is `%s/typeof \(.*<.*>\)/decltype(\1)/`