]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/tree-ssa/vrp87.c [avr-*-*] (dg-additional-options): New.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Aug 2013 17:01:23 +0000 (17:01 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Aug 2013 17:01:23 +0000 (17:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201845 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/vrp87.c

index fd4c0e91a00debb8944d725dbd024cf0e12392c1..65e70f1079bb574341fef739b4a14c087b7c9c39 100644 (file)
@@ -16,6 +16,8 @@
        * gcc.dg/tree-ssa/ssa-pre-30.c: Test requires int32.
        * gcc.dg/tree-ssa/vrp58.c: Adjust scan expression for int16.
 
+       * gcc.dg/tree-ssa/vrp87.c [avr-*-*] (dg-additional-options): New.
+
 2013-08-18  Jan Hubicka  <jh@suse.cz>
 
        * g++.dg/ipa/type-inheritance-1.C: New testcase.
index 0b9029f60b75361843518d00ed78f34f09b273d9..7339823f4805e6dd93408eb4ce66573cd8c565c6 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile { target { ! "m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* picochip*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-* powerpc*-*-* xtensa*-*-*"} } } */
 
 /* { dg-options "-O2 -fdump-tree-vrp2-details -fdump-tree-cddce2-details" } */
+/* { dg-additional-options "-mbranch-cost=2" { target avr-*-* } } */
 
 struct bitmap_head_def;
 typedef struct bitmap_head_def *bitmap;