https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81358
--- Comment #35 from prathamesh3492 at gcc dot gnu.org --- Hi Sam, Thanks for checking! I committed the patch after following validation: 1] Bootstrap+test on aarch64-linux-gnu and ppc64le-redhat-linux with --enable-languages=c,c++,fortran,d 2] Bootstrap+test on x86_64-pc-linux-gnu with --enable-languages=all and multilib enabled. 3] Verified GCC builds with patch on arm-eabi toolchain. 4] Verified there are no change in RPATHS for target libraries (libstdc++ in particular). 5] Verified the patch doesn't introduce new build failures compared to trunk for config-list.mk builds. 6] Linaro's CI reported (previous iteration of) patch built OK for aarch32: https://patchwork.sourceware.org/project/gcc/patch/ia1pr12mb903102844c7379bf41277763ce...@ia1pr12mb9031.namprd12.prod.outlook.com/ Thanks, Prathamesh
