|
1 |
| -// RUN: %clang_cc1 -Wno-string-plus-int -fexperimental-new-constant-interpreter %s -verify=expected,both |
| 1 | +// RUN: %clang_cc1 -Wno-string-plus-int -fexperimental-new-constant-interpreter -triple x86_64 %s -verify=expected,both |
| 2 | +// RUN: %clang_cc1 -Wno-string-plus-int -triple x86_64 %s -verify=ref,both |
| 3 | +// |
2 | 4 | // RUN: %clang_cc1 -Wno-string-plus-int -fexperimental-new-constant-interpreter -triple i686 %s -verify=expected,both
|
3 |
| -// RUN: %clang_cc1 -Wno-string-plus-int -verify=ref,both %s -Wno-constant-evaluated |
4 |
| -// RUN: %clang_cc1 -std=c++20 -Wno-string-plus-int -fexperimental-new-constant-interpreter %s -verify=expected,both |
| 5 | +// RUN: %clang_cc1 -Wno-string-plus-int -triple i686 %s -verify=ref,both |
| 6 | +// |
| 7 | +// RUN: %clang_cc1 -std=c++20 -Wno-string-plus-int -fexperimental-new-constant-interpreter -triple x86_64 %s -verify=expected,both |
| 8 | +// RUN: %clang_cc1 -std=c++20 -Wno-string-plus-int -triple x86_64 %s -verify=ref,both |
| 9 | +// |
5 | 10 | // RUN: %clang_cc1 -std=c++20 -Wno-string-plus-int -fexperimental-new-constant-interpreter -triple i686 %s -verify=expected,both
|
6 |
| -// RUN: %clang_cc1 -std=c++20 -Wno-string-plus-int -verify=ref,both %s -Wno-constant-evaluated |
| 11 | +// RUN: %clang_cc1 -std=c++20 -Wno-string-plus-int -triple i686 %s -verify=ref,both |
| 12 | +// |
7 | 13 | // RUN: %clang_cc1 -triple avr -std=c++20 -Wno-string-plus-int -fexperimental-new-constant-interpreter %s -verify=expected,both
|
8 |
| -// RUN: %clang_cc1 -triple avr -std=c++20 -Wno-string-plus-int -verify=ref,both %s -Wno-constant-evaluated |
| 14 | +// RUN: %clang_cc1 -triple avr -std=c++20 -Wno-string-plus-int -verify=ref,both %s |
9 | 15 |
|
10 | 16 | #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
|
11 | 17 | #define LITTLE_END 1
|
|
0 commit comments