mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-12 07:20:27 +08:00
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>
|
||||
|
||||
* gcc-dg/raw-string-1.c: Skip test for avr target.
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
/* PR middle-end/40204 */
|
||||
|
||||
struct S
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* { dg-skip-if "The array is too big" { "avr-*-*" } { "*" } { "" } } */
|
||||
char paths[1024];
|
||||
static void x264_slicetype_path(char (*best_paths)[250], int n, int length)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user