tiny-memx.c: Only perform if target avr_tiny.

gcc/testsuite/
	* gcc.target/avr/tiny-memx.c: Only perform if target avr_tiny.
	* gcc.target/avr/tiny-caller-save.c: Dito.

From-SVN: r243105
This commit is contained in:
Georg-Johann Lay 2016-12-01 10:21:31 +00:00 committed by Georg-Johann Lay
parent 1636ebdc8a
commit b0da97091d
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2016-12-01 Georg-Johann Lay <avr@gjlay.de>
* gcc.target/avr/tiny-memx.c: Only perform if target avr_tiny.
* gcc.target/avr/tiny-caller-save.c: Dito.
2016-12-01 Andre Vehreschild <vehre@gcc.gnu.org>
* gfortran.dg/coarray_lib_alloc_4.f90: Fix for 32-bits.

View File

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do compile { target avr_tiny } } */
/* { dg-options "-mmcu=avrtiny -gdwarf -Os" } */
/* This is a stripped down piece of libgcc2.c that triggerd an ICE for avr with

View File

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do compile { target avr_tiny } } */
/* { dg-options "-mmcu=avrtiny" } */
const __memx char ascmonth[] = "Jan"; /* { dg-error "not supported" } */