comparison gcc/testsuite/g++.dg/other/vrp1.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
7 { 7 {
8 if (l == MIN && r == -1) 8 if (l == MIN && r == -1)
9 return 0LL; 9 return 0LL;
10 return l % r; 10 return l % r;
11 } 11 }
12 template long long mod<-0x8000000000000000LL> (long long, long long); 12 template long long mod<-0x8000000000000000LL> (long long, long long); // { dg-error "template-id" "" { target { c++11 } } }