Commit 7787fb8c by Andy Hutchinson

pr40204.c: Test only for int32 target.

*gcc.c-torture/compile/pr40204.c: Test only for int32 target.
*gcc.c-torture/compile/pr41181.c: Skip test for avr target.

From-SVN: r154346
parent de2b7132
2009-11-19 Andy Hutchinson <hutchinsonandy@gcc.gnu.org> 2009-11-19 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc.c-torture/compile/pr40204.c: Test only for int32 target.
* gcc.c-torture/compile/pr41181.c: Skip test for avr target.
2009-11-19 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc-dg/raw-string-1.c: Skip test for avr target. * gcc-dg/raw-string-1.c: Skip test for avr target.
* gcc-dg/utf-array-short-wchar.c: Ditto. * gcc-dg/utf-array-short-wchar.c: Ditto.
* gcc-dg/utf-array.c: Ditto. * gcc-dg/utf-array.c: Ditto.
......
/* { dg-require-effective-target int32plus } */
/* PR middle-end/40204 */ /* PR middle-end/40204 */
struct S struct S
......
/* { dg-skip-if "The array is too big" { "avr-*-*" } { "*" } { "" } } */
char paths[1024]; char paths[1024];
static void x264_slicetype_path(char (*best_paths)[250], int n, int length) static void x264_slicetype_path(char (*best_paths)[250], int n, int length)
{ {
......
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