We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b11d3 commit 31dd14eCopy full SHA for 31dd14e
gcc/testsuite/rust/debug/chartype.rs
@@ -1,10 +1,11 @@
1
-// 'char' should use DW_ATE_UTF
2
-fn main () {
3
- let c = 'x';
4
// { dg-do compile }
5
-// Use -w to avoid warnings about the unused variables
6
-// DW_ATE_UTF entered in DWARF 4.
+// { dg-skip-if "see https://github.com/Rust-GCC/gccrs/pull/1632" { *-*-darwin* } }
7
// { dg-options "-w -gdwarf-4 -dA" }
8
-// DW_ATE_UTF = 0x10
9
-// { dg-final { scan-assembler "0x10\[ \t]\[^\n\r]* DW_AT_encoding" } } */
+// 'char' should use DW_ATE_UTF
+fn main() {
+ let c = 'x';
+ // Use -w to avoid warnings about the unused variables
+ // DW_ATE_UTF entered in DWARF 4.
+ // DW_ATE_UTF = 0x10
10
+ // { dg-final { scan-assembler "0x10\[ \t]\[^\n\r]* DW_AT_encoding" } } */
11
}
0 commit comments