Re: [PATCH] Avoid generating unused labels in genmatch.

2022-03-16 Thread Richard Biener via Gcc-patches
On Wed, Mar 16, 2022 at 1:59 PM Richard Biener wrote: > > On Wed, Mar 16, 2022 at 1:31 PM Roger Sayle > wrote: > > > > > > This patch is the second of two changes to genmatch that don't affect > > the executable code, but reduce the amount of debugging information > > generated in stage3 of a bu

Re: [PATCH] Avoid generating unused labels in genmatch.

2022-03-16 Thread Richard Biener via Gcc-patches
On Wed, Mar 16, 2022 at 1:31 PM Roger Sayle wrote: > > > This patch is the second of two changes to genmatch that don't affect > the executable code, but reduce the amount of debugging information > generated in stage3 of a build, but adhering more closely to GNU style > guidelines. > > This patch

[PATCH] Avoid generating unused labels in genmatch.

2022-03-16 Thread Roger Sayle
This patch is the second of two changes to genmatch that don't affect the executable code, but reduce the amount of debugging information generated in stage3 of a build, but adhering more closely to GNU style guidelines. This patch avoids generating "next_after_fail1:;" label statements in genmat