https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90326
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri May 17 19:49:54 2019 New Revision: 271350 URL: https://gcc.gnu.org/viewcvs?rev=271350&root=gcc&view=rev Log: Backported from mainline 2019-05-10 Jakub Jelinek <ja...@redhat.com> PR pch/90326 cp/ * config-lang.in (gtfiles): Remove c-family/c-lex.c, add c-family/c-cppbuiltin.c. objc/ * config-lang.in (gtfiles): Add c-family/c-format.c. objcp/ * config-lang.in (gtfiles): Don't add c-family/c-cppbuiltin.c. testsuite/ * g++.dg/pch/pr90326.C: New test. * g++.dg/pch/pr90326.Hs: New file. Added: branches/gcc-9-branch/gcc/testsuite/g++.dg/pch/pr90326.C branches/gcc-9-branch/gcc/testsuite/g++.dg/pch/pr90326.Hs Modified: branches/gcc-9-branch/gcc/cp/ChangeLog branches/gcc-9-branch/gcc/cp/config-lang.in branches/gcc-9-branch/gcc/objc/ChangeLog branches/gcc-9-branch/gcc/objc/config-lang.in branches/gcc-9-branch/gcc/objcp/ChangeLog branches/gcc-9-branch/gcc/objcp/config-lang.in branches/gcc-9-branch/gcc/testsuite/ChangeLog