OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [scalar-by-value-5.c] - Diff between revs 298 and 384

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 384
TEST_FUNCS (longlong_i, long long, int,
TEST_FUNCS (longlong_i, long long, int,
            1234LL, -987)
            1234LL, -987)
TEST_FUNCS (longlong_d, long long, double,
TEST_FUNCS (longlong_d, long long, double,
            1234LL, -987.0)
            1234LL, -987.0)
#ifndef SKIP_COMPLEX
#ifndef SKIP_COMPLEX
#ifndef SKIP_COMPLEX_INT
#ifndef SKIP_COMPLEX_INT
TEST_FUNCS (complexint_i, _Complex int, int,
TEST_FUNCS (complexint_i, _Complex int, int,
            1234 + 567i, -987)
            1234 + 567i, -987)
TEST_FUNCS (complexint_d, _Complex int, double,
TEST_FUNCS (complexint_d, _Complex int, double,
            1234 + 567i, -987.0)
            1234 + 567i, -987.0)
#endif
#endif
TEST_FUNCS (complexdouble_i, _Complex double, int,
TEST_FUNCS (complexdouble_i, _Complex double, int,
            1234.0 + 567.0i, -987)
            1234.0 + 567.0i, -987)
TEST_FUNCS (complexdouble_d, _Complex double, double,
TEST_FUNCS (complexdouble_d, _Complex double, double,
            1234.0 + 567.0i, -987.0)
            1234.0 + 567.0i, -987.0)
#ifndef SKIP_COMPLEX_INT
#ifndef SKIP_COMPLEX_INT
TEST_FUNCS (complexlonglong_i, _Complex long long, int,
TEST_FUNCS (complexlonglong_i, _Complex long long, int,
            1234LL + 567LLi, -987)
            1234LL + 567LLi, -987)
TEST_FUNCS (complexlonglong_d, _Complex long long, double,
TEST_FUNCS (complexlonglong_d, _Complex long long, double,
            1234LL + 567LLi, -987.0)
            1234LL + 567LLi, -987.0)
#endif
#endif
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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