Commit 15f0f116 by Andy Hutchinson Committed by Andy Hutchinson

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

From-SVN: r136969
parent dea33aa7
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.
......
/* 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" } */
......
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