Skip to content

Instantly share code, notes, and snippets.

@MahadMuhammad
Created July 5, 2023 11:57
Show Gist options
  • Save MahadMuhammad/3edb75fd54322caa73cb782651865969 to your computer and use it in GitHub Desktop.
Save MahadMuhammad/3edb75fd54322caa73cb782651865969 to your computer and use it in GitHub Desktop.
Make-Check-rust
		=== rust tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/compile.exp ...
Running /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compile.exp ...
Running /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/xfail/xfail.exp ...
Running /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/debug/debug.exp ...
Running /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/execute/torture/execute.exp ...
Running /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/link/link.exp ...

		=== rust Summary ===

# of expected passes		7977
# of expected failures		53
This file has been truncated, but you can view the full file.
Test run by mahad on Wed Jul 5 16:52:41 2023
Native configuration is x86_64-pc-linux-gnu
=== rust tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/compile.exp ...
LD_LIBRARY_PATH=.:
LD_RUN_PATH=.
SHLIB_PATH=.
LD_LIBRARY_PATH_32=.:
LD_LIBRARY_PATH_64=.:
DYLD_LIBRARY_PATH=.
ALWAYS_RUSTFLAGS set to {additional_flags=-fdiagnostics-plain-output } additional_flags= ldflags= additional_flags=-frust-incomplete-and-experimental-compiler-do-not-use
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -flto -Wno-complain-wrong-lang -c -o lto110982.o lto110982.c (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -flto -Wno-complain-wrong-lang -c -o lto110982.o lto110982.c
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ linker_plugin110982.c -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -flto -fuse-linker-plugin -Wno-complain-wrong-lang -lm -o linker_plugin110982.exe (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ linker_plugin110982.c -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -flto -fuse-linker-plugin -Wno-complain-wrong-lang -lm -o linker_plugin110982.exe
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ offload_gcn110982.c -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -foffload=amdgcn-amdhsa -Wno-complain-wrong-lang -S -o offload_gcn110982.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ offload_gcn110982.c -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -foffload=amdgcn-amdhsa -Wno-complain-wrong-lang -S -o offload_gcn110982.s
gccrs: error: GCC is not configured to support 'amdgcn-amdhsa' as '-foffload=' argument
gccrs: note: valid '-foffload=' arguments are: default disable
compiler exited with status 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/abi-options1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o abi-options1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/abi-options1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o abi-options1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/abi-options1.rs:1:1: error: unknown ABI option
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/abi-options1.rs:6:5: error: unknown ABI option
compiler exited with status 1
PASS: rust/compile/abi-options1.rs at line 2 (test for errors, line 1)
PASS: rust/compile/abi-options1.rs at line 7 (test for errors, line 6)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ exceptions_enabled110982.cc -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Wno-complain-wrong-lang -S -o exceptions_enabled110982.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ exceptions_enabled110982.cc -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Wno-complain-wrong-lang -S -o exceptions_enabled110982.s
gccrs: error: exceptions_enabled110982.cc: C++ compiler not installed on this system
compiler exited with status 1
PASS: rust/compile/abi-options1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/array3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o array3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/array3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o array3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/array3.rs:1:1: warning: function is never used: 'foo'
PASS: rust/compile/array3.rs at line 2 (test for warnings, line 1)
PASS: rust/compile/array3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/array4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o array4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/array4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o array4.s
PASS: rust/compile/array4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/array_empty_list.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o array_empty_list.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/array_empty_list.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o array_empty_list.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/array_empty_list.rs:2:15: error: type annotations needed
compiler exited with status 1
PASS: rust/compile/array_empty_list.rs at line 3 (test for errors, line 2)
PASS: rust/compile/array_empty_list.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o arrays1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o arrays1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/arrays1.rs:3:5: error: expected 'bool' got 'i32'
compiler exited with status 1
PASS: rust/compile/arrays1.rs (test for errors, line 3)
PASS: rust/compile/arrays1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o arrays2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o arrays2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/arrays2.rs:3:27: error: expected an array with a fixed size of 5 elements, found one with 3 elements
compiler exited with status 1
PASS: rust/compile/arrays2.rs at line 4 (test for errors, line 3)
PASS: rust/compile/arrays2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr-mismatch-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o attr-mismatch-crate-name.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr-mismatch-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o attr-mismatch-crate-name.s
PASS: rust/compile/attr-mismatch-crate-name.rs (test for excess errors)
PASS: rust/compile/attr-mismatch-crate-name.rs scan-tree-dump-times gimple "specified_name::main" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_cold.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o attr_cold.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_cold.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o attr_cold.s
PASS: rust/compile/attr_cold.rs (test for excess errors)
PASS: rust/compile/attr_cold.rs scan-tree-dump-times gimple "__attribute__\\(\\(cdecl, cold\\)\\)" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o attr_deprecated.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o attr_deprecated.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated.rs:11:5: warning: 'attr_deprecated::test' is deprecated [-Wdeprecated-declarations]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated.rs:5:1: note: declared here
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated.rs:12:5: warning: 'attr_deprecated::test1' is deprecated: do not use this function [-Wdeprecated-declarations]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated.rs:2:1: note: declared here
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated.rs:13:5: warning: 'attr_deprecated::test2' is deprecated: a different message [-Wdeprecated-declarations]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated.rs:8:1: note: declared here
PASS: rust/compile/attr_deprecated.rs (test for warnings, line 11)
PASS: rust/compile/attr_deprecated.rs (test for warnings, line 12)
PASS: rust/compile/attr_deprecated.rs (test for warnings, line 13)
PASS: rust/compile/attr_deprecated.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o attr_deprecated_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o attr_deprecated_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated_2.rs:5:3: error: unknown meta item 'invalid'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated_2.rs:9:5: warning: 'attr_deprecated_2::test1' is deprecated [-Wdeprecated-declarations]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated_2.rs:2:1: note: declared here
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated_2.rs:10:5: warning: 'attr_deprecated_2::test2' is deprecated [-Wdeprecated-declarations]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated_2.rs:6:1: note: declared here
compiler exited with status 1
PASS: rust/compile/attr_deprecated_2.rs (test for warnings, line 9)
XFAIL: rust/compile/attr_deprecated_2.rs (test for excess errors)
Excess errors:
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated_2.rs:5:3: error: unknown meta item 'invalid'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/attr_deprecated_2.rs:10:5: warning: 'attr_deprecated_2::test2' is deprecated [-Wdeprecated-declarations]
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_invalid.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o auto_trait_invalid.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_invalid.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o auto_trait_invalid.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_invalid.rs:5:1: error: associated items are forbidden within auto traits
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_invalid.rs:6:5: note: remove this item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_invalid.rs:8:5: note: remove this item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_invalid.rs:10:5: note: remove this item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_invalid.rs:12:5: note: remove this item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_invalid.rs:14:5: note: remove this item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_invalid.rs:17:1: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/auto_trait_invalid.rs (test for errors, line 5)
PASS: rust/compile/auto_trait_invalid.rs (test for warnings, line 6)
PASS: rust/compile/auto_trait_invalid.rs (test for warnings, line 8)
PASS: rust/compile/auto_trait_invalid.rs (test for warnings, line 10)
PASS: rust/compile/auto_trait_invalid.rs (test for warnings, line 12)
PASS: rust/compile/auto_trait_invalid.rs (test for warnings, line 14)
PASS: rust/compile/auto_trait_invalid.rs at line 16 (test for errors, line 17)
PASS: rust/compile/auto_trait_invalid.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_valid.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o auto_trait_valid.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/auto_trait_valid.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o auto_trait_valid.s
PASS: rust/compile/auto_trait_valid.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-crate=bad+name -S -o bad-crate-name.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-crate=bad+name -S -o bad-crate-name.s
crab1: error: invalid character '+' in crate name: 'bad+name'
crab1: error: unrecognized command-line option '-frust-crate=bad+name'
compiler exited with status 1
XFAIL: rust/compile/bad-crate-name.rs (test for excess errors)
Excess errors:
crab1: error: invalid character '+' in crate name: 'bad+name'
crab1: error: unrecognized command-line option '-frust-crate=bad+name'
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad=file-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -frust-crate=good_name -S -o bad=file-name.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad=file-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -frust-crate=good_name -S -o bad=file-name.s
PASS: rust/compile/bad=file-name.rs (test for excess errors)
PASS: rust/compile/bad=file-name.rs scan-tree-dump-times gimple "good_name::does_nothing" 2
PASS: rust/compile/bad=file-name.rs scan-tree-dump-times gimple "good_name::main" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_as_bool_char.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_as_bool_char.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_as_bool_char.rs:5:14: error: invalid cast 'bool' to 'f32' [E0054]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_as_bool_char.rs:6:15: error: invalid cast 'bool' to 'f64' [E0054]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_as_bool_char.rs:8:12: error: invalid cast 'u8' to 'bool' [E0054]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_as_bool_char.rs:9:12: error: invalid cast 'bool' to 'char' [E0054]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_as_bool_char.rs:13:12: error: invalid cast 'char' to 'f32' [E0054]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_as_bool_char.rs:14:12: error: invalid cast 'char' to 'bool' [E0054]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_as_bool_char.rs:17:12: error: invalid cast 'u32' to 'char' [E0054]
compiler exited with status 1
PASS: rust/compile/bad_as_bool_char.rs (test for errors, line 5)
PASS: rust/compile/bad_as_bool_char.rs (test for errors, line 6)
PASS: rust/compile/bad_as_bool_char.rs (test for errors, line 8)
PASS: rust/compile/bad_as_bool_char.rs (test for errors, line 9)
PASS: rust/compile/bad_as_bool_char.rs (test for errors, line 13)
PASS: rust/compile/bad_as_bool_char.rs (test for errors, line 14)
PASS: rust/compile/bad_as_bool_char.rs (test for errors, line 17)
PASS: rust/compile/bad_as_bool_char.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_file_name.txt.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_file_name.txt.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_file_name.txt.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_file_name.txt.s
crab1: error: invalid character '.' in crate name: 'bad_file_name.txt'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_file_name.txt.rs:4: note: crate name inferred from this file
compiler exited with status 1
PASS: rust/compile/bad_file_name.txt.rs (test for bogus messages, line 2)
XFAIL: rust/compile/bad_file_name.txt.rs (test for excess errors)
Excess errors:
crab1: error: invalid character '.' in crate name: 'bad_file_name.txt'
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_inner_doc.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_inner_doc.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_inner_doc.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_inner_doc.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_inner_doc.rs:6:3: error: inner doc ('//!' or '/*!') only allowed at start of item and before any outer attribute or doc ('#[', '///' or '/**')
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_inner_doc.rs:12:5: error: inner doc ('//!' or '/*!') only allowed at start of item and before any outer attribute or doc ('#[', '///' or '/**')
compiler exited with status 1
PASS: rust/compile/bad_inner_doc.rs at line 5 (test for errors, line 6)
PASS: rust/compile/bad_inner_doc.rs at line 11 (test for errors, line 12)
PASS: rust/compile/bad_inner_doc.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_pub_enumitems.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_pub_enumitems.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:3:7: error: visibility qualifier 'pub' not allowed on enum item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:5:7: error: visibility qualifier 'pub' not allowed on enum item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:12:7: error: visibility qualifier 'pub' not allowed on enum item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:15:7: error: visibility qualifier 'pub' not allowed on enum item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:20:7: error: visibility qualifier 'pub' not allowed on enum item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:21:14: error: duplicate field name 'a'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:29:11: error: visibility qualifier 'pub' not allowed on enum item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:30:11: error: visibility qualifier 'pub' not allowed on enum item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:36:11: error: visibility qualifier 'pub' not allowed on enum item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:38:11: error: visibility qualifier 'pub' not allowed on enum item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:44:22: error: duplicate field name 'a'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_pub_enumitems.rs:45:11: error: visibility qualifier 'pub' not allowed on enum item
compiler exited with status 1
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 3)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 5)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 12)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 15)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 20)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 21)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 29)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 30)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 36)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 38)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 44)
PASS: rust/compile/bad_pub_enumitems.rs (test for errors, line 45)
PASS: rust/compile/bad_pub_enumitems.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_stmt_enums.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_stmt_enums.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_stmt_enums.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_stmt_enums.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_stmt_enums.rs:8:7: error: redefined multiple times
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_stmt_enums.rs:12:3: error: redefined multiple times
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_stmt_enums.rs:18:7: error: redefined multiple times
compiler exited with status 1
PASS: rust/compile/bad_stmt_enums.rs (test for errors, line 8)
PASS: rust/compile/bad_stmt_enums.rs (test for errors, line 12)
PASS: rust/compile/bad_stmt_enums.rs (test for errors, line 18)
PASS: rust/compile/bad_stmt_enums.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_toplevel_enums.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_toplevel_enums.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_toplevel_enums.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_toplevel_enums.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_toplevel_enums.rs:6:3: error: redefined multiple times
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_toplevel_enums.rs:10:1: error: redefined multiple times
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_toplevel_enums.rs:17:3: error: redefined multiple times
compiler exited with status 1
PASS: rust/compile/bad_toplevel_enums.rs (test for errors, line 6)
PASS: rust/compile/bad_toplevel_enums.rs (test for errors, line 10)
PASS: rust/compile/bad_toplevel_enums.rs (test for errors, line 17)
PASS: rust/compile/bad_toplevel_enums.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_tuple_index.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_tuple_index.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:8:15: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:9:15: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:10:15: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:13:16: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:16:16: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:17:16: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:18:17: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:19:17: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:20:17: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:21:17: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:22:17: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:23:17: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:24:18: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:25:18: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:26:19: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:27:19: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:31:14: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:35:14: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:38:15: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:47:16: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:49:16: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:50:16: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:51:16: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:56:20: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:57:20: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:62:17: error: tuple index should be a pure decimal literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_tuple_index.rs:63:17: error: tuple index should be a pure decimal literal
compiler exited with status 1
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 8)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 9)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 10)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 13)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 16)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 17)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 18)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 19)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 20)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 21)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 22)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 23)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 24)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 25)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 26)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 27)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 31)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 35)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 38)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 47)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 49)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 50)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 51)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 56)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 57)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 62)
PASS: rust/compile/bad_tuple_index.rs (test for errors, line 63)
PASS: rust/compile/bad_tuple_index.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_type1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_type1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_type1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_type1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_type1.rs:2:5: error: expected 'bool' got '<integer>'
compiler exited with status 1
PASS: rust/compile/bad_type1.rs (test for errors, line 2)
PASS: rust/compile/bad_type1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_type2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_type2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_type2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bad_type2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bad_type2.rs:11:5: error: expected '<integer>' got 'bool'
compiler exited with status 1
PASS: rust/compile/bad_type2.rs (test for errors, line 11)
PASS: rust/compile/bad_type2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bounds.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o bounds.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bounds.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o bounds.s
PASS: rust/compile/bounds.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bounds1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bounds1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bounds1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bounds1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bounds1.rs:17:9: error: bounds not satisfied for f32 'Add' is not satisfied [E0277]
compiler exited with status 1
PASS: rust/compile/bounds1.rs at line 18 (test for errors, line 17)
PASS: rust/compile/bounds1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_arm.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o braced_macro_arm.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_arm.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o braced_macro_arm.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_arm.rs:12:9: error: exprwithoutblock requires comma after match case expression in match arm (if not final case)
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_arm.rs:9:5: error: failed to parse statement or expression in block expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_arm.rs:12:9: error: unrecognised token 'false' for start of item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_arm.rs:12:9: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/braced_macro_arm.rs at line 10 (test for errors, line 9)
PASS: rust/compile/braced_macro_arm.rs at line 13 (test for errors, line 12)
PASS: rust/compile/braced_macro_arm.rs at line 14 (test for errors, line 12)
PASS: rust/compile/braced_macro_arm.rs at line 15 (test for errors, line 12)
PASS: rust/compile/braced_macro_arm.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_statements1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o braced_macro_statements1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_statements1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o braced_macro_statements1.s
PASS: rust/compile/braced_macro_statements1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_statements2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o braced_macro_statements2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_statements2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o braced_macro_statements2.s
PASS: rust/compile/braced_macro_statements2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_statements3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o braced_macro_statements3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/braced_macro_statements3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o braced_macro_statements3.s
PASS: rust/compile/braced_macro_statements3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break-rust1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break-rust1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break-rust1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break-rust1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break-rust1.rs:3:9: warning: unused name 'res' [-Wunused-variable]
PASS: rust/compile/break-rust1.rs at line 4 (test for warnings, line 3)
PASS: rust/compile/break-rust1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break-rust2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break-rust2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break-rust2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break-rust2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break-rust2.rs:2:12: error: failed to find name: rust
compiler exited with status 1
PASS: rust/compile/break-rust2.rs at line 3 (test for errors, line 2)
PASS: rust/compile/break-rust2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break-rust3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break-rust3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break-rust3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break-rust3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break-rust3.rs:2:11: internal compiler error: are you trying to break rust? how dare you?
You have broken GCC Rust. This is a feature.
compiler exited with status 1
XFAIL: rust/compile/break-rust3.rs (internal compiler error: are you trying to break rust? how dare you?)
PASS: rust/compile/break-rust3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break1.rs:4:5: error: cannot 'break' outside of a loop
compiler exited with status 1
PASS: rust/compile/break1.rs (test for errors, line 4)
PASS: rust/compile/break1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o break2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/break2.rs:8:13: error: can only break with a value inside 'loop'
compiler exited with status 1
PASS: rust/compile/break2.rs (test for errors, line 8)
PASS: rust/compile/break2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_compile_error.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_compile_error.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_compile_error.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_compile_error.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_compile_error.rs:10:3: error: argument must be a string literal or a macro which expands to a string
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_compile_error.rs:11:3: error: macro takes 1 argument
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_compile_error.rs:12:3: error: macro takes 1 argument
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_compile_error.rs:13:3: error: expected error message
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_compile_error.rs:14:3: error: expected error message
compiler exited with status 1
PASS: rust/compile/builtin_macro_compile_error.rs (test for errors, line 10)
PASS: rust/compile/builtin_macro_compile_error.rs (test for errors, line 11)
PASS: rust/compile/builtin_macro_compile_error.rs (test for errors, line 12)
PASS: rust/compile/builtin_macro_compile_error.rs (test for errors, line 13)
PASS: rust/compile/builtin_macro_compile_error.rs (test for errors, line 14)
PASS: rust/compile/builtin_macro_compile_error.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_concat.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_concat.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_concat.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_concat.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_concat.rs:11:14: error: expected expression, found ','
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_concat.rs:12:13: error: expected a literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_concat.rs:12:13: note: only literals (like '"foo"', '42' and '3.14') can be passed to 'concat!()'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_concat.rs:17:19: error: expected a literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_concat.rs:17:19: note: only literals (like '"foo"', '42' and '3.14') can be passed to 'concat!()'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_concat.rs:18:25: error: expected token: ','
compiler exited with status 1
PASS: rust/compile/builtin_macro_concat.rs (test for errors, line 11)
PASS: rust/compile/builtin_macro_concat.rs (test for errors, line 12)
PASS: rust/compile/builtin_macro_concat.rs (test for errors, line 17)
PASS: rust/compile/builtin_macro_concat.rs (test for errors, line 18)
PASS: rust/compile/builtin_macro_concat.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_eager1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o builtin_macro_eager1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_eager1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o builtin_macro_eager1.s
PASS: rust/compile/builtin_macro_eager1.rs (test for excess errors)
PASS: rust/compile/builtin_macro_eager1.rs scan-tree-dump-times gimple ""test1canary"" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_eager2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_eager2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_eager2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_eager2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_eager2.rs:15:13: error: environment variable '__undefined__' not defined
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_eager2.rs:16:13: error: custom
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_eager2.rs:17:13: error: __undefined__
compiler exited with status 1
PASS: rust/compile/builtin_macro_eager2.rs (test for errors, line 15)
PASS: rust/compile/builtin_macro_eager2.rs (test for errors, line 16)
PASS: rust/compile/builtin_macro_eager2.rs (test for errors, line 17)
PASS: rust/compile/builtin_macro_eager2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_eager3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_eager3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_eager3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_eager3.s
PASS: rust/compile/builtin_macro_eager3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_env.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_env.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:10:3: error: argument must be a string literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:10:9: note: expanded from here
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:11:3: error: env! takes 1 or 2 arguments
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:12:9: error: expected expression, found ','
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:13:3: error: argument must be a string literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:13:9: note: expanded from here
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:14:3: error: environment variable 'NOT_DEFINED' not defined
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:15:3: error: environment variable 'NOT_DEFINED' not defined
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:16:3: error: argument must be a string literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:16:24: note: expanded from here
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:17:3: error: env! takes 1 or 2 arguments
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:18:23: error: expected token: ','
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:19:3: error: expected error message
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:20:3: error: expected error message
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:21:3: error: argument must be a string literal
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_env.rs:21:9: note: expanded from here
compiler exited with status 1
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 10)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 11)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 12)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 13)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 14)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 15)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 16)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 17)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 18)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 19)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 20)
PASS: rust/compile/builtin_macro_env.rs (test for errors, line 21)
PASS: rust/compile/builtin_macro_env.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_bytes.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_include_bytes.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_bytes.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_include_bytes.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_bytes.rs:10:3: error: argument must be a string literal or a macro which expands to a string
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_bytes.rs:11:3: error: macro takes 1 argument
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_bytes.rs:12:3: error: macro takes 1 argument
compiler exited with status 1
PASS: rust/compile/builtin_macro_include_bytes.rs (test for errors, line 10)
PASS: rust/compile/builtin_macro_include_bytes.rs (test for errors, line 11)
PASS: rust/compile/builtin_macro_include_bytes.rs (test for errors, line 12)
PASS: rust/compile/builtin_macro_include_bytes.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_bytes_location_info.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_include_bytes_location_info.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_bytes_location_info.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_include_bytes_location_info.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_bytes_location_info.rs:9:5: error: cannot open filename /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nonexistent.txt: No such file or directory
compiler exited with status 1
PASS: rust/compile/builtin_macro_include_bytes_location_info.rs (test for errors, line 9)
PASS: rust/compile/builtin_macro_include_bytes_location_info.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_include_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_include_str.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_str.rs:10:3: error: argument must be a string literal or a macro which expands to a string
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_str.rs:11:3: error: macro takes 1 argument
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_str.rs:12:3: error: macro takes 1 argument
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_str.rs:15:3: error: /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/invalid_utf8 was not a valid utf-8 file
compiler exited with status 1
PASS: rust/compile/builtin_macro_include_str.rs (test for errors, line 10)
PASS: rust/compile/builtin_macro_include_str.rs (test for errors, line 11)
PASS: rust/compile/builtin_macro_include_str.rs (test for errors, line 12)
PASS: rust/compile/builtin_macro_include_str.rs (test for errors, line 15)
PASS: rust/compile/builtin_macro_include_str.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_str_location_info.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_include_str_location_info.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_str_location_info.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_include_str_location_info.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_include_str_location_info.rs:9:5: error: cannot open filename /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nonexistent.txt: No such file or directory
compiler exited with status 1
PASS: rust/compile/builtin_macro_include_str_location_info.rs (test for errors, line 9)
PASS: rust/compile/builtin_macro_include_str_location_info.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_not_found.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_not_found.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_not_found.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o builtin_macro_not_found.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_not_found.rs:4:1: error: cannot find a built-in macro with name 'crabby_crab_carb'
compiler exited with status 1
PASS: rust/compile/builtin_macro_not_found.rs (test for errors, line 4)
PASS: rust/compile/builtin_macro_not_found.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_recurse2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o builtin_macro_recurse2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/builtin_macro_recurse2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o builtin_macro_recurse2.s
PASS: rust/compile/builtin_macro_recurse2.rs (test for excess errors)
PASS: rust/compile/builtin_macro_recurse2.rs scan-tree-dump-times gimple ""abheyho"" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bytecharstring.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bytecharstring.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bytecharstring.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o bytecharstring.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bytecharstring.rs:6:12: error: ascii \x escape '\xef' out of range - allows up to '\x7F'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bytecharstring.rs:7:12: error: ascii \x escape '\xef' out of range - allows up to '\x7F'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bytecharstring.rs:9:12: error: non-ASCII character in 'byte char'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/bytecharstring.rs:10:12: error: non-ASCII character in 'byte char'
compiler exited with status 1
PASS: rust/compile/bytecharstring.rs (test for errors, line 6)
PASS: rust/compile/bytecharstring.rs (test for errors, line 7)
PASS: rust/compile/bytecharstring.rs (test for errors, line 9)
PASS: rust/compile/bytecharstring.rs (test for errors, line 10)
PASS: rust/compile/bytecharstring.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/canonical_paths1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -fdump-tree-gimple -frust-crate=example -S -o canonical_paths1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/canonical_paths1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -fdump-tree-gimple -frust-crate=example -S -o canonical_paths1.s
PASS: rust/compile/canonical_paths1.rs (test for excess errors)
PASS: rust/compile/canonical_paths1.rs scan-tree-dump-times gimple "example::A::<impl example::Foo>::test" 2
PASS: rust/compile/canonical_paths1.rs scan-tree-dump-times gimple "example::A::<impl example::Foo as example::TR>::test" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o cast1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o cast1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast1.rs:3:13: error: invalid cast 'i32' to 'char' [E0054]
compiler exited with status 1
PASS: rust/compile/cast1.rs at line 4 (test for errors, line 3)
PASS: rust/compile/cast1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o cast4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o cast4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast4.rs:3:13: error: invalid cast 'i32' to 'bool' [E0054]
compiler exited with status 1
PASS: rust/compile/cast4.rs at line 4 (test for errors, line 3)
PASS: rust/compile/cast4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o cast5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o cast5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast5.rs:2:21: error: invalid cast '<integer>' to 'char' [E0054]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast5.rs:4:21: error: invalid cast '<integer>' to 'char' [E0054]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast5.rs:7:21: error: invalid cast 'i32' to 'char' [E0054]
compiler exited with status 1
PASS: rust/compile/cast5.rs at line 3 (test for errors, line 2)
PASS: rust/compile/cast5.rs at line 5 (test for errors, line 4)
PASS: rust/compile/cast5.rs at line 8 (test for errors, line 7)
PASS: rust/compile/cast5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast_generics.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o cast_generics.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast_generics.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o cast_generics.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cast_generics.rs:6:7: warning: unused name 't' [-Wunused-variable]
PASS: rust/compile/cast_generics.rs at line 7 (test for warnings, line 6)
PASS: rust/compile/cast_generics.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg-attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -S -o cfg-attr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg-attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -S -o cfg-attr.s
PASS: rust/compile/cfg-attr.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o cfg1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o cfg1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg1.rs:29:5: error: Cannot find path 'test' in this scope [E0433]
compiler exited with status 1
PASS: rust/compile/cfg1.rs at line 30 (test for errors, line 29)
PASS: rust/compile/cfg1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -S -o cfg2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -S -o cfg2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg2.rs:10:7: error: failed to resolve method for 'test'
compiler exited with status 1
PASS: rust/compile/cfg2.rs at line 11 (test for errors, line 10)
PASS: rust/compile/cfg2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -frust-cfg=B -S -o cfg3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -frust-cfg=B -S -o cfg3.s
PASS: rust/compile/cfg3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -S -o cfg4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -S -o cfg4.s
PASS: rust/compile/cfg4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A=\"B\" -S -o cfg5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A="B" -S -o cfg5.s
PASS: rust/compile/cfg5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-cfg=A=\"B\" -S -o cfg6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/cfg6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-cfg=A="B" -S -o cfg6.s
PASS: rust/compile/cfg6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_move_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o closure_move_expr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_move_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o closure_move_expr.s
PASS: rust/compile/closure_move_expr.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_no_type_anno.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o closure_no_type_anno.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_no_type_anno.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o closure_no_type_anno.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_no_type_anno.rs:9:12: error: type annotations needed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_no_type_anno.rs:9:12: error: type annotations needed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_no_type_anno.rs:9:12: error: type annotations needed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_no_type_anno.rs:9:12: error: type annotations needed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_no_type_anno.rs:9:12: error: type annotations needed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/closure_no_type_anno.rs:9:12: error: type annotations needed
compiler exited with status 1
PASS: rust/compile/closure_no_type_anno.rs (test for errors, line 9)
PASS: rust/compile/closure_no_type_anno.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/complex-path1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o complex-path1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/complex-path1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o complex-path1.s
PASS: rust/compile/complex-path1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/complex_qualified_path_in_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o complex_qualified_path_in_expr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/complex_qualified_path_in_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o complex_qualified_path_in_expr.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/complex_qualified_path_in_expr.rs:1:1: warning: struct is never constructed: 'S'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/complex_qualified_path_in_expr.rs:3:3: warning: associated function is never used: 'f'
PASS: rust/compile/complex_qualified_path_in_expr.rs at line 1 (test for warnings, line )
PASS: rust/compile/complex_qualified_path_in_expr.rs at line 4 (test for warnings, line 3)
PASS: rust/compile/complex_qualified_path_in_expr.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const-issue1440.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const-issue1440.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:48:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:60:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:48:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:60:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:48:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:60:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:48:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:60:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:48:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:60:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:48:56: error: only functions marked as 'const' are allowed to be called from constant contexts
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const-issue1440.rs:60:56: error: only functions marked as 'const' are allowed to be called from constant contexts
compiler exited with status 1
PASS: rust/compile/const-issue1440.rs at line 49 (test for errors, line 48)
PASS: rust/compile/const-issue1440.rs at line 61 (test for errors, line 60)
PASS: rust/compile/const-issue1440.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const1.rs:4:5: error: only functions marked as 'const' are allowed to be called from constant contexts
compiler exited with status 1
PASS: rust/compile/const1.rs (test for errors, line 4)
PASS: rust/compile/const1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const10.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const10.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const10.rs:1:18: error: mutable references are not allowed in constant functions
compiler exited with status 1
PASS: rust/compile/const10.rs (test for errors, line 1)
PASS: rust/compile/const10.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const2.s
PASS: rust/compile/const2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const3.rs:6:18: error: only functions marked as 'const' are allowed to be called from constant contexts
compiler exited with status 1
PASS: rust/compile/const3.rs (test for errors, line 6)
PASS: rust/compile/const3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const4.s
PASS: rust/compile/const4.rs (test for excess errors)
PASS: rust/compile/const4.rs scan-tree-dump-times gimple "a = 1" 1
PASS: rust/compile/const4.rs scan-tree-dump-times gimple "b = 4" 1
PASS: rust/compile/const4.rs scan-tree-dump-times gimple "c = 12" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const5.rs:4:16: error: array subscript value '123' is outside the bounds of array 'const5::B' of type 'const i32[5]'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const5.rs:3:1: note: declared here
compiler exited with status 1
PASS: rust/compile/const5.rs at line 5 (test for errors, line 4)
PASS: rust/compile/const5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const6.s
PASS: rust/compile/const6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const7.s
PASS: rust/compile/const7.rs (test for excess errors)
PASS: rust/compile/const7.rs scan-tree-dump-times gimple "b = 123" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const8.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const8.s
PASS: rust/compile/const8.rs (test for excess errors)
PASS: rust/compile/const8.rs scan-tree-dump-times gimple "d = 2.0" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const9.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -O0 -fdump-tree-gimple -S -o const9.s
PASS: rust/compile/const9.rs (test for excess errors)
PASS: rust/compile/const9.rs scan-tree-dump-times gimple "x = 10" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const_generics_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const_generics_1.s
PASS: rust/compile/const_generics_1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const_generics_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const_generics_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_2.rs:3:29: error: invalid token for start of default value for const generic parameter: expected 'block', 'identifier' or 'literal', got 'RIGHT_ANGLE'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_2.rs:1:19: error: expecting ':' but '>' found
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_2.rs:2:21: error: unrecognised token '>' in type
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_2.rs:3:29: error: unrecognised token '>' in type
compiler exited with status 1
PASS: rust/compile/const_generics_2.rs (test for errors, line 1)
PASS: rust/compile/const_generics_2.rs (test for errors, line 2)
PASS: rust/compile/const_generics_2.rs (test for errors, line 3)
PASS: rust/compile/const_generics_2.rs at line 4 (test for errors, line 3)
PASS: rust/compile/const_generics_2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const_generics_3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const_generics_3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_3.rs:7:18: error: failed to find name: N
compiler exited with status 1
PASS: rust/compile/const_generics_3.rs (test for errors, line 7)
PASS: rust/compile/const_generics_3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const_generics_4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const_generics_4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_4.rs:5:31: error: failed to find name: M
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_4.rs:7:21: error: failed to resolve TypePath: NotAType in this scope
compiler exited with status 1
PASS: rust/compile/const_generics_4.rs (test for errors, line 5)
PASS: rust/compile/const_generics_4.rs (test for errors, line 7)
PASS: rust/compile/const_generics_4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const_generics_5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o const_generics_5.s
PASS: rust/compile/const_generics_5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const_generics_6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const_generics_6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_6.rs:2:12: error: expected 'usize' got 'i32'
compiler exited with status 1
PASS: rust/compile/const_generics_6.rs (test for errors, line 2)
PASS: rust/compile/const_generics_6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const_generics_7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const_generics_7.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:3:21: error: failed to resolve TypePath: FooBar in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:4:19: error: failed to resolve TypePath: FooBar in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:4:31: error: failed to resolve TypePath: N in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:5:22: error: failed to resolve TypePath: FooBar in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:6:20: error: failed to resolve TypePath: FooBar in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:10:21: error: failed to resolve TypePath: FooBar in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:14:24: error: failed to resolve TypePath: FooBar in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:17:15: error: failed to resolve TypePath: FooBar in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:17:42: error: failed to resolve TypePath: N in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_7.rs:17:42: error: failed to resolve TypePath: N in this scope
compiler exited with status 1
PASS: rust/compile/const_generics_7.rs (test for errors, line 3)
PASS: rust/compile/const_generics_7.rs (test for errors, line 4)
PASS: rust/compile/const_generics_7.rs (test for errors, line 5)
PASS: rust/compile/const_generics_7.rs (test for errors, line 6)
PASS: rust/compile/const_generics_7.rs (test for errors, line 10)
PASS: rust/compile/const_generics_7.rs (test for errors, line 14)
PASS: rust/compile/const_generics_7.rs (test for errors, line 17)
PASS: rust/compile/const_generics_7.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const_generics_8.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o const_generics_8.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_8.rs:8:17: error: default values for const generic parameters are not allowed in 'union' items
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_8.rs:9:18: error: default values for const generic parameters are not allowed in 'function' items
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/const_generics_8.rs:12:6: error: default values for const generic parameters are not allowed in 'impl' items
compiler exited with status 1
PASS: rust/compile/const_generics_8.rs (test for errors, line 8)
PASS: rust/compile/const_generics_8.rs (test for errors, line 9)
PASS: rust/compile/const_generics_8.rs (test for errors, line 12)
PASS: rust/compile/const_generics_8.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/continue1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o continue1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/continue1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o continue1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/continue1.rs:6:9: error: cannot 'continue' outside of a loop
compiler exited with status 1
PASS: rust/compile/continue1.rs (test for errors, line 6)
PASS: rust/compile/continue1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o deadcode_err1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o deadcode_err1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err1.rs:4:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err1.rs:5:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err1.rs:5:5: error: expected '<integer>' got '<float>'
compiler exited with status 1
PASS: rust/compile/deadcode_err1.rs (test for warnings, line 4)
PASS: rust/compile/deadcode_err1.rs (test for warnings, line 5)
PASS: rust/compile/deadcode_err1.rs at line 6 (test for errors, line 5)
PASS: rust/compile/deadcode_err1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o deadcode_err2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o deadcode_err2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err2.rs:3:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err2.rs:9:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err2.rs:3:5: error: expected 'i32' got '<float>'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/deadcode_err2.rs:8:5: error: expected 'i32' got '<float>'
compiler exited with status 1
PASS: rust/compile/deadcode_err2.rs (test for errors, line 3)
PASS: rust/compile/deadcode_err2.rs at line 4 (test for warnings, line 3)
PASS: rust/compile/deadcode_err2.rs (test for errors, line 8)
PASS: rust/compile/deadcode_err2.rs at line 10 (test for warnings, line 9)
PASS: rust/compile/deadcode_err2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/debug-diagnostics-default.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o debug-diagnostics-default.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/debug-diagnostics-default.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o debug-diagnostics-default.s
PASS: rust/compile/debug-diagnostics-default.rs at line 2 (test for bogus messages, line )
PASS: rust/compile/debug-diagnostics-default.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/debug-diagnostics-off.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fno-rust-debug -S -o debug-diagnostics-off.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/debug-diagnostics-off.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fno-rust-debug -S -o debug-diagnostics-off.s
PASS: rust/compile/debug-diagnostics-off.rs at line 4 (test for bogus messages, line )
PASS: rust/compile/debug-diagnostics-off.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/debug-diagnostics-on.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-debug -S -o debug-diagnostics-on.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/debug-diagnostics-on.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-debug -S -o debug-diagnostics-on.s
crab1: note: Preparing to parse files.
crab1: note: inferred crate name: debug_diagnostics_on
crab1: note: Attempting to parse file: /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/debug-diagnostics-on.rs
crab1: note: SUCCESSFULLY PARSED CRATE 
crab1: note: ran register_plugins (with no body)
crab1: note: SUCCESSFULLY REGISTERED PLUGINS 
crab1: note: started injection
crab1: note: finished injection
crab1: note: SUCCESSFULLY FINISHED INJECTION 
crab1: note: started expansion
crab1: note: finished expansion
crab1: note: SUCCESSFULLY FINISHED EXPANSION 
crab1: note: coercion_site id={20} expected={()} expr={()}
crab1: note: coerce_unsized(source={()}, target={()})
crab1: note: do_coercion default unify and infer expected: () receiver ()
crab1: note: unify_site_and commit true infer false id={20} expected={()} expr={()}
crab1: note: unify::go ltype={()} rtype={()}
crab1: note: coerce_default_unify(a={()}, b={()})
crab1: note: unify_site id={20} expected={()} expr={()}
crab1: note: unify::go ltype={()} rtype={()}
PASS: rust/compile/debug-diagnostics-on.rs at line 4 (test for warnings, line )
PASS: rust/compile/debug-diagnostics-on.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro1.s
PASS: rust/compile/decl_macro1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro2.s
PASS: rust/compile/decl_macro2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro3.s
PASS: rust/compile/decl_macro3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro4.s
PASS: rust/compile/decl_macro4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro5.s
PASS: rust/compile/decl_macro5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro6.rs:2:10: error: unexpected token '}' - expecting delimiters (for a macro matcher)
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro6.rs:2:10: error: required first macro rule in declarative macro definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro6.rs:2:10: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/decl_macro6.rs at line 3 (test for errors, line 2)
PASS: rust/compile/decl_macro6.rs at line 4 (test for errors, line 2)
PASS: rust/compile/decl_macro6.rs at line 5 (test for errors, line 2)
PASS: rust/compile/decl_macro6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o decl_macro7.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro7.rs:2:19: error: only braces can be used for a macro transcriber in declarative macro definition
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/decl_macro7.rs:4:48: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/decl_macro7.rs at line 3 (test for errors, line 2)
PASS: rust/compile/decl_macro7.rs (test for errors, line 4)
PASS: rust/compile/decl_macro7.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/default_not_a_kw.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o default_not_a_kw.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/default_not_a_kw.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o default_not_a_kw.s
PASS: rust/compile/default_not_a_kw.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_empty.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_empty.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_empty.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_empty.s
PASS: rust/compile/derive_empty.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro1.rs:6:3: warning: unused name 'self' [-Wunused-variable]
PASS: rust/compile/derive_macro1.rs (test for warnings, line 6)
PASS: rust/compile/derive_macro1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro3.s
PASS: rust/compile/derive_macro3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro4.rs:12:3: error: bounds not satisfied for U 'Copy' is not satisfied [E0277]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro4.rs:12:3: error: bounds not satisfied for U 'Copy' is not satisfied [E0277]
compiler exited with status 1
PASS: rust/compile/derive_macro4.rs (test for errors, line 12)
PASS: rust/compile/derive_macro4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro6.s
PASS: rust/compile/derive_macro6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro7.s
PASS: rust/compile/derive_macro7.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro8.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o derive_macro8.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/derive_macro8.rs:8:5: error: cannot invoke derive macro: 'Copy'
compiler exited with status 1
PASS: rust/compile/derive_macro8.rs (test for errors, line 8)
PASS: rust/compile/derive_macro8.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/diagnostic_underline.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdiagnostics-show-caret -S -o diagnostic_underline.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/diagnostic_underline.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdiagnostics-show-caret -S -o diagnostic_underline.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/diagnostic_underline.rs:9:5: error: only functions marked as 'const' are allowed to be called from constant contexts
barbarbar();// { dg-error "only functions marked as 'const' are allowed to be called from constant contexts" }
^~~~~~~~~
compiler exited with status 1
PASS: rust/compile/diagnostic_underline.rs (test for errors, line 9)
PASS: rust/compile/diagnostic_underline.rs expected multiline pattern lines 11-12
PASS: rust/compile/diagnostic_underline.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_block_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_isolated_cr_block_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_block_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_isolated_cr_block_comment.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_block_comment.rs:2:1: error: Isolated CR '\r' not allowed in doc comment
compiler exited with status 1
PASS: rust/compile/doc_isolated_cr_block_comment.rs at line 1 (test for errors, line 2)
PASS: rust/compile/doc_isolated_cr_block_comment.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_inner_block_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_isolated_cr_inner_block_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_inner_block_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_isolated_cr_inner_block_comment.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_inner_block_comment.rs:4:3: error: Isolated CR '\r' not allowed in doc comment
compiler exited with status 1
PASS: rust/compile/doc_isolated_cr_inner_block_comment.rs at line 3 (test for errors, line 4)
PASS: rust/compile/doc_isolated_cr_inner_block_comment.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_inner_line_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_isolated_cr_inner_line_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_inner_line_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_isolated_cr_inner_line_comment.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_inner_line_comment.rs:4:3: error: Isolated CR '\r' not allowed in doc comment
compiler exited with status 1
PASS: rust/compile/doc_isolated_cr_inner_line_comment.rs at line 3 (test for errors, line 4)
PASS: rust/compile/doc_isolated_cr_inner_line_comment.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_line_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_isolated_cr_line_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_line_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_isolated_cr_line_comment.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_isolated_cr_line_comment.rs:2:1: error: Isolated CR '\r' not allowed in doc comment
compiler exited with status 1
PASS: rust/compile/doc_isolated_cr_line_comment.rs at line 1 (test for errors, line 2)
PASS: rust/compile/doc_isolated_cr_line_comment.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_macro.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_macro.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/doc_macro.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o doc_macro.s
PASS: rust/compile/doc_macro.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/dup_fields.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o dup_fields.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/dup_fields.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o dup_fields.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/dup_fields.rs:1:35: error: duplicate field name 'a'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/dup_fields.rs:9:5: error: duplicate field name 'b'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/dup_fields.rs:14:49: error: duplicate field name 'gamma'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/dup_fields.rs:20:18: error: duplicate field name 'beta'
compiler exited with status 1
PASS: rust/compile/dup_fields.rs at line 2 (test for errors, line 1)
PASS: rust/compile/dup_fields.rs (test for errors, line 9)
PASS: rust/compile/dup_fields.rs at line 15 (test for errors, line 14)
PASS: rust/compile/dup_fields.rs at line 21 (test for errors, line 20)
PASS: rust/compile/dup_fields.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/empty_comment_before_match.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o empty_comment_before_match.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/empty_comment_before_match.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o empty_comment_before_match.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/empty_comment_before_match.rs:1:1: warning: function is never used: 'foo'
PASS: rust/compile/empty_comment_before_match.rs (test for warnings, line 1)
PASS: rust/compile/empty_comment_before_match.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/expand_macro_qual_path_in_type.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-compile-until=nameresolution -S -o expand_macro_qual_path_in_type.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/expand_macro_qual_path_in_type.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-compile-until=nameresolution -S -o expand_macro_qual_path_in_type.s
PASS: rust/compile/expand_macro_qual_path_in_type.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/expected_type_args2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o expected_type_args2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/expected_type_args2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o expected_type_args2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/expected_type_args2.rs:4:12: error: generic item takes at least 1 type arguments but 0 were supplied
compiler exited with status 1
PASS: rust/compile/expected_type_args2.rs at line 5 (test for errors, line 4)
PASS: rust/compile/expected_type_args2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/expected_type_args3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o expected_type_args3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/expected_type_args3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o expected_type_args3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/expected_type_args3.rs:3:6: error: generic item takes at least 1 type arguments but 0 were supplied
compiler exited with status 1
PASS: rust/compile/expected_type_args3.rs at line 4 (test for errors, line 3)
PASS: rust/compile/expected_type_args3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/extern_type_item.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o extern_type_item.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/extern_type_item.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o extern_type_item.s
PASS: rust/compile/extern_type_item.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/extern_type_item_missing_semi.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o extern_type_item_missing_semi.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/extern_type_item_missing_semi.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o extern_type_item_missing_semi.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/extern_type_item_missing_semi.rs:6:1: error: expecting ';' but '}' found
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/extern_type_item_missing_semi.rs:5:5: error: failed to parse external item despite not reaching end of extern block
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/extern_type_item_missing_semi.rs:6:1: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/extern_type_item_missing_semi.rs (test for errors, line 5)
PASS: rust/compile/extern_type_item_missing_semi.rs (test for errors, line 6)
PASS: rust/compile/extern_type_item_missing_semi.rs at line 7 (test for errors, line 6)
PASS: rust/compile/extern_type_item_missing_semi.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature.rs:1:12: error: unknown feature 'AA'
compiler exited with status 1
PASS: rust/compile/feature.rs (test for errors, line 1)
PASS: rust/compile/feature.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_extern_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature_extern_types.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_extern_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature_extern_types.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_extern_types.rs:2:5: error: extern types are experimental. see issue 43467 <https://github.com/rust-lang/rust/issues/43467> for more information. add `#![feature(extern_types)]` to the crate attributes to enable.
compiler exited with status 1
PASS: rust/compile/feature_extern_types.rs (test for errors, line 2)
PASS: rust/compile/feature_extern_types.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_intrinsics.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature_intrinsics.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_intrinsics.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature_intrinsics.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_intrinsics.rs:2:1: error: intrinsics are subject to change. add `#![feature(intrinsics)]` to the crate attributes to enable.
compiler exited with status 1
PASS: rust/compile/feature_intrinsics.rs (test for errors, line 2)
PASS: rust/compile/feature_intrinsics.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_rust_attri0.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature_rust_attri0.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_rust_attri0.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature_rust_attri0.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_rust_attri0.rs:1:3: error: internal implementation detail. add `#![feature(rustc_attrs)]` to the crate attributes to enable.
compiler exited with status 1
PASS: rust/compile/feature_rust_attri0.rs (test for errors, line 1)
PASS: rust/compile/feature_rust_attri0.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_rust_attri1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature_rust_attri1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_rust_attri1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o feature_rust_attri1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/feature_rust_attri1.rs:5:7: error: internal implementation detail. add `#![feature(rustc_attrs)]` to the crate attributes to enable.
compiler exited with status 1
PASS: rust/compile/feature_rust_attri1.rs (test for errors, line 5)
PASS: rust/compile/feature_rust_attri1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/for_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o for_expr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/for_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o for_expr.s
PASS: rust/compile/for_expr.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/frust-compile-until.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-compile-until=unsafety -S -o frust-compile-until.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/frust-compile-until.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-compile-until=unsafety -S -o frust-compile-until.s
PASS: rust/compile/frust-compile-until.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func1.rs:2:5: error: expected 'bool' got 'i32'
compiler exited with status 1
PASS: rust/compile/func1.rs (test for errors, line 2)
PASS: rust/compile/func1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func2.rs:6:13: error: this function takes 2 arguments but 1 argument was supplied [E0061]
compiler exited with status 1
PASS: rust/compile/func2.rs (test for errors, line 6)
PASS: rust/compile/func2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func3.rs:6:21: error: expected 'i32' got 'bool'
compiler exited with status 1
PASS: rust/compile/func3.rs at line 7 (test for errors, line 6)
PASS: rust/compile/func3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func4.rs:1:18: error: expected 'i32' got '()'
compiler exited with status 1
PASS: rust/compile/func4.rs (test for errors, line 1)
PASS: rust/compile/func4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o func5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/func5.rs:2:5: error: expected 'i32' got '()'
compiler exited with status 1
PASS: rust/compile/func5.rs (test for errors, line 2)
PASS: rust/compile/func5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generic-default1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generic-default1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generic-default1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generic-default1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generic-default1.rs:1:16: error: failed to resolve TypePath: i321 in this scope
compiler exited with status 1
PASS: rust/compile/generic-default1.rs at line 2 (test for errors, line 1)
PASS: rust/compile/generic-default1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics1.rs:9:5: error: expected 'i32' got 'i8'
compiler exited with status 1
PASS: rust/compile/generics1.rs at line 1 (test for errors, line )
PASS: rust/compile/generics1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics10.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics10.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics10.rs:3:6: error: defaults for type parameters are not allowed here
compiler exited with status 1
PASS: rust/compile/generics10.rs (test for errors, line 3)
PASS: rust/compile/generics10.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics11.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics11.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics11.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics11.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics11.rs:10:13: error: type annotations needed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics11.rs:10:18: error: type annotations needed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics11.rs:10:18: error: type annotations needed
compiler exited with status 1
PASS: rust/compile/generics11.rs at line 11 (test for errors, line 10)
PASS: rust/compile/generics11.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics12.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics12.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics12.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics12.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics12.rs:2:5: error: type annotations needed
compiler exited with status 1
PASS: rust/compile/generics12.rs at line 3 (test for errors, line 2)
PASS: rust/compile/generics12.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics13.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics13.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics13.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics13.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics13.rs:1:12: error: invalid order for generic parameters: lifetimes should always come before types
compiler exited with status 1
PASS: rust/compile/generics13.rs (test for errors, line 1)
PASS: rust/compile/generics13.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics2.rs:9:5: error: expected 'i32' got 'i8'
compiler exited with status 1
PASS: rust/compile/generics2.rs at line 1 (test for errors, line )
PASS: rust/compile/generics2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics3.rs:8:5: error: expected 'i32' got 'i8'
compiler exited with status 1
PASS: rust/compile/generics3.rs at line 1 (test for errors, line )
PASS: rust/compile/generics3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics4.rs:5:26: error: generic item takes at most 1 type arguments but 2 were supplied
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics4.rs:5:10: error: Failed to resolve expression of function call
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics4.rs:8:19: error: Expected Tuple or ADT got: T?
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics4.rs:10:21: error: Expected Tuple or ADT got: T?
compiler exited with status 1
PASS: rust/compile/generics4.rs (test for errors, line 5)
PASS: rust/compile/generics4.rs at line 6 (test for errors, line 5)
PASS: rust/compile/generics4.rs at line 9 (test for errors, line 8)
PASS: rust/compile/generics4.rs at line 11 (test for errors, line 10)
PASS: rust/compile/generics4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics5.rs:5:30: error: failed to resolve TypePath: T in this scope
compiler exited with status 1
PASS: rust/compile/generics5.rs at line 6 (test for errors, line 5)
PASS: rust/compile/generics5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics6.rs:26:23: error: multiple applicable items in scope for: test [E0034]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics6.rs:26:18: error: Failed to resolve expression of function call
compiler exited with status 1
XFAIL: rust/compile/generics6.rs TODO (test for errors, line 6)
XFAIL: rust/compile/generics6.rs TODO (test for errors, line 16)
PASS: rust/compile/generics6.rs (test for errors, line 26)
PASS: rust/compile/generics6.rs at line 27 (test for errors, line 26)
PASS: rust/compile/generics6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics7.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics7.rs:25:7: error: multiple candidates found for method 'bar'
compiler exited with status 1
PASS: rust/compile/generics7.rs at line 26 (test for errors, line 25)
PASS: rust/compile/generics7.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics8.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics8.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics8.rs:10:5: error: duplicate definitions with name test
compiler exited with status 1
PASS: rust/compile/generics8.rs (test for errors, line 10)
PASS: rust/compile/generics8.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics9.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o generics9.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/generics9.rs:1:23: error: failed to resolve TypePath: B in this scope
compiler exited with status 1
PASS: rust/compile/generics9.rs at line 2 (test for errors, line 1)
PASS: rust/compile/generics9.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/if_let_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o if_let_expr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/if_let_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o if_let_expr.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/if_let_expr.rs:7:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/if_let_expr.rs (test for warnings, line 7)
PASS: rust/compile/if_let_expr.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o implicit_returns_err1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o implicit_returns_err1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err1.rs:2:5: error: expected '()' got '<integer>'
compiler exited with status 1
PASS: rust/compile/implicit_returns_err1.rs (test for errors, line 2)
PASS: rust/compile/implicit_returns_err1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o implicit_returns_err2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o implicit_returns_err2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err2.rs:5:5: warning: unreachable expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err2.rs:1:24: error: expected 'i32' got 'bool'
compiler exited with status 1
PASS: rust/compile/implicit_returns_err2.rs at line 2 (test for errors, line 1)
PASS: rust/compile/implicit_returns_err2.rs at line 4 (test for warnings, line 5)
PASS: rust/compile/implicit_returns_err2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o implicit_returns_err3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o implicit_returns_err3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err3.rs:1:24: error: expected 'i32' got '()'
compiler exited with status 1
PASS: rust/compile/implicit_returns_err3.rs (test for errors, line 1)
PASS: rust/compile/implicit_returns_err3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o implicit_returns_err4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o implicit_returns_err4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err4.rs:5:5: warning: unreachable expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/implicit_returns_err4.rs:1:26: error: expected 'bool' got '()'
compiler exited with status 1
PASS: rust/compile/implicit_returns_err4.rs at line 2 (test for errors, line 1)
PASS: rust/compile/implicit_returns_err4.rs at line 4 (test for warnings, line 5)
PASS: rust/compile/implicit_returns_err4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/include_empty.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o include_empty.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/include_empty.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o include_empty.s
PASS: rust/compile/include_empty.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/infer-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o infer-crate-name.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/infer-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o infer-crate-name.s
PASS: rust/compile/infer-crate-name.rs (test for excess errors)
PASS: rust/compile/infer-crate-name.rs scan-tree-dump-times gimple "infer_crate_name::does_nothing" 2
PASS: rust/compile/infer-crate-name.rs scan-tree-dump-times gimple "infer_crate_name::main" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/inline_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o inline_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/inline_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fdump-tree-gimple -S -o inline_1.s
PASS: rust/compile/inline_1.rs (test for excess errors)
PASS: rust/compile/inline_1.rs scan-tree-dump-times gimple "always_inline" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/inline_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o inline_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/inline_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o inline_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/inline_2.rs:2:3: error: unknown inline option
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/inline_2.rs:5:3: error: invalid number of arguments
compiler exited with status 1
PASS: rust/compile/inline_2.rs (test for errors, line 2)
PASS: rust/compile/inline_2.rs (test for errors, line 5)
PASS: rust/compile/inline_2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1005.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1005.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1005.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1005.s
PASS: rust/compile/issue-1005.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1006.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1006.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1006.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1006.s
PASS: rust/compile/issue-1006.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1019.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1019.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1019.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1019.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1019.rs:7:1: warning: struct is never constructed: 'Foo'
PASS: rust/compile/issue-1019.rs at line 8 (test for warnings, line 7)
PASS: rust/compile/issue-1019.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1023.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1023.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1023.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1023.s
PASS: rust/compile/issue-1023.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1031.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1031.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1031.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1031.s
PASS: rust/compile/issue-1031.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1034.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1034.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1034.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1034.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1034.rs:7:1: warning: struct is never constructed: 'Bar'
PASS: rust/compile/issue-1034.rs at line 8 (test for warnings, line 7)
PASS: rust/compile/issue-1034.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1073.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1073.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1073.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1073.s
PASS: rust/compile/issue-1073.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1089.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1089.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1089.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1089.s
PASS: rust/compile/issue-1089.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1128.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1128.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1128.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1128.s
PASS: rust/compile/issue-1128.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1129-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1129-1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1129-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1129-1.s
PASS: rust/compile/issue-1129-1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1129-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1129-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1129-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1129-2.s
PASS: rust/compile/issue-1129-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1130.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1130.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1130.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1130.s
PASS: rust/compile/issue-1130.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1131.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1131.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1131.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1131.s
PASS: rust/compile/issue-1131.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1152.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1152.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1152.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1152.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1152.rs:2:13: error: expected 'usize' got 'isize'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1152.rs:4:13: error: expected 'usize' got 'isize'
compiler exited with status 1
PASS: rust/compile/issue-1152.rs at line 3 (test for errors, line 2)
PASS: rust/compile/issue-1152.rs at line 5 (test for errors, line 4)
PASS: rust/compile/issue-1152.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1165.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1165.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1165.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1165.s
PASS: rust/compile/issue-1165.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1173.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1173.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1173.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1173.s
PASS: rust/compile/issue-1173.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1226.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1226.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1226.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1226.s
PASS: rust/compile/issue-1226.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1234.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1234.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1234.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1234.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1234.rs:1:1: warning: function is never used: 'foo'
PASS: rust/compile/issue-1234.rs at line 2 (test for warnings, line 1)
PASS: rust/compile/issue-1234.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1235.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1235.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1235.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1235.s
PASS: rust/compile/issue-1235.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1237.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1237.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1237.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1237.s
PASS: rust/compile/issue-1237.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1251.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1251.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1251.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1251.s
PASS: rust/compile/issue-1251.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1271.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1271.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1271.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1271.s
PASS: rust/compile/issue-1271.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1272.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1272.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1272.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1272.s
PASS: rust/compile/issue-1272.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1289.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1289.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1289.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1289.s
PASS: rust/compile/issue-1289.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1323-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1323-1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1323-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1323-1.s
PASS: rust/compile/issue-1323-1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1323-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1323-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1323-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1323-2.s
PASS: rust/compile/issue-1323-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1361.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1361.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1361.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1361.s
PASS: rust/compile/issue-1361.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1383.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1383.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1383.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1383.s
PASS: rust/compile/issue-1383.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1393.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1393.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1393.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1393.s
PASS: rust/compile/issue-1393.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1422.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1422.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1422.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1422.s
PASS: rust/compile/issue-1422.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1446.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1446.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1446.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1446.s
PASS: rust/compile/issue-1446.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1447.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1447.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1447.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1447.s
PASS: rust/compile/issue-1447.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1524.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-compile-until=nameresolution -S -o issue-1524.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1524.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-compile-until=nameresolution -S -o issue-1524.s
PASS: rust/compile/issue-1524.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1589.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1589.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1589.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1589.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1589.rs:1:5: error: trait cycle detected
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1589.rs:4:5: error: trait cycle detected
compiler exited with status 1
PASS: rust/compile/issue-1589.rs at line 2 (test for errors, line 1)
PASS: rust/compile/issue-1589.rs at line 5 (test for errors, line 4)
PASS: rust/compile/issue-1589.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1725-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1725-1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1725-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1725-1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1725-1.rs:17:9: error: bounds not satisfied for f32 'Add' is not satisfied [E0277]
compiler exited with status 1
PASS: rust/compile/issue-1725-1.rs at line 18 (test for errors, line 17)
PASS: rust/compile/issue-1725-1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1725-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1725-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1725-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1725-2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1725-2.rs:25:9: error: expected 'i32' got 'f32'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1725-2.rs:25:9: error: bounds not satisfied for f32 'Add' is not satisfied [E0277]
compiler exited with status 1
PASS: rust/compile/issue-1725-2.rs at line 26 (test for errors, line 25)
PASS: rust/compile/issue-1725-2.rs at line 27 (test for errors, line 25)
PASS: rust/compile/issue-1725-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1773.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1773.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1773.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1773.s
PASS: rust/compile/issue-1773.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1786.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1786.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1786.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1786.s
PASS: rust/compile/issue-1786.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1807.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o issue-1807.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1807.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o issue-1807.s
PASS: rust/compile/issue-1807.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1813.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1813.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1813.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1813.s
PASS: rust/compile/issue-1813.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1830_bytes.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1830_bytes.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1830_bytes.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1830_bytes.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1830_bytes.rs:9:5: error: cannot open filename /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/: Is a directory
compiler exited with status 1
PASS: rust/compile/issue-1830_bytes.rs at line 10 (test for errors, line )
PASS: rust/compile/issue-1830_bytes.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1830_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1830_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1830_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1830_str.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1830_str.rs:9:5: error: cannot open filename /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/: Is a directory
compiler exited with status 1
PASS: rust/compile/issue-1830_str.rs at line 10 (test for errors, line )
PASS: rust/compile/issue-1830_str.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1893.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1893.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1893.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1893.s
PASS: rust/compile/issue-1893.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1901.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1901.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1901.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1901.s
PASS: rust/compile/issue-1901.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1930.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1930.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1930.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-1930.s
PASS: rust/compile/issue-1930.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1981.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1981.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-1981.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-1981.s
PASS: rust/compile/issue-1981.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2019-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2019-1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2019-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2019-1.s
PASS: rust/compile/issue-2019-1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2019-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2019-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2019-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2019-2.s
PASS: rust/compile/issue-2019-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2019-3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2019-3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2019-3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2019-3.s
PASS: rust/compile/issue-2019-3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2029.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2029.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2029.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2029.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2029.rs:8:9: error: expected tuple struct/variant, found: fn (_ usize,) -> Foo{Foo (0:bool)}
compiler exited with status 1
PASS: rust/compile/issue-2029.rs at line 9 (test for errors, line 8)
PASS: rust/compile/issue-2029.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2036.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2036.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2036.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2036.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2036.rs:24:14: error: type annotations needed
compiler exited with status 1
PASS: rust/compile/issue-2036.rs at line 25 (test for errors, line 24)
PASS: rust/compile/issue-2036.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2037.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2037.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2037.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2037.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2037.rs:8:5: error: expected 'fn<Baz> (ref mut self &mut Self=Baz{Baz {}},other &mut dyn [HIR Trait: Foo->[C: 0 Nid: 19 Hid: 30 Lid: 6] [(FN bar ), ]<Self>],) -> ()' got 'fn (ref mut self &mut Baz{Baz {}},other & dyn [HIR Trait: Foo->[C: 0 Nid: 19 Hid: 30 Lid: 6] [(FN bar ), ]<Self>],) -> ()'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2037.rs:8:5: error: method 'bar' has an incompatible type for trait 'Foo'
compiler exited with status 1
PASS: rust/compile/issue-2037.rs at line 9 (test for errors, line 8)
PASS: rust/compile/issue-2037.rs at line 10 (test for errors, line 8)
PASS: rust/compile/issue-2037.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2039.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-2039.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2039.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-2039.s
PASS: rust/compile/issue-2039.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2042.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2042.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2042.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2042.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2042.rs:2:10: error: expected '&mut ()' got '()'
compiler exited with status 1
PASS: rust/compile/issue-2042.rs at line 3 (test for errors, line 2)
PASS: rust/compile/issue-2042.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2043.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2043.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2043.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2043.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2043.rs:1:1: warning: struct is never constructed: 'Foo'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2043.rs:7:5: warning: associated function is never used: 'bar'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2043.rs:7:12: warning: unused name 'self' [-Wunused-variable]
PASS: rust/compile/issue-2043.rs at line 2 (test for warnings, line 1)
PASS: rust/compile/issue-2043.rs at line 8 (test for warnings, line 7)
PASS: rust/compile/issue-2043.rs at line 9 (test for warnings, line 7)
PASS: rust/compile/issue-2043.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2070.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2070.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2070.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2070.s
PASS: rust/compile/issue-2070.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2105.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2105.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2105.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2105.s
PASS: rust/compile/issue-2105.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2106.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2106.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2106.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2106.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2106.rs:1:1: warning: struct is never constructed: 'Foo'
PASS: rust/compile/issue-2106.rs at line 2 (test for warnings, line 1)
PASS: rust/compile/issue-2106.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2125.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2125.s (timeout = 5)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2125.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2125.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2125.rs:2:10: error: attempted to get string for '$', which has no string. returning empty string instead
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2125.rs:2:10: error: unexpected token when parsing generic parameters: ''
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2125.rs:2:10: error: expected '>' at end of generic argument - found '$'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2125.rs:2:10: error: unexpected token '$' in struct declaration
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2125.rs:2:10: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/issue-2125.rs (test for errors, line 2)
PASS: rust/compile/issue-2125.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2135.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2135.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2135.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2135.s
PASS: rust/compile/issue-2135.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2136-1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2136-1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-1.rs: In function '<u16 as issue_2136_1::Foo>::foo':
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-1.rs:6:5: warning: infinite recursion detected [-Winfinite-recursion]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-1.rs:8:9: note: recursive call
PASS: rust/compile/issue-2136-1.rs at line 7 (test for warnings, line 6)
PASS: rust/compile/issue-2136-1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2136-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2136-2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-2.rs: In function 'issue_2136_2::S::foo':
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-2.rs:4:5: warning: infinite recursion detected [-Winfinite-recursion]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2136-2.rs:6:9: note: recursive call
PASS: rust/compile/issue-2136-2.rs at line 5 (test for warnings, line 4)
PASS: rust/compile/issue-2136-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2139.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2139.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2139.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2139.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2139.rs:13:7: error: failed to resolve method for 'foo'
compiler exited with status 1
PASS: rust/compile/issue-2139.rs at line 14 (test for errors, line 13)
PASS: rust/compile/issue-2139.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2142.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2142.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2142.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2142.s
PASS: rust/compile/issue-2142.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2165.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2165.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2165.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2165.s
PASS: rust/compile/issue-2165.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2166.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2166.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2166.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2166.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2166.rs:10:12: warning: unused name 'self' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2166.rs:19:12: warning: unused name 'self' [-Wunused-variable]
PASS: rust/compile/issue-2166.rs at line 11 (test for warnings, line 10)
PASS: rust/compile/issue-2166.rs at line 20 (test for warnings, line 19)
PASS: rust/compile/issue-2166.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2178.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2178.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2178.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2178.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2178.rs:1:1: warning: unused name 'issue_2178::A' [-Wunused-const-variable=]
PASS: rust/compile/issue-2178.rs at line 2 (test for warnings, line 1)
PASS: rust/compile/issue-2178.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2188.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2188.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2188.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2188.s
PASS: rust/compile/issue-2188.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2189.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2189.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2189.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2189.s
PASS: rust/compile/issue-2189.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2190-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2190-1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2190-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2190-1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2190-1.rs:8:7: error: failed to resolve method for 'max'
compiler exited with status 1
PASS: rust/compile/issue-2190-1.rs at line 9 (test for errors, line 8)
PASS: rust/compile/issue-2190-1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2190-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-2190-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2190-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-2190-2.s
PASS: rust/compile/issue-2190-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2195.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2195.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2195.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2195.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2195.rs:1:1: warning: struct is never constructed: 'A'
PASS: rust/compile/issue-2195.rs at line 2 (test for warnings, line 1)
PASS: rust/compile/issue-2195.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2207.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2207.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2207.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2207.s
PASS: rust/compile/issue-2207.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2225.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2225.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2225.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2225.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2225.rs:7:16: error: expecting ';' but '$' found
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2225.rs:7:16: error: expecting ';' but '$' found
compiler exited with status 1
PASS: rust/compile/issue-2225.rs (test for errors, line 7)
PASS: rust/compile/issue-2225.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2238.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2238.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2238.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2238.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2238.rs:9:16: warning: unused name 'self' [-Wunused-variable]
PASS: rust/compile/issue-2238.rs at line 10 (test for warnings, line 9)
PASS: rust/compile/issue-2238.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2304.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2304.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2304.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-2304.s
PASS: rust/compile/issue-2304.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2330.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-2330.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-2330.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-2330.s
PASS: rust/compile/issue-2330.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-407-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-407-2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs:8:17: error: found unexpected token '=' in null denotation
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs:8:13: error: failed to parse statement or expression in block expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs:8:19: error: failed to parse if body block expression in if expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs:6:9: error: failed to parse statement or expression in block expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs:8:19: error: could not parse loop body in (infinite) loop expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs:4:5: error: failed to parse statement or expression in block expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs:8:19: error: unrecognised token 'integer literal' for start of item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407-2.rs:8:19: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/issue-407-2.rs at line 5 (test for errors, line 4)
PASS: rust/compile/issue-407-2.rs at line 7 (test for errors, line 6)
PASS: rust/compile/issue-407-2.rs (test for errors, line 8)
PASS: rust/compile/issue-407-2.rs at line 9 (test for errors, line 8)
PASS: rust/compile/issue-407-2.rs at line 10 (test for errors, line 8)
PASS: rust/compile/issue-407-2.rs at line 11 (test for errors, line 8)
PASS: rust/compile/issue-407-2.rs at line 12 (test for errors, line 8)
PASS: rust/compile/issue-407-2.rs at line 13 (test for errors, line 8)
PASS: rust/compile/issue-407-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-407.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-407.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407.rs:4:9: error: found unexpected token '=' in null denotation
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407.rs:4:5: error: failed to parse statement or expression in block expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407.rs:4:11: error: unrecognised token 'integer literal' for start of item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-407.rs:4:11: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/issue-407.rs (test for errors, line 4)
PASS: rust/compile/issue-407.rs at line 5 (test for errors, line 4)
PASS: rust/compile/issue-407.rs at line 6 (test for errors, line 4)
PASS: rust/compile/issue-407.rs at line 7 (test for errors, line 4)
PASS: rust/compile/issue-407.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-557.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-557.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-557.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-557.s
PASS: rust/compile/issue-557.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-635-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-635-1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-635-1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-635-1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-635-1.rs:3:13: error: integer overflows the respective type 'i32'
compiler exited with status 1
PASS: rust/compile/issue-635-1.rs at line 4 (test for errors, line 3)
PASS: rust/compile/issue-635-1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-635-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-635-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-635-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-635-2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-635-2.rs:3:13: error: decimal overflows the respective type 'f32'
compiler exited with status 1
PASS: rust/compile/issue-635-2.rs at line 4 (test for errors, line 3)
PASS: rust/compile/issue-635-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-850.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-850.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-850.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-850.s
PASS: rust/compile/issue-850.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-852.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-852.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-852.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o issue-852.s
PASS: rust/compile/issue-852.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-855.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-855.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-855.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-855.s
PASS: rust/compile/issue-855.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-867.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-867.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-867.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-867.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-867.rs:3:13: error: use of '_' is not allowed on the right-side of an assignment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-867.rs:3:15: error: failed to parse expression in let statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-867.rs:3:5: error: failed to parse statement or expression in block expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-867.rs:8:1: error: unrecognised token '}' for start of item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-867.rs:8:1: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/issue-867.rs (test for errors, line 3)
PASS: rust/compile/issue-867.rs at line 4 (test for errors, line 3)
PASS: rust/compile/issue-867.rs at line 5 (test for errors, line 3)
PASS: rust/compile/issue-867.rs at line 6 (test for errors, line 8)
PASS: rust/compile/issue-867.rs at line 7 (test for errors, line 8)
PASS: rust/compile/issue-867.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-925.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-925.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-925.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o issue-925.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/issue-925.rs:20:7: error: multiple candidates found for method 'foo'
compiler exited with status 1
PASS: rust/compile/issue-925.rs at line 21 (test for errors, line 20)
PASS: rust/compile/issue-925.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/lang-impl.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o lang-impl.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/lang-impl.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o lang-impl.s
PASS: rust/compile/lang-impl.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/let_alt.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o let_alt.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/let_alt.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o let_alt.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/let_alt.rs:2:9: error: top level alternate patterns are not allowed for 'let' bindings - use an outer grouped pattern
compiler exited with status 1
PASS: rust/compile/let_alt.rs at line 3 (test for errors, line 2)
PASS: rust/compile/let_alt.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/lookup_err1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o lookup_err1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/lookup_err1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o lookup_err1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/lookup_err1.rs:6:5: error: Cannot find path 'nested' in this scope [E0433]
compiler exited with status 1
PASS: rust/compile/lookup_err1.rs (test for errors, line 6)
PASS: rust/compile/lookup_err1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-delim.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-delim.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-delim.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-delim.s
PASS: rust/compile/macro-delim.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1053-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1053-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1053-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1053-2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1053-2.rs:2:16: error: token `identifier` is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1053-2.rs:2:16: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1053-2.rs:2:27: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1053-2.rs:2:27: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro-issue1053-2.rs (test for errors, line 2)
PASS: rust/compile/macro-issue1053-2.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro-issue1053-2.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro-issue1053-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1053.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1053.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1053.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1053.s
PASS: rust/compile/macro-issue1053.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1224.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1224.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1224.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1224.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1224.rs:3:15: error: metavariable is still repeating at this depth
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1224.rs:3:15: note: you probably forgot the repetition operator: '$(ty)*'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1224.rs:3:18: error: unrecognised token '{' in type
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1224.rs:3:18: error: could not parse type in inherent impl
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1224.rs:3:18: error: unrecognised token '{' in type
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1224.rs:3:18: error: could not parse type in inherent impl
compiler exited with status 1
PASS: rust/compile/macro-issue1224.rs (test for errors, line 3)
PASS: rust/compile/macro-issue1224.rs at line 4 (test for errors, line 3)
PASS: rust/compile/macro-issue1224.rs at line 5 (test for errors, line 3)
PASS: rust/compile/macro-issue1224.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1233.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-cfg=A -w -S -o macro-issue1233.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1233.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-cfg=A -w -S -o macro-issue1233.s
PASS: rust/compile/macro-issue1233.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1395-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-edition=2018 -S -o macro-issue1395-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1395-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-edition=2018 -S -o macro-issue1395-2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1395-2.rs:3:14: error: expecting 'identifier' but 'try' found
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1395-2.rs:3:14: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro-issue1395-2.rs at line 4 (test for errors, line 3)
PASS: rust/compile/macro-issue1395-2.rs at line 5 (test for errors, line 3)
PASS: rust/compile/macro-issue1395-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1395.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1395.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1395.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1395.s
PASS: rust/compile/macro-issue1395.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1400-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1400-2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1400-2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue1400-2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1400-2.rs:4:30: error: different amount of matches used in merged repetitions: expected 4, got 1
compiler exited with status 1
PASS: rust/compile/macro-issue1400-2.rs at line 5 (test for errors, line 4)
PASS: rust/compile/macro-issue1400-2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1400.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro-issue1400.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue1400.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro-issue1400.s
PASS: rust/compile/macro-issue1400.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2092.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2092.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2092.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2092.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2092.rs:3:10: error: the '?' macro repetition operator does not take a separator
compiler exited with status 1
PASS: rust/compile/macro-issue2092.rs #2092 at line 2 (test for errors, line 3)
PASS: rust/compile/macro-issue2092.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2192.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2192.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2192.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2192.s
PASS: rust/compile/macro-issue2192.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2194.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2194.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2194.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2194.s
PASS: rust/compile/macro-issue2194.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2229.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2229.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2229.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2229.s
PASS: rust/compile/macro-issue2229.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2264.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2264.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2264.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2264.s
PASS: rust/compile/macro-issue2264.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2268.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2268.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro-issue2268.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro-issue2268.s
PASS: rust/compile/macro-issue2268.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro1.s
PASS: rust/compile/macro1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro10.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro10.s
PASS: rust/compile/macro10.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro11.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro11.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro11.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro11.s
PASS: rust/compile/macro11.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro12.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro12.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro12.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro12.s
PASS: rust/compile/macro12.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro13.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro13.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro13.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro13.s
PASS: rust/compile/macro13.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro14.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro14.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro14.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro14.s
PASS: rust/compile/macro14.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro15.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro15.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro15.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro15.s
PASS: rust/compile/macro15.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro16.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro16.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro16.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro16.s
PASS: rust/compile/macro16.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro17.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro17.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro17.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro17.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro17.rs:4:14: error: reached recursion limit
compiler exited with status 1
PASS: rust/compile/macro17.rs (test for errors, line 4)
PASS: rust/compile/macro17.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro18.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro18.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro18.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro18.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro18.rs:10:5: error: Failed to match any rule within macro
compiler exited with status 1
PASS: rust/compile/macro18.rs (test for errors, line 10)
PASS: rust/compile/macro18.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro19.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro19.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro19.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro19.s
PASS: rust/compile/macro19.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro2.s
PASS: rust/compile/macro2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro20.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro20.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro20.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro20.s
PASS: rust/compile/macro20.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro21.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro21.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro21.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro21.s
PASS: rust/compile/macro21.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro22.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro22.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro22.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro22.s
PASS: rust/compile/macro22.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro23.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro23.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro23.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro23.s
PASS: rust/compile/macro23.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro25.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro25.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro25.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro25.s
PASS: rust/compile/macro25.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro26.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro26.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro26.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro26.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro26.rs:2:61: error: different amount of matches used in merged repetitions: expected 3, got 2
compiler exited with status 1
PASS: rust/compile/macro26.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro26.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro27.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro27.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro27.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro27.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro27.rs:2:14: error: token `identifier` is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro27.rs:2:14: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro27.rs:2:17: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro27.rs:2:17: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro27.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro27.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro27.rs at line 5 (test for errors, line 2)
PASS: rust/compile/macro27.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro28.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro28.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro28.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro28.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro28.rs:2:16: error: token `identifier` is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro28.rs:2:16: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro28.rs:2:30: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro28.rs:2:30: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro28.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro28.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro28.rs at line 5 (test for errors, line 2)
PASS: rust/compile/macro28.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro29.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro29.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro29.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro29.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro29.rs:2:19: error: token `identifier` is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro29.rs:2:19: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro29.rs:2:22: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro29.rs:2:22: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro29.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro29.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro29.rs at line 5 (test for errors, line 2)
PASS: rust/compile/macro29.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro3.s
PASS: rust/compile/macro3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro30.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro30.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro30.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro30.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro30.rs:2:14: error: fragment is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro30.rs:2:14: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro30.rs:2:21: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro30.rs:2:21: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro30.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro30.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro30.rs at line 5 (test for errors, line 2)
PASS: rust/compile/macro30.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro31.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro31.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro31.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro31.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro31.rs:2:20: error: fragment is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro31.rs:2:20: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro31.rs:2:29: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro31.rs:2:29: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro31.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro31.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro31.rs at line 5 (test for errors, line 2)
PASS: rust/compile/macro31.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro32.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro32.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro32.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro32.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro32.rs:12:5: error: Failed to match any rule within macro
compiler exited with status 1
PASS: rust/compile/macro32.rs (test for errors, line 12)
PASS: rust/compile/macro32.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro33.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro33.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro33.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro33.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro33.rs:2:12: error: fragment specifier 'ident' is not allowed after 'ty' fragments
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro33.rs:2:28: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro33.rs:2:28: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro33.rs (test for errors, line 2)
PASS: rust/compile/macro33.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro33.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro33.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro34.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro34.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro34.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro34.s
PASS: rust/compile/macro34.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro35.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro35.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro35.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro35.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro35.rs:2:15: error: token `identifier` is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro35.rs:2:15: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro35.rs:2:18: error: failed to parse macro matcher in macro match
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro35.rs:2:6: error: failed to parse macro match for macro matcher - found '('
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro35.rs:2:18: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro35.rs:2:18: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro35.rs (test for errors, line 2)
PASS: rust/compile/macro35.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro35.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro35.rs at line 5 (test for errors, line 2)
PASS: rust/compile/macro35.rs at line 6 (test for errors, line 2)
PASS: rust/compile/macro35.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro36.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro36.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro36.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro36.s
PASS: rust/compile/macro36.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro37.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro37.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro37.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro37.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro37.rs:2:20: error: token `identifier` is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro37.rs:2:20: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro37.rs:2:29: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro37.rs:2:29: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro37.rs (test for errors, line 2)
PASS: rust/compile/macro37.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro37.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro37.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro38.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro38.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro38.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro38.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro38.rs:2:33: error: token `identifier` is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro38.rs:2:33: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro38.rs:2:42: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro38.rs:2:42: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro38.rs (test for errors, line 2)
PASS: rust/compile/macro38.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro38.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro38.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro39.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro39.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro39.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro39.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro39.rs:2:14: error: token `(` at start of matcher is not allowed after 'expr' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro39.rs:2:14: note: allowed tokens are `=>`, `,`, `;`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro39.rs:2:39: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro39.rs:2:39: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro39.rs (test for errors, line 2)
PASS: rust/compile/macro39.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro39.rs at line 4 (test for errors, line 2)
PASS: rust/compile/macro39.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro4.s
PASS: rust/compile/macro4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro40.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro40.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro40.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro40.s
PASS: rust/compile/macro40.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro41.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro41.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro41.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro41.s
PASS: rust/compile/macro41.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro42.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -S -o macro42.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro42.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -frust-cfg=A -S -o macro42.s
PASS: rust/compile/macro42.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro43.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro43.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro43.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro43.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro43.rs:51:13: error: unknown macro: [impl_nonzero_fmt]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro43.rs:51:13: error: unknown macro: [impl_nonzero_fmt]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro43.rs:51:13: error: unknown macro: [impl_nonzero_fmt]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro43.rs:51:13: error: unknown macro: [impl_nonzero_fmt]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro43.rs:51:13: error: unknown macro: [impl_nonzero_fmt]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro43.rs:51:13: error: unknown macro: [impl_nonzero_fmt]
compiler exited with status 1
PASS: rust/compile/macro43.rs (test for errors, line 51)
PASS: rust/compile/macro43.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro44.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro44.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro44.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro44.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro44.rs:19:9: error: unknown macro: [baz]
compiler exited with status 1
PASS: rust/compile/macro44.rs (test for errors, line 19)
PASS: rust/compile/macro44.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro45.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro45.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro45.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro45.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro45.rs:2:12: error: found unexpected token '}' in null denotation
compiler exited with status 1
PASS: rust/compile/macro45.rs (test for errors, line 2)
PASS: rust/compile/macro45.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro46.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro46.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro46.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro46.s
PASS: rust/compile/macro46.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro47.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro47.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro47.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro47.s
PASS: rust/compile/macro47.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro48.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro48.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro48.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro48.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro48.rs:7:13: error: token `priv` is not allowed after 'vis' fragment
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro48.rs:7:13: note: allowed tokens are `,`, `identifier`, `(`, `[`, `!`, `*`, `&`, `&&`, `?`, `lifetime`, `<`, `<<`, `_`, `abstract`, `as`, `async`, `auto`, `become`, `box`, `break`, `const`, `continue`, `crate`, `do`, `dyn`, `else`, `enum`, `extern`, `false`, `final`, `fn`, `for`, `if`, `impl`, `in`, `let`, `loop`, `macro`, `match`, `mod`, `move`, `mut`, `override`, `pub`, `ref`, `return`, `Self`, `self`, `static`, `struct`, `super`, `trait`, `true`, `try`, `type`, `typeof`, `unsafe`, `unsized`, `use`, `virtual`, `where`, `while`, `yield`
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro48.rs:7:17: error: required first macro rule in macro rules definition could not be parsed
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro48.rs:7:17: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/macro48.rs #359 at line 3 (test for errors, line 7)
PASS: rust/compile/macro48.rs at line 4 (test for errors, line 7)
PASS: rust/compile/macro48.rs at line 5 (test for errors, line 7)
PASS: rust/compile/macro48.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro49.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro49.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro49.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro49.s
PASS: rust/compile/macro49.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro5.s
PASS: rust/compile/macro5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro50.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro50.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro50.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro50.s
PASS: rust/compile/macro50.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro51.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro51.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro51.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro51.s
PASS: rust/compile/macro51.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro52.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro52.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro52.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro52.s
PASS: rust/compile/macro52.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro53.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro53.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro53.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro53.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro53.rs:2:15: error: expecting ';' but 'integer literal' found
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro53.rs:2:15: error: expecting ';' but 'integer literal' found
compiler exited with status 1
PASS: rust/compile/macro53.rs at line 3 (test for errors, line 2)
PASS: rust/compile/macro53.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro54.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro54.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro54.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro54.s
PASS: rust/compile/macro54.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro55.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro55.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro55.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro55.s
PASS: rust/compile/macro55.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro56.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro56.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro56.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro56.s
PASS: rust/compile/macro56.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro6.rs:10:5: error: Failed to match any rule within macro
compiler exited with status 1
PASS: rust/compile/macro6.rs (test for errors, line 10)
PASS: rust/compile/macro6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro7.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro7.rs:12:5: error: Failed to match any rule within macro
compiler exited with status 1
PASS: rust/compile/macro7.rs (test for errors, line 12)
PASS: rust/compile/macro7.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro8.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro8.s
PASS: rust/compile/macro8.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro9.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro9.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro9.rs:11:13: error: Failed to match any rule within macro
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro9.rs:13:13: error: Failed to match any rule within macro
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro9.rs:14:13: error: Failed to match any rule within macro
compiler exited with status 1
PASS: rust/compile/macro9.rs (test for errors, line 11)
PASS: rust/compile/macro9.rs (test for errors, line 13)
PASS: rust/compile/macro9.rs (test for errors, line 14)
PASS: rust/compile/macro9.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro_call_statement.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro_call_statement.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro_call_statement.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro_call_statement.s
PASS: rust/compile/macro_call_statement.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro_export_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro_export_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro_export_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro_export_1.s
PASS: rust/compile/macro_export_1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro_return.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro_return.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro_return.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o macro_return.s
PASS: rust/compile/macro_return.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro_use1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro_use1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/macro_use1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o macro_use1.s
PASS: rust/compile/macro_use1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match1.rs:12:9: error: this pattern has 2 fields but the corresponding tuple variant has 1 field [E0023]
compiler exited with status 1
PASS: rust/compile/match1.rs at line 13 (test for errors, line 12)
PASS: rust/compile/match1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match2.rs:13:9: error: pattern does not mention fields x [E0027]
compiler exited with status 1
PASS: rust/compile/match2.rs (test for errors, line 13)
PASS: rust/compile/match2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match3.rs:13:18: error: variant D does not have a field named z [E0026]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match3.rs:13:9: error: pattern does not mention fields x, y [E0027]
compiler exited with status 1
PASS: rust/compile/match3.rs (test for errors, line 13)
PASS: rust/compile/match3.rs at line 14 (test for errors, line 13)
PASS: rust/compile/match3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match4.rs:12:9: error: expected struct variant, found tuple variant C
compiler exited with status 1
PASS: rust/compile/match4.rs at line 13 (test for errors, line 12)
PASS: rust/compile/match4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match5.rs:13:9: error: expected tuple struct or tuple variant, found struct variant 'Foo::D'
compiler exited with status 1
PASS: rust/compile/match5.rs (test for errors, line 13)
PASS: rust/compile/match5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match6.s
PASS: rust/compile/match6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/match7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o match7.s
PASS: rust/compile/match7.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/method1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o method1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/method1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o method1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/method1.rs:10:7: error: failed to resolve method for 'test'
compiler exited with status 1
PASS: rust/compile/method1.rs at line 11 (test for errors, line 10)
PASS: rust/compile/method1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/method2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o method2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/method2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o method2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/method2.rs:14:18: error: failed to resolve TypePath: asfasfr in this scope
compiler exited with status 1
PASS: rust/compile/method2.rs at line 15 (test for errors, line 14)
PASS: rust/compile/method2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/mismatch-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-crate=another_name -S -o mismatch-crate-name.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/mismatch-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-crate=another_name -S -o mismatch-crate-name.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/mismatch-crate-name.rs:2:4: error: '-frust-crate-name' and '#[crate_name]' are required to match, but 'another_name' does not match 'legit_name'
compiler exited with status 1
PASS: rust/compile/mismatch-crate-name.rs at line 3 (test for errors, line 2)
PASS: rust/compile/mismatch-crate-name.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/missing_closing_paren.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o missing_closing_paren.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/missing_closing_paren.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o missing_closing_paren.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/missing_closing_paren.rs:2:8: error: unexpected token ';' in grouped or tuple expression (parenthesised expression) - expected ')' for grouped expr and ',' for tuple expr
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/missing_closing_paren.rs:2:5: error: failed to parse statement or expression in block expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/missing_closing_paren.rs:3:1: error: unrecognised token '}' for start of item
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/missing_closing_paren.rs:3:1: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/missing_closing_paren.rs (test for errors, line 2)
PASS: rust/compile/missing_closing_paren.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/missing_return1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o missing_return1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/missing_return1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o missing_return1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/missing_return1.rs:2:19: error: expected 'i32' got '()'
compiler exited with status 1
PASS: rust/compile/missing_return1.rs at line 1 (test for errors, line )
PASS: rust/compile/missing_return1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/mod_missing_middle.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o mod_missing_middle.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/mod_missing_middle.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o mod_missing_middle.s
PASS: rust/compile/mod_missing_middle.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multi_reference_type.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o multi_reference_type.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multi_reference_type.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o multi_reference_type.s
PASS: rust/compile/multi_reference_type.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o multiple_bindings1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o multiple_bindings1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings1.rs:1:15: error: identifier 'i' is bound more than once in the same parameter list [E0415]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings1.rs:5:17: error: identifier 'i' is bound more than once in the same parameter list [E0415]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings1.rs:16:17: error: identifier 'i' is bound more than once in the same parameter list [E0415]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings1.rs:21:17: error: identifier 'i' is bound more than once in the same parameter list [E0415]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings1.rs:26:15: error: identifier 'i' is bound more than once in the same parameter list [E0415]
compiler exited with status 1
PASS: rust/compile/multiple_bindings1.rs at line 2 (test for errors, line 1)
PASS: rust/compile/multiple_bindings1.rs at line 6 (test for errors, line 5)
PASS: rust/compile/multiple_bindings1.rs at line 17 (test for errors, line 16)
PASS: rust/compile/multiple_bindings1.rs at line 22 (test for errors, line 21)
PASS: rust/compile/multiple_bindings1.rs at line 27 (test for errors, line 26)
PASS: rust/compile/multiple_bindings1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o multiple_bindings2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o multiple_bindings2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings2.rs:4:9: error: identifier 'a' is bound more than once in the same pattern [E0416]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings2.rs:8:14: error: identifier 'a' is bound more than once in the same pattern [E0416]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/multiple_bindings2.rs:11:11: error: identifier 'a' is bound more than once in the same pattern [E0416]
compiler exited with status 1
PASS: rust/compile/multiple_bindings2.rs at line 6 (test for errors, line 4)
PASS: rust/compile/multiple_bindings2.rs at line 9 (test for errors, line 8)
PASS: rust/compile/multiple_bindings2.rs at line 12 (test for errors, line 11)
PASS: rust/compile/multiple_bindings2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nested_generic.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o nested_generic.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nested_generic.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o nested_generic.s
PASS: rust/compile/nested_generic.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nested_macro_use1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o nested_macro_use1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nested_macro_use1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o nested_macro_use1.s
PASS: rust/compile/nested_macro_use1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nested_macro_use2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o nested_macro_use2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nested_macro_use2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o nested_macro_use2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nested_macro_use2.rs:11:5: error: unknown macro: [baz]
compiler exited with status 1
PASS: rust/compile/nested_macro_use2.rs (test for errors, line 11)
PASS: rust/compile/nested_macro_use2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nested_macro_use3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o nested_macro_use3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/nested_macro_use3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o nested_macro_use3.s
PASS: rust/compile/nested_macro_use3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/never_type1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o never_type1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/never_type1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o never_type1.s
PASS: rust/compile/never_type1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_associated_type_as_generic_arg.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_associated_type_as_generic_arg.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_associated_type_as_generic_arg.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_associated_type_as_generic_arg.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_associated_type_as_generic_arg.rs:7:1: warning: struct is never constructed: 'S'
PASS: rust/compile/parse_associated_type_as_generic_arg.rs (test for warnings, line 7)
PASS: rust/compile/parse_associated_type_as_generic_arg.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_associated_type_as_generic_arg2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_associated_type_as_generic_arg2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_associated_type_as_generic_arg2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_associated_type_as_generic_arg2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_associated_type_as_generic_arg2.rs:7:1: warning: struct is never constructed: 'S'
PASS: rust/compile/parse_associated_type_as_generic_arg2.rs (test for warnings, line 7)
PASS: rust/compile/parse_associated_type_as_generic_arg2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_associated_type_as_generic_arg3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_associated_type_as_generic_arg3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_associated_type_as_generic_arg3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_associated_type_as_generic_arg3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_associated_type_as_generic_arg3.rs:36:1: warning: struct is never constructed: 'S'
PASS: rust/compile/parse_associated_type_as_generic_arg3.rs (test for warnings, line 36)
PASS: rust/compile/parse_associated_type_as_generic_arg3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_complex_generic_application.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_complex_generic_application.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_complex_generic_application.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_complex_generic_application.s
PASS: rust/compile/parse_complex_generic_application.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_complex_generic_application2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_complex_generic_application2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_complex_generic_application2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_complex_generic_application2.s
PASS: rust/compile/parse_complex_generic_application2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_empty_tuple_pattern.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_empty_tuple_pattern.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_empty_tuple_pattern.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_empty_tuple_pattern.s
PASS: rust/compile/parse_empty_tuple_pattern.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_invalid_specialization.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_invalid_specialization.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_invalid_specialization.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o parse_invalid_specialization.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_invalid_specialization.rs:1:1: error: 'default' is only allowed on items within 'impl' blocks
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_invalid_specialization.rs:1:1: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/parse_invalid_specialization.rs at line 2 (test for errors, line 1)
PASS: rust/compile/parse_invalid_specialization.rs at line 3 (test for errors, line 1)
PASS: rust/compile/parse_invalid_specialization.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_range.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o parse_range.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_range.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o parse_range.s
PASS: rust/compile/parse_range.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_specialization.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o parse_specialization.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/parse_specialization.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o parse_specialization.s
PASS: rust/compile/parse_specialization.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/path_as_generic_arg.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o path_as_generic_arg.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/path_as_generic_arg.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o path_as_generic_arg.s
PASS: rust/compile/path_as_generic_arg.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pattern-or.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o pattern-or.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pattern-or.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o pattern-or.s
PASS: rust/compile/pattern-or.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy1.rs:8:9: error: definition is private in this context
compiler exited with status 1
PASS: rust/compile/privacy1.rs (test for errors, line 8)
PASS: rust/compile/privacy1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o privacy2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o privacy2.s
PASS: rust/compile/privacy2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy3.rs:11:12: error: definition is private in this context
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy3.rs:17:13: error: definition is private in this context
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy3.rs:19:13: error: definition is private in this context
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy3.rs:21:13: error: definition is private in this context
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy3.rs:25:17: error: definition is private in this context
compiler exited with status 1
PASS: rust/compile/privacy3.rs at line 12 (test for errors, line 11)
PASS: rust/compile/privacy3.rs at line 18 (test for errors, line 17)
PASS: rust/compile/privacy3.rs at line 20 (test for errors, line 19)
PASS: rust/compile/privacy3.rs at line 22 (test for errors, line 21)
PASS: rust/compile/privacy3.rs at line 26 (test for errors, line 25)
PASS: rust/compile/privacy3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy4.rs:9:9: error: definition is private in this context
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy4.rs:11:17: error: definition is private in this context
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy4.rs:16:17: error: definition is private in this context
compiler exited with status 1
PASS: rust/compile/privacy4.rs at line 10 (test for errors, line 9)
PASS: rust/compile/privacy4.rs at line 12 (test for errors, line 11)
PASS: rust/compile/privacy4.rs at line 17 (test for errors, line 16)
PASS: rust/compile/privacy4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy5.rs:9:17: error: definition is private in this context
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy5.rs:13:16: error: definition is private in this context
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy5.rs:15:20: error: definition is private in this context
compiler exited with status 1
PASS: rust/compile/privacy5.rs (test for errors, line 9)
PASS: rust/compile/privacy5.rs (test for errors, line 13)
PASS: rust/compile/privacy5.rs (test for errors, line 15)
PASS: rust/compile/privacy5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o privacy6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o privacy6.s
PASS: rust/compile/privacy6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy7.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy7.rs:2:1: warning: struct is never constructed: 'Bar'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy7.rs:4:5: warning: field is never read: 'a'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy7.rs:9:1: warning: function is never used: 'bar'
PASS: rust/compile/privacy7.rs (test for warnings, line 2)
PASS: rust/compile/privacy7.rs (test for warnings, line 4)
PASS: rust/compile/privacy7.rs (test for warnings, line 9)
PASS: rust/compile/privacy7.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy8.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o privacy8.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/privacy8.rs:1:12: warning: struct is never constructed: 'Foo'
PASS: rust/compile/privacy8.rs (test for warnings, line 1)
PASS: rust/compile/privacy8.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o pub_restricted_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o pub_restricted_1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_1.rs:9:13: error: cannot find simple path segment 'fah' in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_1.rs:10:8: error: cannot find simple path segment 'fro' in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_1.rs:11:18: error: cannot find simple path segment 'saindoux' in this scope
compiler exited with status 1
PASS: rust/compile/pub_restricted_1.rs (test for errors, line 9)
PASS: rust/compile/pub_restricted_1.rs (test for errors, line 10)
PASS: rust/compile/pub_restricted_1.rs (test for errors, line 11)
PASS: rust/compile/pub_restricted_1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o pub_restricted_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o pub_restricted_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_2.rs:14:26: error: restricted path is not an ancestor of the current module
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_2.rs:15:32: error: restricted path is not an ancestor of the current module
compiler exited with status 1
PASS: rust/compile/pub_restricted_2.rs (test for errors, line 14)
PASS: rust/compile/pub_restricted_2.rs (test for errors, line 15)
PASS: rust/compile/pub_restricted_2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o pub_restricted_3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/pub_restricted_3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o pub_restricted_3.s
PASS: rust/compile/pub_restricted_3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/raw_identifiers_bad_keywords.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o raw_identifiers_bad_keywords.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/raw_identifiers_bad_keywords.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o raw_identifiers_bad_keywords.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/raw_identifiers_bad_keywords.rs:2:12: error: 'crate' is a forbidden raw identifier
compiler exited with status 1
PASS: rust/compile/raw_identifiers_bad_keywords.rs (test for errors, line 2)
PASS: rust/compile/raw_identifiers_bad_keywords.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/raw_identifiers_underscore.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o raw_identifiers_underscore.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/raw_identifiers_underscore.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o raw_identifiers_underscore.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/raw_identifiers_underscore.rs:2:8: error: '_' is not a valid raw identifier
compiler exited with status 1
PASS: rust/compile/raw_identifiers_underscore.rs (test for errors, line 2)
PASS: rust/compile/raw_identifiers_underscore.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o rawbytestring.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o rawbytestring.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:19:16: error: character 'π' in raw byte string out of range
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:33:17: error: invalid character '\x"' in \x sequence
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:34:18: error: invalid character '\xx' in \x sequence
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:35:19: error: invalid character '\x0"' in \x sequence
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:39:19: error: ascii \x escape '\x80' out of range - allows up to '\x7F'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:40:19: error: ascii \x escape '\xff' out of range - allows up to '\x7F'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:51:19: error: invalid character '\x"' in \x sequence
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:52:20: error: invalid character '\xx' in \x sequence
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:53:21: error: invalid character '\x0"' in \x sequence
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:79:15: error: unknown escape sequence '\a'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rawbytestring.rs:83:17: error: unknown escape sequence '\a'
compiler exited with status 1
PASS: rust/compile/rawbytestring.rs (test for errors, line 19)
PASS: rust/compile/rawbytestring.rs (test for errors, line 33)
PASS: rust/compile/rawbytestring.rs (test for errors, line 34)
PASS: rust/compile/rawbytestring.rs (test for errors, line 35)
PASS: rust/compile/rawbytestring.rs (test for errors, line 39)
PASS: rust/compile/rawbytestring.rs (test for errors, line 40)
PASS: rust/compile/rawbytestring.rs (test for errors, line 51)
PASS: rust/compile/rawbytestring.rs (test for errors, line 52)
PASS: rust/compile/rawbytestring.rs (test for errors, line 53)
PASS: rust/compile/rawbytestring.rs (test for errors, line 79)
PASS: rust/compile/rawbytestring.rs (test for errors, line 83)
PASS: rust/compile/rawbytestring.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error1.rs:6:1: error: redefined multiple times
compiler exited with status 1
PASS: rust/compile/redef_error1.rs (test for errors, line 6)
PASS: rust/compile/redef_error1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error2.rs:2:1: error: redefined multiple times
compiler exited with status 1
PASS: rust/compile/redef_error2.rs (test for errors, line 2)
PASS: rust/compile/redef_error2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error3.rs:5:1: error: redefined multiple times
compiler exited with status 1
PASS: rust/compile/redef_error3.rs (test for errors, line 5)
PASS: rust/compile/redef_error3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error4.rs:12:5: error: redefined multiple times
compiler exited with status 1
PASS: rust/compile/redef_error4.rs (test for errors, line 12)
PASS: rust/compile/redef_error4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error5.rs:5:5: error: redefined multiple times
compiler exited with status 1
PASS: rust/compile/redef_error5.rs (test for errors, line 5)
PASS: rust/compile/redef_error5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o redef_error6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/redef_error6.rs:8:5: error: redefined multiple times
compiler exited with status 1
PASS: rust/compile/redef_error6.rs (test for errors, line 8)
PASS: rust/compile/redef_error6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/ref_pattern_fn_param1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o ref_pattern_fn_param1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/ref_pattern_fn_param1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o ref_pattern_fn_param1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/ref_pattern_fn_param1.rs:1:6: error: expected i32, found reference
compiler exited with status 1
PASS: rust/compile/ref_pattern_fn_param1.rs (test for errors, line 1)
PASS: rust/compile/ref_pattern_fn_param1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/ref_pattern_fn_param2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o ref_pattern_fn_param2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/ref_pattern_fn_param2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o ref_pattern_fn_param2.s
PASS: rust/compile/ref_pattern_fn_param2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/reference1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o reference1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/reference1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o reference1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/reference1.rs:3:5: error: mismatched mutability
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/reference1.rs:3:5: error: expected '&mut i32' got '& i32'
compiler exited with status 1
PASS: rust/compile/reference1.rs at line 4 (test for errors, line 3)
PASS: rust/compile/reference1.rs at line 5 (test for errors, line 3)
PASS: rust/compile/reference1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rust-const-blog-issue.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o rust-const-blog-issue.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rust-const-blog-issue.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o rust-const-blog-issue.s
crab1: error: accessing value of '*&&{}' through a 'usize' glvalue in a constant expression
compiler exited with status 1
XFAIL: rust/compile/rust-const-blog-issue.rs (test for excess errors)
Excess errors:
crab1: error: accessing value of '*&&{}' through a 'usize' glvalue in a constant expression
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rust_abi.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o rust_abi.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rust_abi.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o rust_abi.s
PASS: rust/compile/rust_abi.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rustc_attr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o rustc_attr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/rustc_attr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o rustc_attr1.s
PASS: rust/compile/rustc_attr1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/self-path1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o self-path1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/self-path1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o self-path1.s
PASS: rust/compile/self-path1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/self-path2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o self-path2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/self-path2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -w -S -o self-path2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/self-path2.rs:13:12: error: failed to resolve: 'self' in paths can only be used in start position [E0433]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/self-path2.rs:20:17: error: failed to resolve: 'self' in paths can only be used in start position [E0433]
compiler exited with status 1
PASS: rust/compile/self-path2.rs at line 14 (test for errors, line 13)
PASS: rust/compile/self-path2.rs at line 21 (test for errors, line 20)
PASS: rust/compile/self-path2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/shadow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o shadow1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/shadow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o shadow1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/shadow1.rs:5:9: error: cannot apply this operator to types bool and <integer>
compiler exited with status 1
PASS: rust/compile/shadow1.rs (test for errors, line 5)
PASS: rust/compile/shadow1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/sizeof-stray-infer-var-bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o sizeof-stray-infer-var-bug.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/sizeof-stray-infer-var-bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o sizeof-stray-infer-var-bug.s
PASS: rust/compile/sizeof-stray-infer-var-bug.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/slice_rest_pattern.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o slice_rest_pattern.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/slice_rest_pattern.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o slice_rest_pattern.s
PASS: rust/compile/slice_rest_pattern.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/specify-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-crate=fancy_crate_name -fdump-tree-gimple -S -o specify-crate-name.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/specify-crate-name.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -frust-crate=fancy_crate_name -fdump-tree-gimple -S -o specify-crate-name.s
PASS: rust/compile/specify-crate-name.rs (test for excess errors)
PASS: rust/compile/specify-crate-name.rs scan-tree-dump-times gimple "fancy_crate_name::does_nothing" 2
PASS: rust/compile/specify-crate-name.rs scan-tree-dump-times gimple "fancy_crate_name::main" 1
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/static_var1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o static_var1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/static_var1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o static_var1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/static_var1.rs:1:10: error: expecting ':' but '=' found
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/static_var1.rs:3:1: error: failed to parse item in crate
compiler exited with status 1
PASS: rust/compile/static_var1.rs (test for errors, line 1)
PASS: rust/compile/static_var1.rs (test for errors, line 3)
PASS: rust/compile/static_var1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/stmt_with_block_dot.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o stmt_with_block_dot.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/stmt_with_block_dot.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o stmt_with_block_dot.s
PASS: rust/compile/stmt_with_block_dot.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/stmt_with_block_err1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o stmt_with_block_err1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/stmt_with_block_err1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o stmt_with_block_err1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/stmt_with_block_err1.rs:2:5: error: expected '()' got '<integer>'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/stmt_with_block_err1.rs:8:5: error: expected '()' got '<integer>'
compiler exited with status 1
PASS: rust/compile/stmt_with_block_err1.rs (test for errors, line 2)
PASS: rust/compile/stmt_with_block_err1.rs (test for errors, line 8)
PASS: rust/compile/stmt_with_block_err1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/stringify.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o stringify.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/stringify.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o stringify.s
PASS: rust/compile/stringify.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct-expr-parse.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct-expr-parse.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct-expr-parse.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct-expr-parse.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct-expr-parse.rs:1:1: warning: struct is never constructed: 'A'
PASS: rust/compile/struct-expr-parse.rs (test for warnings, line 1)
PASS: rust/compile/struct-expr-parse.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_align1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_align1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align1.rs:3:5: warning: field is never read: 'x'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align1.rs:5:5: warning: field is never read: 'y'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align1.rs:7:5: warning: field is never read: 'z'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align1.rs:15:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align1.rs:17:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/struct_align1.rs at line 4 (test for warnings, line 3)
PASS: rust/compile/struct_align1.rs at line 6 (test for warnings, line 5)
PASS: rust/compile/struct_align1.rs at line 8 (test for warnings, line 7)
PASS: rust/compile/struct_align1.rs at line 16 (test for warnings, line 15)
PASS: rust/compile/struct_align1.rs at line 18 (test for warnings, line 17)
PASS: rust/compile/struct_align1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_align2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_align2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align2.rs:13:9: warning: unused name 'b' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_align2.rs:16:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/struct_align2.rs at line 14 (test for warnings, line 13)
PASS: rust/compile/struct_align2.rs at line 17 (test for warnings, line 16)
PASS: rust/compile/struct_align2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_init1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_init1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_init1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_init1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_init1.rs:7:19: error: unknown field
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_init1.rs:7:19: fatal error: failed to resolve type for field
compilation terminated.
compiler exited with status 1
PASS: rust/compile/struct_init1.rs (test for errors, line 7)
PASS: rust/compile/struct_init1.rs at line 8 (test for errors, line 7)
PASS: rust/compile/struct_init1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_pack1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_pack1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack1.rs:3:5: warning: field is never read: 'x'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack1.rs:5:5: warning: field is never read: 'y'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack1.rs:7:5: warning: field is never read: 'z'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack1.rs:15:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack1.rs:17:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/struct_pack1.rs at line 4 (test for warnings, line 3)
PASS: rust/compile/struct_pack1.rs at line 6 (test for warnings, line 5)
PASS: rust/compile/struct_pack1.rs at line 8 (test for warnings, line 7)
PASS: rust/compile/struct_pack1.rs at line 16 (test for warnings, line 15)
PASS: rust/compile/struct_pack1.rs at line 18 (test for warnings, line 17)
PASS: rust/compile/struct_pack1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_pack2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o struct_pack2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack2.rs:13:9: warning: unused name 'b' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/struct_pack2.rs:16:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/struct_pack2.rs at line 14 (test for warnings, line 13)
PASS: rust/compile/struct_pack2.rs at line 17 (test for warnings, line 16)
PASS: rust/compile/struct_pack2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/syntax-only.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o syntax-only.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/syntax-only.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o syntax-only.s
PASS: rust/compile/syntax-only.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits1.rs:2:5: error: expected 'i32' got '()'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits1.rs:9:5: error: method 'Barrr' is not a member of trait 'Foo'
compiler exited with status 1
PASS: rust/compile/traits1.rs at line 3 (test for errors, line 2)
PASS: rust/compile/traits1.rs at line 10 (test for errors, line 9)
PASS: rust/compile/traits1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits10.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits10.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits10.rs:13:13: error: trait bound is not object safe
compiler exited with status 1
PASS: rust/compile/traits10.rs at line 14 (test for errors, line 13)
PASS: rust/compile/traits10.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits11.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits11.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits11.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits11.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits11.rs:17:13: error: trait bound is not object safe
compiler exited with status 1
PASS: rust/compile/traits11.rs at line 18 (test for errors, line 17)
PASS: rust/compile/traits11.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits12.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits12.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits12.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits12.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits12.rs:12:9: error: generic item takes at least 2 type arguments but 1 were supplied
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits12.rs:12:6: error: unconstrained type parameter
compiler exited with status 1
PASS: rust/compile/traits12.rs at line 13 (test for errors, line 12)
PASS: rust/compile/traits12.rs at line 14 (test for errors, line 12)
PASS: rust/compile/traits12.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits2.rs:2:5: error: expected 'i32' got '()'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits2.rs:9:5: error: expected 'fn<Baz> () -> i32' got 'fn () -> ()'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits2.rs:9:5: error: method 'Bar' has an incompatible type for trait 'Foo'
compiler exited with status 1
PASS: rust/compile/traits2.rs at line 3 (test for errors, line 2)
PASS: rust/compile/traits2.rs at line 10 (test for errors, line 9)
PASS: rust/compile/traits2.rs at line 11 (test for errors, line 9)
PASS: rust/compile/traits2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits3.rs:12:5: error: expected 'fn<Bar<T>> (a <placeholder:<Projection=<T>::i32>>,) -> <placeholder:<Projection=<T>::i32>>' got 'fn<T> (a f32,) -> f32'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits3.rs:12:5: error: method 'baz' has an incompatible type for trait 'Foo'
compiler exited with status 1
PASS: rust/compile/traits3.rs at line 13 (test for errors, line 12)
PASS: rust/compile/traits3.rs at line 14 (test for errors, line 12)
PASS: rust/compile/traits3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits4.rs:8:1: error: missing A in implementation of trait 'Foo'
compiler exited with status 1
PASS: rust/compile/traits4.rs at line 9 (test for errors, line 8)
PASS: rust/compile/traits4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits5.rs:8:1: error: missing A, test in implementation of trait 'Foo'
compiler exited with status 1
PASS: rust/compile/traits5.rs at line 9 (test for errors, line 8)
PASS: rust/compile/traits5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits6.rs:13:27: error: bounds not satisfied for Bar 'Foo' is not satisfied [E0277]
compiler exited with status 1
PASS: rust/compile/traits6.rs at line 14 (test for errors, line 13)
PASS: rust/compile/traits6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits7.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits7.rs:22:31: error: bounds not satisfied for Test 'Bar' is not satisfied [E0277]
compiler exited with status 1
PASS: rust/compile/traits7.rs at line 23 (test for errors, line 22)
PASS: rust/compile/traits7.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits8.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits8.s
PASS: rust/compile/traits8.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits9.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o traits9.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits9.rs:10:5: error: bounds not satisfied for Foo 'Bar' is not satisfied [E0277]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/traits9.rs:10:5: error: expected '& dyn [Bar<Self>]' got '& Foo'
compiler exited with status 1
PASS: rust/compile/traits9.rs at line 11 (test for errors, line 10)
PASS: rust/compile/traits9.rs at line 12 (test for errors, line 10)
PASS: rust/compile/traits9.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple1.rs:2:5: error: expected '(i32, bool)' got '(i32, <tyty::error>)'
compiler exited with status 1
PASS: rust/compile/tuple1.rs (test for errors, line 2)
PASS: rust/compile/tuple1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_mismatch.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple_mismatch.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_mismatch.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple_mismatch.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_mismatch.rs:2:9: error: expected <integer>, found tuple
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_mismatch.rs:3:9: error: expected a tuple with 2 elements, found one with 1 element
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_mismatch.rs:4:9: error: expected a tuple with 3 elements, found one with 2 elements
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_mismatch.rs:5:9: error: expected a tuple with 1 element, found one with 2 elements
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_mismatch.rs:11:9: error: expected a tuple with 3 elements, found one with 2 elements
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_mismatch.rs:10:17: error: expected 'i32' got 'bool'
compiler exited with status 1
PASS: rust/compile/tuple_mismatch.rs (test for errors, line 2)
PASS: rust/compile/tuple_mismatch.rs (test for errors, line 3)
PASS: rust/compile/tuple_mismatch.rs (test for errors, line 4)
PASS: rust/compile/tuple_mismatch.rs (test for errors, line 5)
PASS: rust/compile/tuple_mismatch.rs (test for errors, line 10)
PASS: rust/compile/tuple_mismatch.rs (test for errors, line 11)
PASS: rust/compile/tuple_mismatch.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_struct1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple_struct1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_struct1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple_struct1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_struct1.rs:7:13: error: expected function, tuple struct or tuple variant, found struct 'Foo'
compiler exited with status 1
PASS: rust/compile/tuple_struct1.rs (test for errors, line 7)
PASS: rust/compile/tuple_struct1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_struct2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple_struct2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_struct2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple_struct2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_struct2.rs:4:13: error: this function takes 3 arguments but 2 arguments were supplied [E0061]
compiler exited with status 1
PASS: rust/compile/tuple_struct2.rs (test for errors, line 4)
PASS: rust/compile/tuple_struct2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_struct3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple_struct3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_struct3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o tuple_struct3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/tuple_struct3.rs:4:20: error: expected 'i32' got 'f32'
compiler exited with status 1
PASS: rust/compile/tuple_struct3.rs at line 5 (test for errors, line 4)
PASS: rust/compile/tuple_struct3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/type-alias1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o type-alias1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/type-alias1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o type-alias1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/type-alias1.rs:5:5: error: expected '(i32, u32)' got '(i32, f32)'
compiler exited with status 1
PASS: rust/compile/type-alias1.rs (test for errors, line 5)
PASS: rust/compile/type-alias1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/type-bindings1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o type-bindings1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/type-bindings1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o type-bindings1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/type-bindings1.rs:5:15: error: associated type bindings are not allowed here [E0229]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/type-bindings1.rs:5:9: error: Failed to resolve expression of function call
compiler exited with status 1
PASS: rust/compile/type-bindings1.rs at line 6 (test for errors, line 5)
PASS: rust/compile/type-bindings1.rs at line 7 (test for errors, line 5)
PASS: rust/compile/type-bindings1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unary_negation.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unary_negation.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unary_negation.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unary_negation.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unary_negation.rs:7:18: error: cannot apply unary - to bool
compiler exited with status 1
PASS: rust/compile/unary_negation.rs (test for errors, line 7)
PASS: rust/compile/unary_negation.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unary_not.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unary_not.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unary_not.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unary_not.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unary_not.rs:7:18: error: cannot apply unary '!' to f32
compiler exited with status 1
PASS: rust/compile/unary_not.rs (test for errors, line 7)
PASS: rust/compile/unary_not.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unconstrained_type_param.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unconstrained_type_param.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unconstrained_type_param.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unconstrained_type_param.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unconstrained_type_param.rs:3:9: error: unconstrained type parameter
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unconstrained_type_param.rs:11:18: error: expected 'Foo<T?>' got '<tyty::error>'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unconstrained_type_param.rs:11:13: error: Failed to resolve expression of function call
compiler exited with status 1
PASS: rust/compile/unconstrained_type_param.rs at line 4 (test for errors, line 3)
PASS: rust/compile/unconstrained_type_param.rs at line 12 (test for errors, line 11)
PASS: rust/compile/unconstrained_type_param.rs at line 13 (test for errors, line 11)
PASS: rust/compile/unconstrained_type_param.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unexpected_arguments.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unexpected_arguments.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unexpected_arguments.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unexpected_arguments.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unexpected_arguments.rs:6:5: error: this function takes 1 argument but 0 arguments were supplied [E0061]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unexpected_arguments.rs:8:5: error: this function takes 6 arguments but 9 arguments were supplied [E0061]
compiler exited with status 1
PASS: rust/compile/unexpected_arguments.rs (test for errors, line 6)
PASS: rust/compile/unexpected_arguments.rs (test for errors, line 8)
PASS: rust/compile/unexpected_arguments.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unicode_escape.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unicode_escape.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:4:14: error: unicode escape should start with '{'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:5:14: error: unicode escape should start with '{'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:8:13: error: unicode escape should be between 1 and 6 hex characters; it is 0
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:15:13: error: unicode escape should be between 1 and 6 hex characters; it is 7
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:17:13: error: unicode escape should be between 1 and 6 hex characters; it is 0
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:24:13: error: unicode escape should be between 1 and 6 hex characters; it is 7
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:29:14: error: unicode escape cannot start with '_'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:30:14: error: unicode escape cannot start with '_'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:33:15: error: invalid character 'h' in unicode escape
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:34:15: error: invalid character 'h' in unicode escape
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:39:16: error: unicode escape cannot be a surrogate value (D800 to DFFF)
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:40:16: error: unicode escape cannot be a surrogate value (D800 to DFFF)
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:42:16: error: unicode escape cannot be a surrogate value (D800 to DFFF)
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:43:16: error: unicode escape cannot be a surrogate value (D800 to DFFF)
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:49:17: error: unicode escape cannot be larger than 10FFFF
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:50:17: error: unicode escape cannot be larger than 10FFFF
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:52:18: error: unicode escape cannot be larger than 10FFFF
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:53:18: error: unicode escape cannot be larger than 10FFFF
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:57:14: error: cannot have a unicode escape \u in a byte character
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unicode_escape.rs:58:14: error: cannot have a unicode escape \u in a byte string
compiler exited with status 1
PASS: rust/compile/unicode_escape.rs (test for errors, line 4)
PASS: rust/compile/unicode_escape.rs (test for errors, line 5)
PASS: rust/compile/unicode_escape.rs (test for errors, line 8)
PASS: rust/compile/unicode_escape.rs (test for errors, line 15)
PASS: rust/compile/unicode_escape.rs (test for errors, line 17)
PASS: rust/compile/unicode_escape.rs (test for errors, line 24)
PASS: rust/compile/unicode_escape.rs (test for errors, line 29)
PASS: rust/compile/unicode_escape.rs (test for errors, line 30)
PASS: rust/compile/unicode_escape.rs (test for errors, line 33)
PASS: rust/compile/unicode_escape.rs (test for errors, line 34)
PASS: rust/compile/unicode_escape.rs (test for errors, line 39)
PASS: rust/compile/unicode_escape.rs (test for errors, line 40)
PASS: rust/compile/unicode_escape.rs (test for errors, line 42)
PASS: rust/compile/unicode_escape.rs (test for errors, line 43)
PASS: rust/compile/unicode_escape.rs (test for errors, line 49)
PASS: rust/compile/unicode_escape.rs (test for errors, line 50)
PASS: rust/compile/unicode_escape.rs (test for errors, line 52)
PASS: rust/compile/unicode_escape.rs (test for errors, line 53)
PASS: rust/compile/unicode_escape.rs (test for errors, line 57)
PASS: rust/compile/unicode_escape.rs (test for errors, line 58)
PASS: rust/compile/unicode_escape.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe1.rs:7:10: error: use of mutable static requires unsafe function or block
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe1.rs:8:9: error: use of mutable static requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe1.rs (test for errors, line 7)
PASS: rust/compile/unsafe1.rs (test for errors, line 8)
PASS: rust/compile/unsafe1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe10.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe10.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe10.s
PASS: rust/compile/unsafe10.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe11.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe11.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe11.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe11.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe11.rs:7:5: error: call to function with '#[target_feature]' requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe11.rs (test for errors, line 7)
PASS: rust/compile/unsafe11.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe2.rs:9:10: error: use of mutable static requires unsafe function or block
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe2.rs:10:9: error: use of mutable static requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe2.rs (test for errors, line 9)
PASS: rust/compile/unsafe2.rs (test for errors, line 10)
PASS: rust/compile/unsafe2.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe3.rs:6:13: error: use of extern static requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe3.rs (test for errors, line 6)
PASS: rust/compile/unsafe3.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe4.rs:19:5: error: dereference of raw pointer requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe4.rs (test for errors, line 19)
PASS: rust/compile/unsafe4.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe5.rs:3:13: error: dereference of raw pointer requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe5.rs (test for errors, line 3)
PASS: rust/compile/unsafe5.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe6.rs:7:5: error: call to unsafe function requires unsafe function or block
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe6.rs:8:5: error: call to unsafe function requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe6.rs (test for errors, line 7)
PASS: rust/compile/unsafe6.rs (test for errors, line 8)
PASS: rust/compile/unsafe6.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe7.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe7.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe7.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe7.rs:8:5: error: call to extern function requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe7.rs (test for errors, line 8)
PASS: rust/compile/unsafe7.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe8.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe8.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe8.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe8.rs:9:5: error: call to unsafe method requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe8.rs (test for errors, line 9)
PASS: rust/compile/unsafe8.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe9.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe9.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unsafe9.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unsafe9.rs:9:13: error: access to union field requires unsafe function or block
compiler exited with status 1
PASS: rust/compile/unsafe9.rs (test for errors, line 9)
PASS: rust/compile/unsafe9.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unterminated_c_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unterminated_c_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unterminated_c_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o unterminated_c_comment.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/unterminated_c_comment.rs:2:1: error: unexpected EOF while looking for end of comment
compiler exited with status 1
PASS: rust/compile/unterminated_c_comment.rs at line 1 (test for errors, line 2)
PASS: rust/compile/unterminated_c_comment.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/use_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o use_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/use_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o use_1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/use_1.rs:3:5: error: cannot find simple path segment 'foo' in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/use_1.rs:4:11: error: cannot find simple path segment 'ulator' in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/use_1.rs:12:5: error: cannot find simple path segment 'not_sain' in this scope
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/use_1.rs:16:24: error: cannot find simple path segment 'graal' in this scope
compiler exited with status 1
PASS: rust/compile/use_1.rs (test for errors, line 3)
PASS: rust/compile/use_1.rs (test for errors, line 4)
PASS: rust/compile/use_1.rs (test for errors, line 12)
PASS: rust/compile/use_1.rs (test for errors, line 16)
PASS: rust/compile/use_1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/usize1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o usize1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/usize1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o usize1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/usize1.rs:4:13: error: the type '[<integer>:CAPACITY]' cannot be indexed by 'u32' [E0277]
compiler exited with status 1
PASS: rust/compile/usize1.rs (test for errors, line 4)
PASS: rust/compile/usize1.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/variadic.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o variadic.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/variadic.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -S -o variadic.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/variadic.rs:7:47: error: expected 'c_int' variadic argument
compiler exited with status 1
PASS: rust/compile/variadic.rs at line 6 (test for errors, line 7)
PASS: rust/compile/variadic.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/while_let_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o while_let_expr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/while_let_expr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o while_let_expr.s
PASS: rust/compile/while_let_expr.rs (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/zero_sized_slice.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o zero_sized_slice.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/zero_sized_slice.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -fsyntax-only -S -o zero_sized_slice.s
PASS: rust/compile/zero_sized_slice.rs (test for excess errors)
testcase /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/compile.exp completed in 4 seconds
Running /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compile.exp ...
LD_LIBRARY_PATH=.:
LD_RUN_PATH=.
SHLIB_PATH=.
LD_LIBRARY_PATH_32=.:
LD_LIBRARY_PATH_64=.:
DYLD_LIBRARY_PATH=.
ALWAYS_RUSTFLAGS set to {additional_flags=-fdiagnostics-plain-output } additional_flags= ldflags= additional_flags=-frust-incomplete-and-experimental-compiler-do-not-use
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o all_doc_comment_line_blocks.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o all_doc_comment_line_blocks.s
PASS: rust/compile/torture/all_doc_comment_line_blocks.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o all_doc_comment_line_blocks.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o all_doc_comment_line_blocks.s
PASS: rust/compile/torture/all_doc_comment_line_blocks.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o all_doc_comment_line_blocks.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o all_doc_comment_line_blocks.s
PASS: rust/compile/torture/all_doc_comment_line_blocks.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o all_doc_comment_line_blocks.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o all_doc_comment_line_blocks.s
PASS: rust/compile/torture/all_doc_comment_line_blocks.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o all_doc_comment_line_blocks.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o all_doc_comment_line_blocks.s
PASS: rust/compile/torture/all_doc_comment_line_blocks.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o all_doc_comment_line_blocks.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o all_doc_comment_line_blocks.s
PASS: rust/compile/torture/all_doc_comment_line_blocks.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o all_doc_comment_line_blocks.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o all_doc_comment_line_blocks.s
PASS: rust/compile/torture/all_doc_comment_line_blocks.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o all_doc_comment_line_blocks_crlf.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o all_doc_comment_line_blocks_crlf.s
PASS: rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o all_doc_comment_line_blocks_crlf.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o all_doc_comment_line_blocks_crlf.s
PASS: rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o all_doc_comment_line_blocks_crlf.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o all_doc_comment_line_blocks_crlf.s
PASS: rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o all_doc_comment_line_blocks_crlf.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o all_doc_comment_line_blocks_crlf.s
PASS: rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o all_doc_comment_line_blocks_crlf.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o all_doc_comment_line_blocks_crlf.s
PASS: rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o all_doc_comment_line_blocks_crlf.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o all_doc_comment_line_blocks_crlf.s
PASS: rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o all_doc_comment_line_blocks_crlf.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o all_doc_comment_line_blocks_crlf.s
PASS: rust/compile/torture/all_doc_comment_line_blocks_crlf.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o alt_patterns1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o alt_patterns1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:6:24: error: variable 'a' is bound inconsistently across pattern alternatives [E0409]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:9:24: error: variable 'b' is not bound in all patterns [E0408]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:14:62: error: variable 'z' is not bound in all patterns [E0408]
compiler exited with status 1
PASS: rust/compile/torture/alt_patterns1.rs -O0 at line 7 (test for errors, line 6)
PASS: rust/compile/torture/alt_patterns1.rs -O0 at line 10 (test for errors, line 9)
PASS: rust/compile/torture/alt_patterns1.rs -O0 at line 15 (test for errors, line 14)
PASS: rust/compile/torture/alt_patterns1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o alt_patterns1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o alt_patterns1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:6:24: error: variable 'a' is bound inconsistently across pattern alternatives [E0409]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:9:24: error: variable 'b' is not bound in all patterns [E0408]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:14:62: error: variable 'z' is not bound in all patterns [E0408]
compiler exited with status 1
PASS: rust/compile/torture/alt_patterns1.rs -O1 at line 7 (test for errors, line 6)
PASS: rust/compile/torture/alt_patterns1.rs -O1 at line 10 (test for errors, line 9)
PASS: rust/compile/torture/alt_patterns1.rs -O1 at line 15 (test for errors, line 14)
PASS: rust/compile/torture/alt_patterns1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o alt_patterns1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o alt_patterns1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:6:24: error: variable 'a' is bound inconsistently across pattern alternatives [E0409]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:9:24: error: variable 'b' is not bound in all patterns [E0408]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:14:62: error: variable 'z' is not bound in all patterns [E0408]
compiler exited with status 1
PASS: rust/compile/torture/alt_patterns1.rs -O2 at line 7 (test for errors, line 6)
PASS: rust/compile/torture/alt_patterns1.rs -O2 at line 10 (test for errors, line 9)
PASS: rust/compile/torture/alt_patterns1.rs -O2 at line 15 (test for errors, line 14)
PASS: rust/compile/torture/alt_patterns1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o alt_patterns1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o alt_patterns1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:6:24: error: variable 'a' is bound inconsistently across pattern alternatives [E0409]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:9:24: error: variable 'b' is not bound in all patterns [E0408]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:14:62: error: variable 'z' is not bound in all patterns [E0408]
compiler exited with status 1
PASS: rust/compile/torture/alt_patterns1.rs -O3 -g at line 7 (test for errors, line 6)
PASS: rust/compile/torture/alt_patterns1.rs -O3 -g at line 10 (test for errors, line 9)
PASS: rust/compile/torture/alt_patterns1.rs -O3 -g at line 15 (test for errors, line 14)
PASS: rust/compile/torture/alt_patterns1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o alt_patterns1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o alt_patterns1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:6:24: error: variable 'a' is bound inconsistently across pattern alternatives [E0409]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:9:24: error: variable 'b' is not bound in all patterns [E0408]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:14:62: error: variable 'z' is not bound in all patterns [E0408]
compiler exited with status 1
PASS: rust/compile/torture/alt_patterns1.rs -Os at line 7 (test for errors, line 6)
PASS: rust/compile/torture/alt_patterns1.rs -Os at line 10 (test for errors, line 9)
PASS: rust/compile/torture/alt_patterns1.rs -Os at line 15 (test for errors, line 14)
PASS: rust/compile/torture/alt_patterns1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o alt_patterns1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o alt_patterns1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:6:24: error: variable 'a' is bound inconsistently across pattern alternatives [E0409]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:9:24: error: variable 'b' is not bound in all patterns [E0408]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:14:62: error: variable 'z' is not bound in all patterns [E0408]
compiler exited with status 1
PASS: rust/compile/torture/alt_patterns1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 7 (test for errors, line 6)
PASS: rust/compile/torture/alt_patterns1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 10 (test for errors, line 9)
PASS: rust/compile/torture/alt_patterns1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 15 (test for errors, line 14)
PASS: rust/compile/torture/alt_patterns1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o alt_patterns1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o alt_patterns1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:6:24: error: variable 'a' is bound inconsistently across pattern alternatives [E0409]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:9:24: error: variable 'b' is not bound in all patterns [E0408]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/alt_patterns1.rs:14:62: error: variable 'z' is not bound in all patterns [E0408]
compiler exited with status 1
PASS: rust/compile/torture/alt_patterns1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 7 (test for errors, line 6)
PASS: rust/compile/torture/alt_patterns1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 10 (test for errors, line 9)
PASS: rust/compile/torture/alt_patterns1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 15 (test for errors, line 14)
PASS: rust/compile/torture/alt_patterns1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arithmetic_expressions1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arithmetic_expressions1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:8:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:9:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:10:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:11:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:12:9: warning: unused name 'a5' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:14:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:15:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:16:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:17:9: warning: unused name 'b4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:20:9: warning: unused name 'aa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:21:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:22:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:24:9: warning: unused name 'c1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:25:9: warning: unused name 'c2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:26:9: warning: unused name 'c3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:28:9: warning: unused name 'aaa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:29:9: warning: unused name 'aaa2' [-Wunused-variable]
PASS: rust/compile/torture/arithmetic_expressions1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arithmetic_expressions1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arithmetic_expressions1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:8:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:9:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:10:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:11:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:12:9: warning: unused name 'a5' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:14:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:15:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:16:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:17:9: warning: unused name 'b4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:20:9: warning: unused name 'aa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:21:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:22:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:24:9: warning: unused name 'c1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:25:9: warning: unused name 'c2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:26:9: warning: unused name 'c3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:28:9: warning: unused name 'aaa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:29:9: warning: unused name 'aaa2' [-Wunused-variable]
PASS: rust/compile/torture/arithmetic_expressions1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arithmetic_expressions1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arithmetic_expressions1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:8:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:9:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:10:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:11:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:12:9: warning: unused name 'a5' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:14:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:15:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:16:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:17:9: warning: unused name 'b4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:20:9: warning: unused name 'aa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:21:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:22:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:24:9: warning: unused name 'c1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:25:9: warning: unused name 'c2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:26:9: warning: unused name 'c3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:28:9: warning: unused name 'aaa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:29:9: warning: unused name 'aaa2' [-Wunused-variable]
PASS: rust/compile/torture/arithmetic_expressions1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arithmetic_expressions1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arithmetic_expressions1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:8:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:9:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:10:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:11:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:12:9: warning: unused name 'a5' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:14:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:15:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:16:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:17:9: warning: unused name 'b4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:20:9: warning: unused name 'aa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:21:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:22:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:24:9: warning: unused name 'c1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:25:9: warning: unused name 'c2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:26:9: warning: unused name 'c3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:28:9: warning: unused name 'aaa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:29:9: warning: unused name 'aaa2' [-Wunused-variable]
PASS: rust/compile/torture/arithmetic_expressions1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arithmetic_expressions1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arithmetic_expressions1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:8:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:9:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:10:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:11:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:12:9: warning: unused name 'a5' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:14:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:15:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:16:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:17:9: warning: unused name 'b4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:20:9: warning: unused name 'aa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:21:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:22:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:24:9: warning: unused name 'c1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:25:9: warning: unused name 'c2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:26:9: warning: unused name 'c3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:28:9: warning: unused name 'aaa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:29:9: warning: unused name 'aaa2' [-Wunused-variable]
PASS: rust/compile/torture/arithmetic_expressions1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arithmetic_expressions1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arithmetic_expressions1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:8:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:9:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:10:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:11:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:12:9: warning: unused name 'a5' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:14:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:15:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:16:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:17:9: warning: unused name 'b4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:20:9: warning: unused name 'aa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:21:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:22:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:24:9: warning: unused name 'c1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:25:9: warning: unused name 'c2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:26:9: warning: unused name 'c3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:28:9: warning: unused name 'aaa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:29:9: warning: unused name 'aaa2' [-Wunused-variable]
PASS: rust/compile/torture/arithmetic_expressions1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arithmetic_expressions1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arithmetic_expressions1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:8:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:9:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:10:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:11:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:12:9: warning: unused name 'a5' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:14:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:15:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:16:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:17:9: warning: unused name 'b4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:20:9: warning: unused name 'aa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:21:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:22:9: warning: unused name 'aa2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:24:9: warning: unused name 'c1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:25:9: warning: unused name 'c2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:26:9: warning: unused name 'c3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:28:9: warning: unused name 'aaa1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arithmetic_expressions1.rs:29:9: warning: unused name 'aaa2' [-Wunused-variable]
PASS: rust/compile/torture/arithmetic_expressions1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_const_fold_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_const_fold_1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs:1:1: warning: unused name 'array_const_fold_1::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_1.rs -O0 at line 2 (test for warnings, line 1)
PASS: rust/compile/torture/array_const_fold_1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_const_fold_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_const_fold_1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs:1:1: warning: unused name 'array_const_fold_1::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_1.rs -O1 at line 2 (test for warnings, line 1)
PASS: rust/compile/torture/array_const_fold_1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_const_fold_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_const_fold_1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs:1:1: warning: unused name 'array_const_fold_1::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_1.rs -O2 at line 2 (test for warnings, line 1)
PASS: rust/compile/torture/array_const_fold_1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_const_fold_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_const_fold_1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs:1:1: warning: unused name 'array_const_fold_1::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_1.rs -O3 -g at line 2 (test for warnings, line 1)
PASS: rust/compile/torture/array_const_fold_1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_const_fold_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_const_fold_1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs:1:1: warning: unused name 'array_const_fold_1::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_1.rs -Os at line 2 (test for warnings, line 1)
PASS: rust/compile/torture/array_const_fold_1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_const_fold_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_const_fold_1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs:1:1: warning: unused name 'array_const_fold_1::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 2 (test for warnings, line 1)
PASS: rust/compile/torture/array_const_fold_1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_const_fold_1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_const_fold_1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_1.rs:1:1: warning: unused name 'array_const_fold_1::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 2 (test for warnings, line 1)
PASS: rust/compile/torture/array_const_fold_1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_const_fold_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_const_fold_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs:2:1: warning: unused name 'array_const_fold_2::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_2.rs -O0 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_const_fold_2.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_const_fold_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_const_fold_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs:2:1: warning: unused name 'array_const_fold_2::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_2.rs -O1 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_const_fold_2.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_const_fold_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_const_fold_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs:2:1: warning: unused name 'array_const_fold_2::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_2.rs -O2 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_const_fold_2.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_const_fold_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_const_fold_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs:2:1: warning: unused name 'array_const_fold_2::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_2.rs -O3 -g at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_const_fold_2.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_const_fold_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_const_fold_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs:2:1: warning: unused name 'array_const_fold_2::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_2.rs -Os at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_const_fold_2.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_const_fold_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_const_fold_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs:2:1: warning: unused name 'array_const_fold_2::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_const_fold_2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_const_fold_2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_const_fold_2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_const_fold_2.rs:2:1: warning: unused name 'array_const_fold_2::TEST' [-Wunused-const-variable=]
PASS: rust/compile/torture/array_const_fold_2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_const_fold_2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_function.s
PASS: rust/compile/torture/array_function.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_function.s
PASS: rust/compile/torture/array_function.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_function.s
PASS: rust/compile/torture/array_function.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_function.s
PASS: rust/compile/torture/array_function.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_function.s
PASS: rust/compile/torture/array_function.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_function.s
PASS: rust/compile/torture/array_function.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_function.s
PASS: rust/compile/torture/array_function.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_type_infer.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_type_infer.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_type_infer.rs -O0 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_type_infer.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_type_infer.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_type_infer.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_type_infer.rs -O1 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_type_infer.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_type_infer.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_type_infer.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_type_infer.rs -O2 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_type_infer.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_type_infer.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_type_infer.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_type_infer.rs -O3 -g at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_type_infer.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_type_infer.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_type_infer.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_type_infer.rs -Os at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_type_infer.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_type_infer.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_type_infer.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_type_infer.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_type_infer.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_type_infer.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_type_infer.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_type_infer.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_type_infer.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_type_infer.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_zero_length.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o array_zero_length.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_zero_length.rs -O0 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_zero_length.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_zero_length.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o array_zero_length.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_zero_length.rs -O1 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_zero_length.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_zero_length.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o array_zero_length.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_zero_length.rs -O2 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_zero_length.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_zero_length.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o array_zero_length.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_zero_length.rs -O3 -g at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_zero_length.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_zero_length.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o array_zero_length.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_zero_length.rs -Os at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_zero_length.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_zero_length.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o array_zero_length.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_zero_length.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_zero_length.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_zero_length.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o array_zero_length.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/array_zero_length.rs:2:9: warning: unused name 'arr' [-Wunused-variable]
PASS: rust/compile/torture/array_zero_length.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/array_zero_length.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:5:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/arrays1.rs -O0 at line 6 (test for warnings, line 5)
PASS: rust/compile/torture/arrays1.rs -O0 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/arrays1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:5:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/arrays1.rs -O1 at line 6 (test for warnings, line 5)
PASS: rust/compile/torture/arrays1.rs -O1 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/arrays1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:5:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/arrays1.rs -O2 at line 6 (test for warnings, line 5)
PASS: rust/compile/torture/arrays1.rs -O2 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/arrays1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:5:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/arrays1.rs -O3 -g at line 6 (test for warnings, line 5)
PASS: rust/compile/torture/arrays1.rs -O3 -g at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/arrays1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:5:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/arrays1.rs -Os at line 6 (test for warnings, line 5)
PASS: rust/compile/torture/arrays1.rs -Os at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/arrays1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:5:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/arrays1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 6 (test for warnings, line 5)
PASS: rust/compile/torture/arrays1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/arrays1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:5:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays1.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/arrays1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 6 (test for warnings, line 5)
PASS: rust/compile/torture/arrays1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/arrays1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays2.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays2.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays2.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays2.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays2.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays2.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays2.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays2.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays2.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays2.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays2.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays3.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays3.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays3.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays3.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays3.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays3.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays3.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays3.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays3.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays3.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays3.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays3.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays3.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays3.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays4.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays4.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays4.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays4.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays4.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays4.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays4.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays4.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays4.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays4.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays4.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays4.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays4.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays4.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays4.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs:4:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays5.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays5.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs:4:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays5.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays5.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs:4:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays5.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays5.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs:4:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays5.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays5.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs:4:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays5.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays5.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs:4:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays5.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays5.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays5.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays5.rs:4:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays5.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays5.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs:8:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays6.rs -O0 at line 9 (test for warnings, line 8)
PASS: rust/compile/torture/arrays6.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs:8:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays6.rs -O1 at line 9 (test for warnings, line 8)
PASS: rust/compile/torture/arrays6.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs:8:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays6.rs -O2 at line 9 (test for warnings, line 8)
PASS: rust/compile/torture/arrays6.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs:8:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays6.rs -O3 -g at line 9 (test for warnings, line 8)
PASS: rust/compile/torture/arrays6.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs:8:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays6.rs -Os at line 9 (test for warnings, line 8)
PASS: rust/compile/torture/arrays6.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs:8:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays6.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 9 (test for warnings, line 8)
PASS: rust/compile/torture/arrays6.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays6.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays6.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays6.rs:8:9: warning: unused name 'x' [-Wunused-variable]
PASS: rust/compile/torture/arrays6.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 9 (test for warnings, line 8)
PASS: rust/compile/torture/arrays6.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays_index1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays_index1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays_index1.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays_index1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays_index1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays_index1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays_index1.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays_index1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays_index1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays_index1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays_index1.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays_index1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays_index1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays_index1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays_index1.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays_index1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays_index1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays_index1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays_index1.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays_index1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays_index1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays_index1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays_index1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays_index1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays_index1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays_index1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index1.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/arrays_index1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/arrays_index1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays_index2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays_index2.s
PASS: rust/compile/torture/arrays_index2.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays_index2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays_index2.s
PASS: rust/compile/torture/arrays_index2.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays_index2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays_index2.s
PASS: rust/compile/torture/arrays_index2.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays_index2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays_index2.s
PASS: rust/compile/torture/arrays_index2.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays_index2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays_index2.s
PASS: rust/compile/torture/arrays_index2.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays_index2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays_index2.s
PASS: rust/compile/torture/arrays_index2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays_index2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays_index2.s
PASS: rust/compile/torture/arrays_index2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays_index3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o arrays_index3.s
PASS: rust/compile/torture/arrays_index3.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays_index3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o arrays_index3.s
PASS: rust/compile/torture/arrays_index3.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays_index3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o arrays_index3.s
PASS: rust/compile/torture/arrays_index3.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays_index3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o arrays_index3.s
PASS: rust/compile/torture/arrays_index3.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays_index3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o arrays_index3.s
PASS: rust/compile/torture/arrays_index3.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays_index3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o arrays_index3.s
PASS: rust/compile/torture/arrays_index3.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays_index3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/arrays_index3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o arrays_index3.s
PASS: rust/compile/torture/arrays_index3.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o as_bool_char.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o as_bool_char.s
PASS: rust/compile/torture/as_bool_char.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o as_bool_char.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o as_bool_char.s
PASS: rust/compile/torture/as_bool_char.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o as_bool_char.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o as_bool_char.s
PASS: rust/compile/torture/as_bool_char.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o as_bool_char.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o as_bool_char.s
PASS: rust/compile/torture/as_bool_char.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o as_bool_char.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o as_bool_char.s
PASS: rust/compile/torture/as_bool_char.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o as_bool_char.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o as_bool_char.s
PASS: rust/compile/torture/as_bool_char.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o as_bool_char.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/as_bool_char.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o as_bool_char.s
PASS: rust/compile/torture/as_bool_char.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o associated_types1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o associated_types1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs:7:1: warning: function is never used: 'foo2'
PASS: rust/compile/torture/associated_types1.rs -O0 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/associated_types1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o associated_types1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o associated_types1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs:7:1: warning: function is never used: 'foo2'
PASS: rust/compile/torture/associated_types1.rs -O1 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/associated_types1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o associated_types1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o associated_types1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs:7:1: warning: function is never used: 'foo2'
PASS: rust/compile/torture/associated_types1.rs -O2 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/associated_types1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o associated_types1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o associated_types1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs:7:1: warning: function is never used: 'foo2'
PASS: rust/compile/torture/associated_types1.rs -O3 -g at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/associated_types1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o associated_types1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o associated_types1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs:7:1: warning: function is never used: 'foo2'
PASS: rust/compile/torture/associated_types1.rs -Os at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/associated_types1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o associated_types1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o associated_types1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs:7:1: warning: function is never used: 'foo2'
PASS: rust/compile/torture/associated_types1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/associated_types1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o associated_types1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o associated_types1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/associated_types1.rs:7:1: warning: function is never used: 'foo2'
PASS: rust/compile/torture/associated_types1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/associated_types1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o autoderef1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o autoderef1.s
PASS: rust/compile/torture/autoderef1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o autoderef1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o autoderef1.s
PASS: rust/compile/torture/autoderef1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o autoderef1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o autoderef1.s
PASS: rust/compile/torture/autoderef1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o autoderef1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o autoderef1.s
PASS: rust/compile/torture/autoderef1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o autoderef1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o autoderef1.s
PASS: rust/compile/torture/autoderef1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o autoderef1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o autoderef1.s
PASS: rust/compile/torture/autoderef1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o autoderef1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/autoderef1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o autoderef1.s
PASS: rust/compile/torture/autoderef1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:22:9: warning: unused name 'call3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:24:9: warning: unused name 'call5' [-Wunused-variable]
PASS: rust/compile/torture/block_expr1.rs -O0 at line 23 (test for warnings, line 22)
PASS: rust/compile/torture/block_expr1.rs -O0 at line 25 (test for warnings, line 24)
PASS: rust/compile/torture/block_expr1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:22:9: warning: unused name 'call3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:24:9: warning: unused name 'call5' [-Wunused-variable]
PASS: rust/compile/torture/block_expr1.rs -O1 at line 23 (test for warnings, line 22)
PASS: rust/compile/torture/block_expr1.rs -O1 at line 25 (test for warnings, line 24)
PASS: rust/compile/torture/block_expr1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:22:9: warning: unused name 'call3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:24:9: warning: unused name 'call5' [-Wunused-variable]
PASS: rust/compile/torture/block_expr1.rs -O2 at line 23 (test for warnings, line 22)
PASS: rust/compile/torture/block_expr1.rs -O2 at line 25 (test for warnings, line 24)
PASS: rust/compile/torture/block_expr1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:22:9: warning: unused name 'call3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:24:9: warning: unused name 'call5' [-Wunused-variable]
PASS: rust/compile/torture/block_expr1.rs -O3 -g at line 23 (test for warnings, line 22)
PASS: rust/compile/torture/block_expr1.rs -O3 -g at line 25 (test for warnings, line 24)
PASS: rust/compile/torture/block_expr1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:22:9: warning: unused name 'call3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:24:9: warning: unused name 'call5' [-Wunused-variable]
PASS: rust/compile/torture/block_expr1.rs -Os at line 23 (test for warnings, line 22)
PASS: rust/compile/torture/block_expr1.rs -Os at line 25 (test for warnings, line 24)
PASS: rust/compile/torture/block_expr1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:22:9: warning: unused name 'call3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:24:9: warning: unused name 'call5' [-Wunused-variable]
PASS: rust/compile/torture/block_expr1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 23 (test for warnings, line 22)
PASS: rust/compile/torture/block_expr1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 25 (test for warnings, line 24)
PASS: rust/compile/torture/block_expr1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:22:9: warning: unused name 'call3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr1.rs:24:9: warning: unused name 'call5' [-Wunused-variable]
PASS: rust/compile/torture/block_expr1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 23 (test for warnings, line 22)
PASS: rust/compile/torture/block_expr1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 25 (test for warnings, line 24)
PASS: rust/compile/torture/block_expr1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr2.rs -O0 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/block_expr2.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr2.rs -O1 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/block_expr2.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr2.rs -O2 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/block_expr2.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr2.rs -O3 -g at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/block_expr2.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr2.rs -Os at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/block_expr2.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/block_expr2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr2.rs:7:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/block_expr2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr3.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/block_expr3.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr3.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/block_expr3.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr3.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/block_expr3.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr3.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/block_expr3.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr3.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/block_expr3.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr3.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/block_expr3.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr3.rs:4:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr3.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/block_expr3.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs:6:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr4.rs -O0 at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/block_expr4.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs:6:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr4.rs -O1 at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/block_expr4.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs:6:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr4.rs -O2 at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/block_expr4.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs:6:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr4.rs -O3 -g at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/block_expr4.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs:6:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr4.rs -Os at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/block_expr4.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs:6:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr4.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/block_expr4.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr4.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr4.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr4.rs:6:9: warning: unused name 'a' [-Wunused-variable]
PASS: rust/compile/torture/block_expr4.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/block_expr4.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr5.s
PASS: rust/compile/torture/block_expr5.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr5.s
PASS: rust/compile/torture/block_expr5.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr5.s
PASS: rust/compile/torture/block_expr5.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr5.s
PASS: rust/compile/torture/block_expr5.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr5.s
PASS: rust/compile/torture/block_expr5.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr5.s
PASS: rust/compile/torture/block_expr5.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr5.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr5.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr5.s
PASS: rust/compile/torture/block_expr5.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr_parser_bug.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o block_expr_parser_bug.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr_parser_bug.rs -O0 at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/block_expr_parser_bug.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr_parser_bug.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o block_expr_parser_bug.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr_parser_bug.rs -O1 at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/block_expr_parser_bug.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr_parser_bug.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o block_expr_parser_bug.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr_parser_bug.rs -O2 at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/block_expr_parser_bug.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr_parser_bug.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o block_expr_parser_bug.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr_parser_bug.rs -O3 -g at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/block_expr_parser_bug.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr_parser_bug.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o block_expr_parser_bug.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr_parser_bug.rs -Os at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/block_expr_parser_bug.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr_parser_bug.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o block_expr_parser_bug.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr_parser_bug.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/block_expr_parser_bug.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr_parser_bug.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o block_expr_parser_bug.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/block_expr_parser_bug.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/block_expr_parser_bug.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/block_expr_parser_bug.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bom.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bom.s
PASS: rust/compile/torture/bom.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bom.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bom.s
PASS: rust/compile/torture/bom.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bom.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bom.s
PASS: rust/compile/torture/bom.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bom.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bom.s
PASS: rust/compile/torture/bom.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bom.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bom.s
PASS: rust/compile/torture/bom.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bom.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bom.s
PASS: rust/compile/torture/bom.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bom.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bom.s
PASS: rust/compile/torture/bom.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bom_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bom_comment.s
PASS: rust/compile/torture/bom_comment.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bom_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bom_comment.s
PASS: rust/compile/torture/bom_comment.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bom_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bom_comment.s
PASS: rust/compile/torture/bom_comment.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bom_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bom_comment.s
PASS: rust/compile/torture/bom_comment.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bom_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bom_comment.s
PASS: rust/compile/torture/bom_comment.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bom_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bom_comment.s
PASS: rust/compile/torture/bom_comment.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bom_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bom_comment.s
PASS: rust/compile/torture/bom_comment.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bom_shebang.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bom_shebang.s
PASS: rust/compile/torture/bom_shebang.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bom_shebang.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bom_shebang.s
PASS: rust/compile/torture/bom_shebang.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bom_shebang.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bom_shebang.s
PASS: rust/compile/torture/bom_shebang.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bom_shebang.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bom_shebang.s
PASS: rust/compile/torture/bom_shebang.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bom_shebang.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bom_shebang.s
PASS: rust/compile/torture/bom_shebang.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bom_shebang.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bom_shebang.s
PASS: rust/compile/torture/bom_shebang.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bom_shebang.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_shebang.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bom_shebang.s
PASS: rust/compile/torture/bom_shebang.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bom_whitespace.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bom_whitespace.s
PASS: rust/compile/torture/bom_whitespace.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bom_whitespace.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bom_whitespace.s
PASS: rust/compile/torture/bom_whitespace.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bom_whitespace.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bom_whitespace.s
PASS: rust/compile/torture/bom_whitespace.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bom_whitespace.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bom_whitespace.s
PASS: rust/compile/torture/bom_whitespace.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bom_whitespace.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bom_whitespace.s
PASS: rust/compile/torture/bom_whitespace.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bom_whitespace.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bom_whitespace.s
PASS: rust/compile/torture/bom_whitespace.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bom_whitespace.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bom_whitespace.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bom_whitespace.s
PASS: rust/compile/torture/bom_whitespace.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bools_eq.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o bools_eq.s
PASS: rust/compile/torture/bools_eq.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bools_eq.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o bools_eq.s
PASS: rust/compile/torture/bools_eq.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bools_eq.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o bools_eq.s
PASS: rust/compile/torture/bools_eq.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bools_eq.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o bools_eq.s
PASS: rust/compile/torture/bools_eq.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bools_eq.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o bools_eq.s
PASS: rust/compile/torture/bools_eq.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bools_eq.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o bools_eq.s
PASS: rust/compile/torture/bools_eq.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bools_eq.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/bools_eq.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o bools_eq.s
PASS: rust/compile/torture/bools_eq.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o borrow1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o borrow1.s
PASS: rust/compile/torture/borrow1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o borrow1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o borrow1.s
PASS: rust/compile/torture/borrow1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o borrow1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o borrow1.s
PASS: rust/compile/torture/borrow1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o borrow1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o borrow1.s
PASS: rust/compile/torture/borrow1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o borrow1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o borrow1.s
PASS: rust/compile/torture/borrow1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o borrow1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o borrow1.s
PASS: rust/compile/torture/borrow1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o borrow1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o borrow1.s
PASS: rust/compile/torture/borrow1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o borrow_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o borrow_function.s
PASS: rust/compile/torture/borrow_function.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o borrow_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o borrow_function.s
PASS: rust/compile/torture/borrow_function.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o borrow_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o borrow_function.s
PASS: rust/compile/torture/borrow_function.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o borrow_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o borrow_function.s
PASS: rust/compile/torture/borrow_function.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o borrow_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o borrow_function.s
PASS: rust/compile/torture/borrow_function.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o borrow_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o borrow_function.s
PASS: rust/compile/torture/borrow_function.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o borrow_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/borrow_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o borrow_function.s
PASS: rust/compile/torture/borrow_function.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o break_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o break_function.s
PASS: rust/compile/torture/break_function.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o break_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o break_function.s
PASS: rust/compile/torture/break_function.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o break_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o break_function.s
PASS: rust/compile/torture/break_function.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o break_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o break_function.s
PASS: rust/compile/torture/break_function.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o break_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o break_function.s
PASS: rust/compile/torture/break_function.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o break_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o break_function.s
PASS: rust/compile/torture/break_function.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o break_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/break_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o break_function.s
PASS: rust/compile/torture/break_function.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o byte_char_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o byte_char_str.s
PASS: rust/compile/torture/byte_char_str.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o byte_char_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o byte_char_str.s
PASS: rust/compile/torture/byte_char_str.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o byte_char_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o byte_char_str.s
PASS: rust/compile/torture/byte_char_str.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o byte_char_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o byte_char_str.s
PASS: rust/compile/torture/byte_char_str.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o byte_char_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o byte_char_str.s
PASS: rust/compile/torture/byte_char_str.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o byte_char_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o byte_char_str.s
PASS: rust/compile/torture/byte_char_str.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o byte_char_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_char_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o byte_char_str.s
PASS: rust/compile/torture/byte_char_str.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o byte_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o byte_str.s
PASS: rust/compile/torture/byte_str.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o byte_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o byte_str.s
PASS: rust/compile/torture/byte_str.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o byte_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o byte_str.s
PASS: rust/compile/torture/byte_str.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o byte_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o byte_str.s
PASS: rust/compile/torture/byte_str.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o byte_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o byte_str.s
PASS: rust/compile/torture/byte_str.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o byte_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o byte_str.s
PASS: rust/compile/torture/byte_str.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o byte_str.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/byte_str.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o byte_str.s
PASS: rust/compile/torture/byte_str.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o cast1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o cast1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast1.rs -O0 at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o cast1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o cast1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast1.rs -O1 at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o cast1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o cast1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast1.rs -O2 at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o cast1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o cast1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast1.rs -O3 -g at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o cast1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o cast1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast1.rs -Os at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o cast1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o cast1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o cast1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o cast1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast1.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o cast2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o cast2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast2.rs -O0 at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast2.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o cast2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o cast2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast2.rs -O1 at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast2.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o cast2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o cast2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast2.rs -O2 at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast2.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o cast2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o cast2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast2.rs -O3 -g at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast2.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o cast2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o cast2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast2.rs -Os at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast2.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o cast2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o cast2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o cast2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o cast2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast2.rs:3:9: warning: unused name 'b' [-Wunused-variable]
PASS: rust/compile/torture/cast2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 4 (test for warnings, line 3)
PASS: rust/compile/torture/cast2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o cast3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o cast3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/cast3.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cast3.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o cast3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o cast3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/cast3.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cast3.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o cast3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o cast3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/cast3.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cast3.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o cast3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o cast3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/cast3.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cast3.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o cast3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o cast3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/cast3.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cast3.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o cast3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o cast3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/cast3.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cast3.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o cast3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o cast3.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cast3.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/cast3.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cast3.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o cfg_attr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o cfg_attr.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs:4:1: warning: struct is never constructed: 'Feature'
PASS: rust/compile/torture/cfg_attr.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cfg_attr.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o cfg_attr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o cfg_attr.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs:4:1: warning: struct is never constructed: 'Feature'
PASS: rust/compile/torture/cfg_attr.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cfg_attr.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o cfg_attr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o cfg_attr.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs:4:1: warning: struct is never constructed: 'Feature'
PASS: rust/compile/torture/cfg_attr.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cfg_attr.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o cfg_attr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o cfg_attr.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs:4:1: warning: struct is never constructed: 'Feature'
PASS: rust/compile/torture/cfg_attr.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cfg_attr.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o cfg_attr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o cfg_attr.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs:4:1: warning: struct is never constructed: 'Feature'
PASS: rust/compile/torture/cfg_attr.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cfg_attr.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o cfg_attr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o cfg_attr.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs:4:1: warning: struct is never constructed: 'Feature'
PASS: rust/compile/torture/cfg_attr.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cfg_attr.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o cfg_attr.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o cfg_attr.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/cfg_attr.rs:4:1: warning: struct is never constructed: 'Feature'
PASS: rust/compile/torture/cfg_attr.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/cfg_attr.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o char1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o char1.s
PASS: rust/compile/torture/char1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o char1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o char1.s
PASS: rust/compile/torture/char1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o char1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o char1.s
PASS: rust/compile/torture/char1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o char1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o char1.s
PASS: rust/compile/torture/char1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o char1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o char1.s
PASS: rust/compile/torture/char1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o char1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o char1.s
PASS: rust/compile/torture/char1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o char1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/char1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o char1.s
PASS: rust/compile/torture/char1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o check-doc-attr-string.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o check-doc-attr-string.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs:7:3: error: invalid character used in '#[doc(alias)]' input: '\n'
compiler exited with status 1
PASS: rust/compile/torture/check-doc-attr-string.rs -O0 at line 8 (test for errors, line 7)
PASS: rust/compile/torture/check-doc-attr-string.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o check-doc-attr-string.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o check-doc-attr-string.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs:7:3: error: invalid character used in '#[doc(alias)]' input: '\n'
compiler exited with status 1
PASS: rust/compile/torture/check-doc-attr-string.rs -O1 at line 8 (test for errors, line 7)
PASS: rust/compile/torture/check-doc-attr-string.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o check-doc-attr-string.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o check-doc-attr-string.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs:7:3: error: invalid character used in '#[doc(alias)]' input: '\n'
compiler exited with status 1
PASS: rust/compile/torture/check-doc-attr-string.rs -O2 at line 8 (test for errors, line 7)
PASS: rust/compile/torture/check-doc-attr-string.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o check-doc-attr-string.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o check-doc-attr-string.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs:7:3: error: invalid character used in '#[doc(alias)]' input: '\n'
compiler exited with status 1
PASS: rust/compile/torture/check-doc-attr-string.rs -O3 -g at line 8 (test for errors, line 7)
PASS: rust/compile/torture/check-doc-attr-string.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o check-doc-attr-string.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o check-doc-attr-string.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs:7:3: error: invalid character used in '#[doc(alias)]' input: '\n'
compiler exited with status 1
PASS: rust/compile/torture/check-doc-attr-string.rs -Os at line 8 (test for errors, line 7)
PASS: rust/compile/torture/check-doc-attr-string.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o check-doc-attr-string.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o check-doc-attr-string.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs:7:3: error: invalid character used in '#[doc(alias)]' input: '\n'
compiler exited with status 1
PASS: rust/compile/torture/check-doc-attr-string.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 8 (test for errors, line 7)
PASS: rust/compile/torture/check-doc-attr-string.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o check-doc-attr-string.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o check-doc-attr-string.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs:7:3: error: invalid character used in '#[doc(alias)]' input: '\n'
compiler exited with status 1
PASS: rust/compile/torture/check-doc-attr-string.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 8 (test for errors, line 7)
PASS: rust/compile/torture/check-doc-attr-string.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o coercion1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o coercion1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:6:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:9:9: warning: unused name 'd' [-Wunused-variable]
PASS: rust/compile/torture/coercion1.rs -O0 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion1.rs -O0 at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/coercion1.rs -O0 at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o coercion1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o coercion1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:6:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:9:9: warning: unused name 'd' [-Wunused-variable]
PASS: rust/compile/torture/coercion1.rs -O1 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion1.rs -O1 at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/coercion1.rs -O1 at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o coercion1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o coercion1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:6:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:9:9: warning: unused name 'd' [-Wunused-variable]
PASS: rust/compile/torture/coercion1.rs -O2 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion1.rs -O2 at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/coercion1.rs -O2 at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o coercion1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o coercion1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:6:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:9:9: warning: unused name 'd' [-Wunused-variable]
PASS: rust/compile/torture/coercion1.rs -O3 -g at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion1.rs -O3 -g at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/coercion1.rs -O3 -g at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o coercion1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o coercion1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:6:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:9:9: warning: unused name 'd' [-Wunused-variable]
PASS: rust/compile/torture/coercion1.rs -Os at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion1.rs -Os at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/coercion1.rs -Os at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o coercion1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o coercion1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:6:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:9:9: warning: unused name 'd' [-Wunused-variable]
PASS: rust/compile/torture/coercion1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/coercion1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o coercion1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o coercion1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:6:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion1.rs:9:9: warning: unused name 'd' [-Wunused-variable]
PASS: rust/compile/torture/coercion1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 7 (test for warnings, line 6)
PASS: rust/compile/torture/coercion1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o coercion2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o coercion2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:4:9: warning: unused name 'b' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:7:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:9:9: warning: unused name 'd' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:12:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:14:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:18:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/coercion2.rs -O0 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion2.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/coercion2.rs -O0 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/coercion2.rs -O0 at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion2.rs -O0 at line 13 (test for warnings, line 12)
PASS: rust/compile/torture/coercion2.rs -O0 at line 15 (test for warnings, line 14)
PASS: rust/compile/torture/coercion2.rs -O0 at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/coercion2.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o coercion2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o coercion2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:4:9: warning: unused name 'b' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:7:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:9:9: warning: unused name 'd' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:12:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:14:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:18:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/coercion2.rs -O1 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion2.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/coercion2.rs -O1 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/coercion2.rs -O1 at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion2.rs -O1 at line 13 (test for warnings, line 12)
PASS: rust/compile/torture/coercion2.rs -O1 at line 15 (test for warnings, line 14)
PASS: rust/compile/torture/coercion2.rs -O1 at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/coercion2.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o coercion2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o coercion2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:4:9: warning: unused name 'b' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:7:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:9:9: warning: unused name 'd' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:12:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:14:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:18:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/coercion2.rs -O2 at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion2.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/coercion2.rs -O2 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/coercion2.rs -O2 at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion2.rs -O2 at line 13 (test for warnings, line 12)
PASS: rust/compile/torture/coercion2.rs -O2 at line 15 (test for warnings, line 14)
PASS: rust/compile/torture/coercion2.rs -O2 at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/coercion2.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o coercion2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o coercion2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:4:9: warning: unused name 'b' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:7:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:9:9: warning: unused name 'd' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:12:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:14:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:18:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/coercion2.rs -O3 -g at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion2.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/coercion2.rs -O3 -g at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/coercion2.rs -O3 -g at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion2.rs -O3 -g at line 13 (test for warnings, line 12)
PASS: rust/compile/torture/coercion2.rs -O3 -g at line 15 (test for warnings, line 14)
PASS: rust/compile/torture/coercion2.rs -O3 -g at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/coercion2.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o coercion2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o coercion2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:4:9: warning: unused name 'b' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:7:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:9:9: warning: unused name 'd' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:12:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:14:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:18:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/coercion2.rs -Os at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion2.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/coercion2.rs -Os at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/coercion2.rs -Os at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion2.rs -Os at line 13 (test for warnings, line 12)
PASS: rust/compile/torture/coercion2.rs -Os at line 15 (test for warnings, line 14)
PASS: rust/compile/torture/coercion2.rs -Os at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/coercion2.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o coercion2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o coercion2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:4:9: warning: unused name 'b' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:7:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:9:9: warning: unused name 'd' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:12:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:14:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:18:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 13 (test for warnings, line 12)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 15 (test for warnings, line 14)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o coercion2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o coercion2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:2:9: warning: unused name 'a' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:4:9: warning: unused name 'b' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:7:9: warning: unused name 'c' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:9:9: warning: unused name 'd' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:12:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:14:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/coercion2.rs:18:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 3 (test for warnings, line 2)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 10 (test for warnings, line 9)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 13 (test for warnings, line 12)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 15 (test for warnings, line 14)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/coercion2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o comparison_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o comparison_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:30:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:32:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:34:9: warning: unused name 'g' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:36:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/comparison_expr1.rs -O0 at line 31 (test for warnings, line 30)
PASS: rust/compile/torture/comparison_expr1.rs -O0 at line 33 (test for warnings, line 32)
PASS: rust/compile/torture/comparison_expr1.rs -O0 at line 35 (test for warnings, line 34)
PASS: rust/compile/torture/comparison_expr1.rs -O0 at line 37 (test for warnings, line 36)
PASS: rust/compile/torture/comparison_expr1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o comparison_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o comparison_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:30:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:32:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:34:9: warning: unused name 'g' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:36:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/comparison_expr1.rs -O1 at line 31 (test for warnings, line 30)
PASS: rust/compile/torture/comparison_expr1.rs -O1 at line 33 (test for warnings, line 32)
PASS: rust/compile/torture/comparison_expr1.rs -O1 at line 35 (test for warnings, line 34)
PASS: rust/compile/torture/comparison_expr1.rs -O1 at line 37 (test for warnings, line 36)
PASS: rust/compile/torture/comparison_expr1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o comparison_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o comparison_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:30:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:32:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:34:9: warning: unused name 'g' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:36:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/comparison_expr1.rs -O2 at line 31 (test for warnings, line 30)
PASS: rust/compile/torture/comparison_expr1.rs -O2 at line 33 (test for warnings, line 32)
PASS: rust/compile/torture/comparison_expr1.rs -O2 at line 35 (test for warnings, line 34)
PASS: rust/compile/torture/comparison_expr1.rs -O2 at line 37 (test for warnings, line 36)
PASS: rust/compile/torture/comparison_expr1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o comparison_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o comparison_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:30:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:32:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:34:9: warning: unused name 'g' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:36:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/comparison_expr1.rs -O3 -g at line 31 (test for warnings, line 30)
PASS: rust/compile/torture/comparison_expr1.rs -O3 -g at line 33 (test for warnings, line 32)
PASS: rust/compile/torture/comparison_expr1.rs -O3 -g at line 35 (test for warnings, line 34)
PASS: rust/compile/torture/comparison_expr1.rs -O3 -g at line 37 (test for warnings, line 36)
PASS: rust/compile/torture/comparison_expr1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o comparison_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o comparison_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:30:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:32:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:34:9: warning: unused name 'g' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:36:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/comparison_expr1.rs -Os at line 31 (test for warnings, line 30)
PASS: rust/compile/torture/comparison_expr1.rs -Os at line 33 (test for warnings, line 32)
PASS: rust/compile/torture/comparison_expr1.rs -Os at line 35 (test for warnings, line 34)
PASS: rust/compile/torture/comparison_expr1.rs -Os at line 37 (test for warnings, line 36)
PASS: rust/compile/torture/comparison_expr1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o comparison_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o comparison_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:30:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:32:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:34:9: warning: unused name 'g' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:36:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 31 (test for warnings, line 30)
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 33 (test for warnings, line 32)
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 35 (test for warnings, line 34)
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 37 (test for warnings, line 36)
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o comparison_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o comparison_expr1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:30:9: warning: unused name 'e' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:32:9: warning: unused name 'f' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:34:9: warning: unused name 'g' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/comparison_expr1.rs:36:9: warning: unused name 'h' [-Wunused-variable]
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 31 (test for warnings, line 30)
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 33 (test for warnings, line 32)
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 35 (test for warnings, line 34)
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 37 (test for warnings, line 36)
PASS: rust/compile/torture/comparison_expr1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o compound_assignment_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o compound_assignment_expr1.s
PASS: rust/compile/torture/compound_assignment_expr1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o compound_assignment_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o compound_assignment_expr1.s
PASS: rust/compile/torture/compound_assignment_expr1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o compound_assignment_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o compound_assignment_expr1.s
PASS: rust/compile/torture/compound_assignment_expr1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o compound_assignment_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o compound_assignment_expr1.s
PASS: rust/compile/torture/compound_assignment_expr1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o compound_assignment_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o compound_assignment_expr1.s
PASS: rust/compile/torture/compound_assignment_expr1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o compound_assignment_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o compound_assignment_expr1.s
PASS: rust/compile/torture/compound_assignment_expr1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o compound_assignment_expr1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/compound_assignment_expr1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o compound_assignment_expr1.s
PASS: rust/compile/torture/compound_assignment_expr1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o conditional.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o conditional.s
PASS: rust/compile/torture/conditional.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o conditional.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o conditional.s
PASS: rust/compile/torture/conditional.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o conditional.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o conditional.s
PASS: rust/compile/torture/conditional.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o conditional.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o conditional.s
PASS: rust/compile/torture/conditional.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o conditional.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o conditional.s
PASS: rust/compile/torture/conditional.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o conditional.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o conditional.s
PASS: rust/compile/torture/conditional.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o conditional.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/conditional.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o conditional.s
PASS: rust/compile/torture/conditional.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o constant1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o constant1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs:7:9: warning: unused name 'y' [-Wunused-variable]
PASS: rust/compile/torture/constant1.rs -O0 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/constant1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o constant1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o constant1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs:7:9: warning: unused name 'y' [-Wunused-variable]
PASS: rust/compile/torture/constant1.rs -O1 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/constant1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o constant1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o constant1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs:7:9: warning: unused name 'y' [-Wunused-variable]
PASS: rust/compile/torture/constant1.rs -O2 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/constant1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o constant1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o constant1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs:7:9: warning: unused name 'y' [-Wunused-variable]
PASS: rust/compile/torture/constant1.rs -O3 -g at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/constant1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o constant1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o constant1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs:7:9: warning: unused name 'y' [-Wunused-variable]
PASS: rust/compile/torture/constant1.rs -Os at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/constant1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o constant1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o constant1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs:7:9: warning: unused name 'y' [-Wunused-variable]
PASS: rust/compile/torture/constant1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/constant1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o constant1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o constant1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant1.rs:7:9: warning: unused name 'y' [-Wunused-variable]
PASS: rust/compile/torture/constant1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/constant1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o constant2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o constant2.s
PASS: rust/compile/torture/constant2.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o constant2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o constant2.s
PASS: rust/compile/torture/constant2.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o constant2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o constant2.s
PASS: rust/compile/torture/constant2.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o constant2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o constant2.s
PASS: rust/compile/torture/constant2.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o constant2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o constant2.s
PASS: rust/compile/torture/constant2.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o constant2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o constant2.s
PASS: rust/compile/torture/constant2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o constant2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o constant2.s
PASS: rust/compile/torture/constant2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o constant3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o constant3.s
PASS: rust/compile/torture/constant3.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o constant3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o constant3.s
PASS: rust/compile/torture/constant3.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o constant3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o constant3.s
PASS: rust/compile/torture/constant3.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o constant3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o constant3.s
PASS: rust/compile/torture/constant3.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o constant3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o constant3.s
PASS: rust/compile/torture/constant3.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o constant3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o constant3.s
PASS: rust/compile/torture/constant3.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o constant3.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/constant3.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o constant3.s
PASS: rust/compile/torture/constant3.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o deadcode1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o deadcode1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:4:5: warning: unreachable expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:14:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:18:9: warning: unused name 'call1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:20:9: warning: unused name 'call2' [-Wunused-variable]
PASS: rust/compile/torture/deadcode1.rs -O0 at line 3 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode1.rs -O0 at line 13 (test for warnings, line 14)
PASS: rust/compile/torture/deadcode1.rs -O0 at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/deadcode1.rs -O0 at line 21 (test for warnings, line 20)
PASS: rust/compile/torture/deadcode1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o deadcode1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o deadcode1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:4:5: warning: unreachable expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:14:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:18:9: warning: unused name 'call1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:20:9: warning: unused name 'call2' [-Wunused-variable]
PASS: rust/compile/torture/deadcode1.rs -O1 at line 3 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode1.rs -O1 at line 13 (test for warnings, line 14)
PASS: rust/compile/torture/deadcode1.rs -O1 at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/deadcode1.rs -O1 at line 21 (test for warnings, line 20)
PASS: rust/compile/torture/deadcode1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o deadcode1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o deadcode1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:4:5: warning: unreachable expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:14:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:18:9: warning: unused name 'call1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:20:9: warning: unused name 'call2' [-Wunused-variable]
PASS: rust/compile/torture/deadcode1.rs -O2 at line 3 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode1.rs -O2 at line 13 (test for warnings, line 14)
PASS: rust/compile/torture/deadcode1.rs -O2 at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/deadcode1.rs -O2 at line 21 (test for warnings, line 20)
PASS: rust/compile/torture/deadcode1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o deadcode1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o deadcode1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:4:5: warning: unreachable expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:14:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:18:9: warning: unused name 'call1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:20:9: warning: unused name 'call2' [-Wunused-variable]
PASS: rust/compile/torture/deadcode1.rs -O3 -g at line 3 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode1.rs -O3 -g at line 13 (test for warnings, line 14)
PASS: rust/compile/torture/deadcode1.rs -O3 -g at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/deadcode1.rs -O3 -g at line 21 (test for warnings, line 20)
PASS: rust/compile/torture/deadcode1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o deadcode1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o deadcode1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:4:5: warning: unreachable expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:14:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:18:9: warning: unused name 'call1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:20:9: warning: unused name 'call2' [-Wunused-variable]
PASS: rust/compile/torture/deadcode1.rs -Os at line 3 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode1.rs -Os at line 13 (test for warnings, line 14)
PASS: rust/compile/torture/deadcode1.rs -Os at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/deadcode1.rs -Os at line 21 (test for warnings, line 20)
PASS: rust/compile/torture/deadcode1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o deadcode1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o deadcode1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:4:5: warning: unreachable expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:14:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:18:9: warning: unused name 'call1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:20:9: warning: unused name 'call2' [-Wunused-variable]
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 3 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 13 (test for warnings, line 14)
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 21 (test for warnings, line 20)
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o deadcode1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o deadcode1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:4:5: warning: unreachable expression
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:14:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:18:9: warning: unused name 'call1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode1.rs:20:9: warning: unused name 'call2' [-Wunused-variable]
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 3 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 13 (test for warnings, line 14)
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 19 (test for warnings, line 18)
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 21 (test for warnings, line 20)
PASS: rust/compile/torture/deadcode1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o deadcode2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o deadcode2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:4:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:5:5: warning: unreachable expression
PASS: rust/compile/torture/deadcode2.rs -O0 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode2.rs -O0 (test for warnings, line 5)
PASS: rust/compile/torture/deadcode2.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o deadcode2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o deadcode2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:4:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:5:5: warning: unreachable expression
PASS: rust/compile/torture/deadcode2.rs -O1 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode2.rs -O1 (test for warnings, line 5)
PASS: rust/compile/torture/deadcode2.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o deadcode2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o deadcode2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:4:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:5:5: warning: unreachable expression
PASS: rust/compile/torture/deadcode2.rs -O2 (test for warnings, line 4)
PASS: rust/compile/torture/deadcode2.rs -O2 (test for warnings, line 5)
PASS: rust/compile/torture/deadcode2.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o deadcode2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o deadcode2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:4:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:5:5: warning: unreachable expression
PASS: rust/compile/torture/deadcode2.rs -O3 -g (test for warnings, line 4)
PASS: rust/compile/torture/deadcode2.rs -O3 -g (test for warnings, line 5)
PASS: rust/compile/torture/deadcode2.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o deadcode2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o deadcode2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:4:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:5:5: warning: unreachable expression
PASS: rust/compile/torture/deadcode2.rs -Os (test for warnings, line 4)
PASS: rust/compile/torture/deadcode2.rs -Os (test for warnings, line 5)
PASS: rust/compile/torture/deadcode2.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o deadcode2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o deadcode2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:4:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:5:5: warning: unreachable expression
PASS: rust/compile/torture/deadcode2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for warnings, line 4)
PASS: rust/compile/torture/deadcode2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for warnings, line 5)
PASS: rust/compile/torture/deadcode2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o deadcode2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o deadcode2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:4:5: warning: unreachable statement
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deadcode2.rs:5:5: warning: unreachable expression
PASS: rust/compile/torture/deadcode2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for warnings, line 4)
PASS: rust/compile/torture/deadcode2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for warnings, line 5)
PASS: rust/compile/torture/deadcode2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o deref1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o deref1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/deref1.rs -O0 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/deref1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o deref1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o deref1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/deref1.rs -O1 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/deref1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o deref1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o deref1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/deref1.rs -O2 at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/deref1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o deref1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o deref1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/deref1.rs -O3 -g at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/deref1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o deref1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o deref1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/deref1.rs -Os at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/deref1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o deref1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o deref1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/deref1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/deref1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o deref1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o deref1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref1.rs:4:9: warning: unused name 'c' [-Wunused-variable]
PASS: rust/compile/torture/deref1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 5 (test for warnings, line 4)
PASS: rust/compile/torture/deref1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o deref_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o deref_function.s
PASS: rust/compile/torture/deref_function.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o deref_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o deref_function.s
PASS: rust/compile/torture/deref_function.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o deref_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o deref_function.s
PASS: rust/compile/torture/deref_function.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o deref_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o deref_function.s
PASS: rust/compile/torture/deref_function.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o deref_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o deref_function.s
PASS: rust/compile/torture/deref_function.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o deref_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o deref_function.s
PASS: rust/compile/torture/deref_function.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o deref_function.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/deref_function.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o deref_function.s
PASS: rust/compile/torture/deref_function.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o doc_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o doc_comment.s
PASS: rust/compile/torture/doc_comment.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o doc_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o doc_comment.s
PASS: rust/compile/torture/doc_comment.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o doc_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o doc_comment.s
PASS: rust/compile/torture/doc_comment.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o doc_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o doc_comment.s
PASS: rust/compile/torture/doc_comment.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o doc_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o doc_comment.s
PASS: rust/compile/torture/doc_comment.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o doc_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o doc_comment.s
PASS: rust/compile/torture/doc_comment.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o doc_comment.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/doc_comment.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o doc_comment.s
PASS: rust/compile/torture/doc_comment.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o enum1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o enum1.s
PASS: rust/compile/torture/enum1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o enum1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o enum1.s
PASS: rust/compile/torture/enum1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o enum1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o enum1.s
PASS: rust/compile/torture/enum1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o enum1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o enum1.s
PASS: rust/compile/torture/enum1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o enum1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o enum1.s
PASS: rust/compile/torture/enum1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o enum1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o enum1.s
PASS: rust/compile/torture/enum1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o enum1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/enum1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o enum1.s
PASS: rust/compile/torture/enum1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -w -S -o extern_mod1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -w -S -o extern_mod1.s
PASS: rust/compile/torture/extern_mod1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -w -S -o extern_mod1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -w -S -o extern_mod1.s
PASS: rust/compile/torture/extern_mod1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -w -S -o extern_mod1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -w -S -o extern_mod1.s
PASS: rust/compile/torture/extern_mod1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -w -S -o extern_mod1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -w -S -o extern_mod1.s
PASS: rust/compile/torture/extern_mod1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -w -S -o extern_mod1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -w -S -o extern_mod1.s
PASS: rust/compile/torture/extern_mod1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -w -S -o extern_mod1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -w -S -o extern_mod1.s
PASS: rust/compile/torture/extern_mod1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -w -S -o extern_mod1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -w -S -o extern_mod1.s
PASS: rust/compile/torture/extern_mod1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -w -S -o extern_mod2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -w -S -o extern_mod2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:15:3: error: path attributes must contain a filename: '#[path = "file"]'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:16:1: error: no candidate found for module error
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:21:1: error: cannot open module file /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/not_a_valid_file.rs: No such file or directory
compiler exited with status 1
PASS: rust/compile/torture/extern_mod2.rs -O0 (test for errors, line 15)
PASS: rust/compile/torture/extern_mod2.rs -O0 (test for errors, line 16)
PASS: rust/compile/torture/extern_mod2.rs -O0 (test for errors, line 21)
PASS: rust/compile/torture/extern_mod2.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -w -S -o extern_mod2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -w -S -o extern_mod2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:15:3: error: path attributes must contain a filename: '#[path = "file"]'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:16:1: error: no candidate found for module error
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:21:1: error: cannot open module file /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/not_a_valid_file.rs: No such file or directory
compiler exited with status 1
PASS: rust/compile/torture/extern_mod2.rs -O1 (test for errors, line 15)
PASS: rust/compile/torture/extern_mod2.rs -O1 (test for errors, line 16)
PASS: rust/compile/torture/extern_mod2.rs -O1 (test for errors, line 21)
PASS: rust/compile/torture/extern_mod2.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -w -S -o extern_mod2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -w -S -o extern_mod2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:15:3: error: path attributes must contain a filename: '#[path = "file"]'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:16:1: error: no candidate found for module error
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:21:1: error: cannot open module file /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/not_a_valid_file.rs: No such file or directory
compiler exited with status 1
PASS: rust/compile/torture/extern_mod2.rs -O2 (test for errors, line 15)
PASS: rust/compile/torture/extern_mod2.rs -O2 (test for errors, line 16)
PASS: rust/compile/torture/extern_mod2.rs -O2 (test for errors, line 21)
PASS: rust/compile/torture/extern_mod2.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -w -S -o extern_mod2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -w -S -o extern_mod2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:15:3: error: path attributes must contain a filename: '#[path = "file"]'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:16:1: error: no candidate found for module error
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:21:1: error: cannot open module file /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/not_a_valid_file.rs: No such file or directory
compiler exited with status 1
PASS: rust/compile/torture/extern_mod2.rs -O3 -g (test for errors, line 15)
PASS: rust/compile/torture/extern_mod2.rs -O3 -g (test for errors, line 16)
PASS: rust/compile/torture/extern_mod2.rs -O3 -g (test for errors, line 21)
PASS: rust/compile/torture/extern_mod2.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -w -S -o extern_mod2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -w -S -o extern_mod2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:15:3: error: path attributes must contain a filename: '#[path = "file"]'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:16:1: error: no candidate found for module error
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:21:1: error: cannot open module file /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/not_a_valid_file.rs: No such file or directory
compiler exited with status 1
PASS: rust/compile/torture/extern_mod2.rs -Os (test for errors, line 15)
PASS: rust/compile/torture/extern_mod2.rs -Os (test for errors, line 16)
PASS: rust/compile/torture/extern_mod2.rs -Os (test for errors, line 21)
PASS: rust/compile/torture/extern_mod2.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -w -S -o extern_mod2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -w -S -o extern_mod2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:15:3: error: path attributes must contain a filename: '#[path = "file"]'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:16:1: error: no candidate found for module error
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:21:1: error: cannot open module file /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/not_a_valid_file.rs: No such file or directory
compiler exited with status 1
PASS: rust/compile/torture/extern_mod2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for errors, line 15)
PASS: rust/compile/torture/extern_mod2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for errors, line 16)
PASS: rust/compile/torture/extern_mod2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for errors, line 21)
PASS: rust/compile/torture/extern_mod2.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -w -S -o extern_mod2.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -w -S -o extern_mod2.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:15:3: error: path attributes must contain a filename: '#[path = "file"]'
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:16:1: error: no candidate found for module error
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/extern_mod2.rs:21:1: error: cannot open module file /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/not_a_valid_file.rs: No such file or directory
compiler exited with status 1
PASS: rust/compile/torture/extern_mod2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for errors, line 15)
PASS: rust/compile/torture/extern_mod2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for errors, line 16)
PASS: rust/compile/torture/extern_mod2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for errors, line 21)
PASS: rust/compile/torture/extern_mod2.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o float1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o float1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs:7:9: warning: unused name 'call_test' [-Wunused-variable]
PASS: rust/compile/torture/float1.rs -O0 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/float1.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o float1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o float1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs:7:9: warning: unused name 'call_test' [-Wunused-variable]
PASS: rust/compile/torture/float1.rs -O1 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/float1.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o float1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o float1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs:7:9: warning: unused name 'call_test' [-Wunused-variable]
PASS: rust/compile/torture/float1.rs -O2 at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/float1.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o float1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o float1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs:7:9: warning: unused name 'call_test' [-Wunused-variable]
PASS: rust/compile/torture/float1.rs -O3 -g at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/float1.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o float1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o float1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs:7:9: warning: unused name 'call_test' [-Wunused-variable]
PASS: rust/compile/torture/float1.rs -Os at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/float1.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o float1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o float1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs:7:9: warning: unused name 'call_test' [-Wunused-variable]
PASS: rust/compile/torture/float1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/float1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o float1.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -S -o float1.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float1.rs:7:9: warning: unused name 'call_test' [-Wunused-variable]
PASS: rust/compile/torture/float1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects at line 8 (test for warnings, line 7)
PASS: rust/compile/torture/float1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o float_types.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O0 -S -o float_types.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:4:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:5:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:6:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:7:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:9:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:10:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:11:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:12:9: warning: unused name 'b4' [-Wunused-variable]
PASS: rust/compile/torture/float_types.rs -O0 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o float_types.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -S -o float_types.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:4:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:5:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:6:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:7:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:9:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:10:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:11:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:12:9: warning: unused name 'b4' [-Wunused-variable]
PASS: rust/compile/torture/float_types.rs -O1 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o float_types.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -S -o float_types.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:4:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:5:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:6:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:7:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:9:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:10:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:11:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:12:9: warning: unused name 'b4' [-Wunused-variable]
PASS: rust/compile/torture/float_types.rs -O2 (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o float_types.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O3 -g -S -o float_types.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:4:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:5:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:6:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:7:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:9:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:10:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:11:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:12:9: warning: unused name 'b4' [-Wunused-variable]
PASS: rust/compile/torture/float_types.rs -O3 -g (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o float_types.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -Os -S -o float_types.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:4:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:5:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:6:9: warning: unused name 'a3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:7:9: warning: unused name 'a4' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:9:9: warning: unused name 'b1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:10:9: warning: unused name 'b2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:11:9: warning: unused name 'b3' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:12:9: warning: unused name 'b4' [-Wunused-variable]
PASS: rust/compile/torture/float_types.rs -Os (test for excess errors)
Executing on host: /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o float_types.s (timeout = 300)
spawn -ignore SIGHUP /home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../gccrs -B/home/mahad/Desktop/mahad/gccrs-build/gcc/testsuite/rust/../../ /home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O2 -flto -fno-use-linker-plugin -flto-partition=none -S -o float_types.s
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:4:9: warning: unused name 'a1' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:5:9: warning: unused name 'a2' [-Wunused-variable]
/home/mahad/Desktop/mahad/gccrs/gcc/testsuite/rust/compile/torture/float_types.rs:6:9: warning: unused name 'a3' [-Wunused-variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment