comparison gcc/testsuite/g++.old-deja/g++.mike/p5958.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
2 // { dg-options "-ansi" } 2 // { dg-options "-ansi" }
3 // prms-id: 5958 3 // prms-id: 5958
4 4
5 class A { }; 5 class A { };
6 6
7 int
7 main() { 8 main() {
8 int i = 1; 9 int i = 1;
9 if (1 not_eq 1) 10 if (1 not_eq 1)
10 return 1; 11 return 1;
11 if (not (1 and 1)) 12 if (not (1 and 1))