On Tue, Dec 1, 2020 at 9:04 PM Martin Liška wrote:
>
> On 12/1/20 8:57 PM, Jakub Jelinek wrote:
> > Would be better to use \[^\n\r]\* instead of .*, with .* you can match parts
> > even from completely different parts of the dump file.
>
> Thank you Jakub! I've just pushed a patch with that.
Mayb
On 12/1/20 8:57 PM, Jakub Jelinek wrote:
Would be better to use \[^\n\r]\* instead of .*, with .* you can match parts
even from completely different parts of the dump file.
Thank you Jakub! I've just pushed a patch with that.
Martin
On Tue, Dec 01, 2020 at 08:52:45PM +0100, Martin Liška wrote:
> -/* { dg-final { scan-tree-dump "Condition chain with 3 BBs transformed into
> a switch statement." "iftoswitch" } } */
> +/* { dg-final { scan-tree-dump "Condition chain with .* BBs transformed into
> a switch statement." "iftoswitc