On 02/04/13 08:10, Hurugalawadi, Naveen wrote:
        (compare:CC_NZ
--- gcc/testsuite/gcc.target/aarch64/adds1.c    1970-01-01 05:30:00.000000000 
+0530
+++ gcc/testsuite/gcc.target/aarch64/adds1.c    2013-04-01 13:40:48.189390503 
+0530
@@ -0,0 +1,149 @@
+/* { dg-do run } */
+/* { dg-options "-O2 --save-temps" } */
+


dg-options will need to include -fno-inline, otherwise main gets optimized down to { return 0; } and the execution aspect of these test cases has no value.

With that change, OK.

/Marcus

Reply via email to