Re: Strange behavior for scan-tree-dump testing

2007-02-26 Thread Ian Lance Taylor
"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

Strange behavior for scan-tree-dump testing

2007-02-25 Thread Mohamed Shafi
Hello all, I added few testcases to the existing testsuite in gcc 4.1.1 for a private target. After running the testsuite i found out that all my test cases with scan-tree-dump testing failed for one particular situation. The values are scanned from gimple tree dump and its fails for cases like