* gcc.dg/tree-ssa/vrp87.c [avr-*-*] (dg-additional-options): New.

From-SVN: r201845
This commit is contained in:
Joern Rennecke 2013-08-19 17:01:23 +00:00 committed by Joern Rennecke
parent 49f032040e
commit 266694cd11
2 changed files with 3 additions and 0 deletions

View 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.

View 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;