On 12/04/13 12:38, Hurugalawadi, Naveen wrote:
--- gcc/testsuite/gcc.target/aarch64/adds3.c 1970-01-01 05:30:00.000000000 +0530 +++ gcc/testsuite/gcc.target/aarch64/adds3.c 2013-04-12 16:18:29.472945730 +0530 @@ -0,0 +1,61 @@ +/* { dg-do run } */ +/* { dg-options "-O2 --save-temps" } */ +
Same comment as previous patch: 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. Thankyou /Marcus