Skip to content

Commit

Permalink
Rustc - note that three more tests fail with glibc-2.27. Possibly thi…
Browse files Browse the repository at this point in the history
…s will be fixed in rustc-1.25.0, rust-lang/rust#47863.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk@19880 af4574ff-66df-0310-9fd7-8a98e5e911e0
  • Loading branch information
ken committed Feb 26, 2018
1 parent 08ff6cf commit 309560d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BOOK/general/prog/rust.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,10 @@ EOF</userinput></screen>
compile for the thumbv6m-none-eabi target, but the BLFS build does not cater for
that, and all 105 tests in debuginfo-gdb will fail if
<application>gdb</application> has not been installed. Several other tests in
run-make can also fail.
run-make can also fail. With <application>glibc-2.27</application> the stack
guard page has been moved to just beyond the stack, instead of within it. That
causes three run-pass tests (out-of-stack.rs, stack-probes-lto.rs,
stack-probes.rs) to fail.
</para>

<para>
Expand Down

0 comments on commit 309560d

Please sign in to comment.