Commit c06aeb21 by Joern Rennecke Committed by Joern Rennecke

* gcc.dg/c99-stdint-1.c [avr-*-*]: Update line number for dg-bogus.

From-SVN: r201738
parent a531ea6b
...@@ -47,6 +47,8 @@ ...@@ -47,6 +47,8 @@
* gcc.dg/c99-stdint-1.c [avr-*-*]: Update line number for dg-bogus. * gcc.dg/c99-stdint-1.c [avr-*-*]: Update line number for dg-bogus.
* gcc.dg/torture/stackalign/builtin-apply-2.c: Also skip for avr.
2013-08-14 Janis Johnson <janisjo@codesourcery.com> 2013-08-14 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/pr19599.c: Skip for -mthumb. * gcc.target/arm/pr19599.c: Skip for -mthumb.
......
...@@ -6,7 +6,10 @@ ...@@ -6,7 +6,10 @@
/* { dg-do run } */ /* { dg-do run } */
/* { dg-skip-if "Variadic funcs use Base AAPCS. Normal funcs use VFP variant." { arm_hf_eabi } } */ /* arm_hf_eabi: Variadic funcs use Base AAPCS. Normal funcs use VFP variant.
avr: Variadic funcs don't pass arguments in registers, while normal funcs
do. */
/* { dg-skip-if "Variadic funcs use different argument passing from normal funcs" { arm_hf_eabi || { avr-*-* } } "*" "" } */
#define INTEGER_ARG 5 #define INTEGER_ARG 5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment