* gcc.dg/pragma-pack-4.c: Skip for AVR target.

From-SVN: r136969
This commit is contained in:
Andy Hutchinson 2008-06-19 22:03:05 +00:00 committed by Andy Hutchinson
parent dea33aa707
commit 15f0f116ce
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-06-19 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/pragma-pack-4.c: Skip for AVR target.
2008-06-18 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/builtin-apply2.c: Mark skip for avr target.

View File

@ -1,5 +1,7 @@
/* PR c/28286 */
/* { dg-do compile } */
/* { dg-skip-if "no Pragma pack" { "avr-*-*" } { "*" } { "" } } */
#pragma pack(0.5) /* { dg-warning "invalid constant" } */
#pragma pack(push,0.5) /* { dg-warning "invalid constant" } */