OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr41181.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/* { dg-skip-if "The array is too big" { "avr-*-*" } { "*" } { "" } } */
2
char paths[1024];
3
static void x264_slicetype_path(char (*best_paths)[250], int n, int length)
4
{
5
    __builtin_memcpy (best_paths[n], paths, length);
6
}
7
void x264_slicetype_analyse(int n, int length)
8
{
9
    char best_paths[250][250];
10
    x264_slicetype_path (best_paths, n, length);
11
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.