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:
parent
1636ebdc8a
commit
b0da97091d
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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" } */
|
||||
|
Loading…
Reference in New Issue
Block a user