https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84017
--- Comment #7 from Rainer Orth <ro at gcc dot gnu.org> --- Author: ro Date: Tue Jan 30 09:53:29 2018 New Revision: 257179 URL: https://gcc.gnu.org/viewcvs?rev=257179&root=gcc&view=rev Log: Disable SHF_MERGE on Solaris 10/x86 (PR bootstrap/84017) gcc/testsuite: PR bootstrap/84017 * gcc.dg/debug/dwarf2/prod-options.c: Add -fno-merge-debug-strings to dg-options. Simplify DW_AT_producer scan. gcc: PR bootstrap/84017 * configure.ac (gcc_cv_as_shf_merge): Disable on Solaris 10/x86. * configure: Regenerate. Modified: trunk/gcc/ChangeLog trunk/gcc/configure (contents, props changed) trunk/gcc/configure.ac trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.dg/debug/dwarf2/prod-options.c