re PR tree-optimization/78319 (PASS->FAIL: gcc.dg/uninit-pred-8_a.c bogus warning...
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Thu, 17 Nov 2016 09:48:34 +0000 (09:48 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Thu, 17 Nov 2016 09:48:34 +0000 (09:48 +0000)
2016-11-17  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

PR tree-optimization/78319

testsuite/
* gcc.dg/uninit-pred-8_a.c (foo): Mark dg-bogus test to xfail on
arm-none-eabi.

From-SVN: r242540

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/uninit-pred-8_a.c

index 9545d9cce79e2c4bb3c2bd92d9a4bfb7ac89bee1..7928a49186bd1929c2b06dc92e4a4eb111476956 100644 (file)
@@ -1,3 +1,9 @@
+2016-11-17  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       PR tree-optimization/78319
+       * gcc.dg/uninit-pred-8_a.c (foo): Mark dg-bogus test to xfail on
+       arm-none-eabi.
+
 2016-11-17  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/78306
index 1b7c472420cc3f6f64bf8998ff019cf3b8a92f36..c45fba0bc457f79e51d50cddf01ff4354c3b9956 100644 (file)
@@ -16,8 +16,9 @@ int foo (int n, int l, int m, int r)
   if (m) g++;
   else   bar();
 
+  /* marking this test as xfail on arm-none-eabi, see PR78319.  */
   if ( n ||  m || r || l)
-      blah(v); /* { dg-bogus "uninitialized" "bogus warning" } */
+      blah(v); /* { dg-bogus "uninitialized" "bogus warning" { xfail arm-none-eabi } } */
 
   if ( n )
       blah(v); /* { dg-bogus "uninitialized" "bogus warning" } */