/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 205 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 218 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 219 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 220 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 221 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 222 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 192 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 205 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 206 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 207 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 208 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 209 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 192 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 205 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 206 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 207 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 208 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 209 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 192 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 205 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 206 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 207 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 208 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 209 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 192 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 205 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 206 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 207 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 208 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 209 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 192 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 205 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 206 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 207 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 208 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 209 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 192 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 205 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 206 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 207 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 208 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 209 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 192 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 205 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 206 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 207 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 208 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 209 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 192 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 205 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 206 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 207 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 208 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 209 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/ |
H A D | implicit.d | 192 const(int*) make14155c ( const(int*) p) pure { return &g14155; } in make14155c() function 205 …static assert(!__traits(compiles, { int* p = make14155c (null); })); // m <- c (NG… in test14155_for_testDIP29_4() 206 …static assert( __traits(compiles, { const(int*) p = make14155c (null); })); // c <- c (no… in test14155_for_testDIP29_4() 207 …static assert(!__traits(compiles, { shared(int*) p = make14155c (null); })); // sm <- c (NG) in test14155_for_testDIP29_4() 208 …static assert( __traits(compiles, { shared(const int*) p = make14155c (null); })); // sc <- c (un… in test14155_for_testDIP29_4() 209 …static assert( __traits(compiles, { immutable(int*) p = make14155c (null); })); // i <- c (un… in test14155_for_testDIP29_4()
|