comparison gcc/testsuite/g++.dg/parse/crash36.C @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
7 static T &t; // { dg-error "not expanded with" "not expanded" } 7 static T &t; // { dg-error "not expanded with" "not expanded" }
8 // { dg-message "T" "T" { target *-*-* } .-1 } 8 // { dg-message "T" "T" { target *-*-* } .-1 }
9 static const int i = sizeof (++t); // { dg-error "was not declared in this scope" } 9 static const int i = sizeof (++t); // { dg-error "was not declared in this scope" }
10 }; 10 };
11 11
12 int x[A <int>::i]; // { dg-error "constant-expression" } 12 int x[A <int>::i]; // { dg-error "16:size of array .x. is not an integral constant-expression" }