diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-23 13:31:22 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-07-23 13:48:04 +0200 |
| commit | de93fb13feeb6263bef61d4035e78ab8651c5714 (patch) | |
| tree | 5528427835e57a72586d772c5f9e2ecac027d192 /tests/ui/statics | |
| parent | 20aa182235d6b27ecee519f1d18ee30f0d1c4a61 (diff) | |
| download | rust-de93fb13feeb6263bef61d4035e78ab8651c5714.tar.gz rust-de93fb13feeb6263bef61d4035e78ab8651c5714.zip | |
Add `ignore-backends` annotations in failing GCC backend ui tests
Diffstat (limited to 'tests/ui/statics')
| -rw-r--r-- | tests/ui/statics/const_generics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/statics/const_generics.rs b/tests/ui/statics/const_generics.rs index 6cc0a65f77d..1921b2c99a3 100644 --- a/tests/ui/statics/const_generics.rs +++ b/tests/ui/statics/const_generics.rs @@ -3,6 +3,7 @@ //! This is not an intentional guarantee, it just describes the status quo. //@ run-pass +//@ ignore-backends: gcc // With optimizations, LLVM will deduplicate the constant `X` whose // value is `&42` to just be a reference to the static. This is correct, // but obscures the issue we're trying to show. |
