https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101269
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Indu Bhagat <ibha...@gcc.gnu.org>: https://gcc.gnu.org/g:37e65643d3e32d33bb6c9d15c678a627d1682626 commit r12-2223-g37e65643d3e32d33bb6c9d15c678a627d1682626 Author: Indu Bhagat <indu.bha...@oracle.com> Date: Fri Jul 9 09:03:08 2021 -0700 testsuite/101269: fix testcase when used with -m32 PR testsuite/101269 - new test case gcc.dg/debug/btf/btf-datasec-1.c fails with its introduction in r12-1852 BTF datasec records for .rodata/.data are expected for now for all targets. For powerpc based targets, use -msdata=none when ilp32 is enabled. 2021-07-09 Indu Bhagat <indu.bha...@oracle.com> gcc/testsuite/ChangeLog: PR testsuite/101269 * gcc.dg/debug/btf/btf-datasec-1.c: Force -msdata=none with ilp32 for powerpc based targets.