On Fri, Jun 30, 2023 at 04:11:44AM +0800, Xi Ruoyao via Gcc-patches wrote: > On Fri, 2023-06-30 at 04:08 +0800, Xi Ruoyao wrote: > > On Thu, 2023-06-29 at 16:01 -0400, Marek Polacek via Gcc-patches wrote: > > > These tests fail when the testsuite is executed with -fstack- > > > protector-strong. > > > To avoid this, this patch adds -fno-stack-protector to dg-options. > > > > > > Tested on x86_64-pc-linux-gnu, ok for trunk? > > > > LGTM, we've noticed these two failures in Linux From Scratch [1]. But > > this is not an approval because I'm not a maintainer. > > And can we backport them to gcc-13 branch too? These two tests were > added in the cycle of GCC 13, so we could consider the failures > "regression".
It is ok even for 13 branch. Jakub