|
76 | 76 | // CHECK-ERRNO-ARMPL-NOT: "-fmath-errno"
|
77 | 77 |
|
78 | 78 | // RUN: %clang -### --target=aarch64-linux-gnu -fveclib=ArmPL -fmath-errno %s 2>&1 | FileCheck --check-prefix=CHECK-REENABLE-ERRNO-ARMPL %s
|
79 |
| -// CHECK-REENABLE-ERRNO-ARMPL: math errno re-enabled by '-fmath-errno' after it was implicitly disabled by '-fveclib=ArmPL', this may prevent vectorization with the specified vector library |
| 79 | +// CHECK-REENABLE-ERRNO-ARMPL: math errno re-enabled by '-fmath-errno' after it was implicitly disabled by '-fveclib=ArmPL', this may prevent vectorization with the specified vector library [-Wmath-errno-enabled-with-veclib] |
| 80 | + |
80 | 81 | // CHECK-REENABLE-ERRNO-ARMPL: "-fveclib=ArmPL"
|
81 | 82 | // CHECK-REENABLE-ERRNO-ARMPL-SAME: "-fmath-errno"
|
82 | 83 |
|
83 | 84 | // RUN: %clang -### --target=aarch64-linux-gnu -fveclib=SLEEF -fmath-errno %s 2>&1 | FileCheck --check-prefix=CHECK-REENABLE-ERRNO-SLEEF %s
|
84 |
| -// CHECK-REENABLE-ERRNO-SLEEF: math errno re-enabled by '-fmath-errno' after it was implicitly disabled by '-fveclib=SLEEF', this may prevent vectorization with the specified vector library |
| 85 | +// CHECK-REENABLE-ERRNO-SLEEF: math errno re-enabled by '-fmath-errno' after it was implicitly disabled by '-fveclib=SLEEF', this may prevent vectorization with the specified vector library [-Wmath-errno-enabled-with-veclib] |
| 86 | + |
85 | 87 | // CHECK-REENABLE-ERRNO-SLEEF: "-fveclib=SLEEF"
|
86 | 88 | // CHECK-REENABLE-ERRNO-SLEEF-SAME: "-fmath-errno"
|
87 | 89 |
|
88 | 90 | // RUN: %clang -### --target=aarch64-linux-gnu -fveclib=ArmPL -fno-fast-math %s 2>&1 | FileCheck --check-prefix=CHECK-REENABLE-ERRNO-NFM %s
|
89 |
| -// CHECK-REENABLE-ERRNO-NFM: math errno re-enabled by '-fno-fast-math' after it was implicitly disabled by '-fveclib=ArmPL', this may prevent vectorization with the specified vector library |
| 91 | +// CHECK-REENABLE-ERRNO-NFM: math errno re-enabled by '-fno-fast-math' after it was implicitly disabled by '-fveclib=ArmPL', this may prevent vectorization with the specified vector library [-Wmath-errno-enabled-with-veclib] |
| 92 | + |
90 | 93 | // CHECK-REENABLE-ERRNO-NFM: "-fveclib=ArmPL"
|
91 | 94 | // CHECK-REENABLE-ERRNO-NFM-SAME: "-fmath-errno"
|
92 | 95 |
|
93 | 96 | // RUN: %clang -### --target=aarch64-linux-gnu -fveclib=ArmPL -ffp-model=strict %s 2>&1 | FileCheck --check-prefix=CHECK-REENABLE-ERRNO-FP-MODEL %s
|
94 |
| -// CHECK-REENABLE-ERRNO-FP-MODEL: math errno re-enabled by '-ffp-model=strict' after it was implicitly disabled by '-fveclib=ArmPL', this may prevent vectorization with the specified vector library |
| 97 | +// CHECK-REENABLE-ERRNO-FP-MODEL: math errno re-enabled by '-ffp-model=strict' after it was implicitly disabled by '-fveclib=ArmPL', this may prevent vectorization with the specified vector library [-Wmath-errno-enabled-with-veclib] |
| 98 | + |
95 | 99 | // CHECK-REENABLE-ERRNO-FP-MODEL: "-fveclib=ArmPL"
|
96 | 100 | // CHECK-REENABLE-ERRNO-FP-MODEL-SAME: "-fmath-errno"
|
0 commit comments