Commit f6c7a248 by Prathamesh Kulkarni Committed by Prathamesh Kulkarni

2016-07-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>

testsuite/
	gcc.dg/pr70920-4.c: Restrict to lp64 targets and make scan-tree-dump
	to scan forwprop1 dump pass.

From-SVN: r238874
parent 201e6861
2016-07-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
gcc.dg/pr70920-4.c: Restrict to lp64 targets and make scan-tree-dump
to scan forwprop1 dump pass.
2016-07-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51488
......
/* { dg-require-effective-target lp64 } */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-ccp-details -Wno-int-to-pointer-cast" } */
/* { dg-options "-O2 -fdump-tree-forwprop-details -Wno-int-to-pointer-cast" } */
#include <stdint.h>
......@@ -18,4 +19,4 @@ foo (int a)
}
}
/* { dg-final { scan-tree-dump "gimple_simplified to if \\(_\[0-9\]* == 0\\)" "ccp1" } } */
/* { dg-final { scan-tree-dump "if \\(_\[0-9\]* == 0\\)" "forwprop1" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment