mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
de2b713283
commit
7787fb8cd1
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
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.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* { dg-require-effective-target int32plus } */
|
||||||
/* PR middle-end/40204 */
|
/* PR middle-end/40204 */
|
||||||
|
|
||||||
struct S
|
struct S
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* { 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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue