"Mohamed Shafi" <[EMAIL PROTECTED]> writes:

> /* { dg-final { scan-tree-dump "b4 = 6.3e+1" "gimple" } } */

Note that scan-tree-dump takes a regular expression.  So you are
looking for '6' followed by any character followed by '3' followed by
one or more 'e's followed by '1'.

Ian

Reply via email to