https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83954
--- Comment #16 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Wed Mar 7 09:43:23 2018 New Revision: 258319 URL: https://gcc.gnu.org/viewcvs?rev=258319&root=gcc&view=rev Log: Backport r257183 2018-03-07 Martin Liska <mli...@suse.cz> Backport from mainline 2018-01-30 Jan Hubicka <hubi...@ucw.cz> PR lto/83954 * lto-symtab.c (warn_type_compatibility_p): Silence false positive for type match warning on arrays of pointers. 2018-03-07 Martin Liska <mli...@suse.cz> Backport from mainline 2018-01-30 Jan Hubicka <hubi...@ucw.cz> PR lto/83954 * gcc.dg/lto/pr83954.h: New testcase. * gcc.dg/lto/pr83954_0.c: New testcase. * gcc.dg/lto/pr83954_1.c: New testcase. Added: branches/gcc-6-branch/gcc/testsuite/gcc.dg/lto/pr83954.h branches/gcc-6-branch/gcc/testsuite/gcc.dg/lto/pr83954_0.c branches/gcc-6-branch/gcc/testsuite/gcc.dg/lto/pr83954_1.c Modified: branches/gcc-6-branch/gcc/lto/ChangeLog branches/gcc-6-branch/gcc/lto/lto-symtab.c branches/gcc-6-branch/gcc/testsuite/ChangeLog