Skip to content
Snippets Groups Projects
Commit 03df9a04 authored by Philip Herron's avatar Philip Herron Committed by Arthur Cohen
Browse files

gccrs: Skip this debug test case which is failing on the latest mac-os...

gccrs: Skip this debug test case which is failing on the latest mac-os devtools and its only for debug info

gcc/testsuite/ChangeLog:

	* rust/debug/chartype.rs: Skip testcases on Darwin architectures.
parent e7a69d45
No related branches found
No related tags found
No related merge requests found
// 'char' should use DW_ATE_UTF
fn main () {
let c = 'x';
// { dg-do compile }
// Use -w to avoid warnings about the unused variables
// DW_ATE_UTF entered in DWARF 4.
// { dg-skip-if "see https://github.com/Rust-GCC/gccrs/pull/1632" { *-*-darwin* } }
// { dg-options "-w -gdwarf-4 -dA" }
// DW_ATE_UTF = 0x10
// { 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
// { dg-final { scan-assembler "0x10\[ \t]\[^\n\r]* DW_AT_encoding" } } */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment