Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
int128-1.C
blob: 65540e84841f31130be459c22a51867fc0af0e20 [
file
] [
log
] [
blame
]
// PR c++/50454
// { dg-do compile { target int128 } }
template
<
typename
T
>
struct
limits
;
template
<>
struct
limits
<
__int128
>
{
};
// { dg-error "does not support" }
template
<>
struct
limits
<
unsigned
__int128
>
{
};
// { dg-error "does not support" }