This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Recent combine change causing regressions
On Mon, May 13, 2019 at 11:41:58PM +0900, Oleg Endo wrote:
> On Mon, 2019-05-13 at 09:38 -0500, Segher Boessenkool wrote:
> > On Mon, May 13, 2019 at 08:27:15AM -0600, Jeff Law wrote:
> > > Tests that now fail, but worked before (3 tests):
> > >
> > > gcc.target/sh/pr51244-11.c scan-assembler-not subc|and|bra
> > > gcc.target/sh/pr51244-11.c scan-assembler-times bf\t0f 1
> > > gcc.target/sh/pr51244-11.c scan-assembler-times bt\t0f 1
> Hmmm .. on SH3 TARGET_ZDCBRANCH should be off, afair.
The test explicitly uses O1 -mzdcbranch .
Segher