view gcc/testsuite/g++.dg/ext/int128-1.C @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

// 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" }