-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incoming build fails on Windows 7 with i686-pc-mingw32 #6382
Comments
To make it clear, this is the problem:
An easy workaround would be to turn off building RustWrapper.cpp with -Werror. |
Or use (Disappointingly, |
Visiting for triage. What's going on here? Our buildhosts build i686 on windows. ccc version drift? |
This is resolved now for me on master. Please close. |
Great, thanks for the update. |
…ins_when_const_fn, r=llogiq Fix FP of `manual_range_contains` in `const fn` Fix rust-lang#6373. changelog: Fix FP of `manual_range_contains` in `const fn`
C:\MinGW\msys\1.0\home\Thad\rust\src\libcore\os.rs:707:16: 707:70 warning: unuse
d import
C:\MinGW\msys\1.0\home\Thad\rust\src\libcore\os.rs:707 use libc::typ
es::os::arch::extra::{LPCTSTR, HANDLE, BOOL};
^~~~~~~~~
:59:4: 70:5 note: in expansion of assert!
C:\MinGW\msys\1.0\home\Thad\rust\src\libstd\ebml.rs:630:12: 630:40 note: expansi
on site
compile_and_link: i686-pc-mingw32/stage0/bin/rustc/i686-pc-mingw32/bin/syntax.dl
l
C:\MinGW\msys\1.0\home\Thad\rust\src\libsyntax\parse\parser.rs:941:37: 941:40 wa
rning: unused variable:
id
C:\MinGW\msys\1.0\home\Thad\rust\src\libsyntax\parse\parser.rs:941
token::IDENT(id,_) => {
C:\MinGW\msys\1.0\home\Thad\rust\src\libsyntax\parse\parser.rs:3731:16: 3731:31
warning: unused variable:
initial_attrs
C:\MinGW\msys\1.0\home\Thad\rust\src\libsyntax\parse\parser.rs:3731 let
mut initial_attrs = attrs_remaining;
compile: rustllvm/i686-pc-mingw32/RustWrapper.o
cc1plus.exe: warnings being treated as errors
In file included from C:/MinGW/msys/1.0/home/Thad/rust/src/rustllvm/RustWrapper.
cpp:43:0:
C:/MinGW/msys/1.0/home/Thad/rust/src/llvm/include/llvm/ExecutionEngine/JITMemory
Manager.h: In member function 'virtual bool llvm::JITMemoryManager::CheckInvaria
nts(std::string&)':
C:/MinGW/msys/1.0/home/Thad/rust/src/llvm/include/llvm/ExecutionEngine/JITMemory
Manager.h:139:3: error: visibility attribute not supported in this configuration
; ignored
make: *** [rustllvm/i686-pc-mingw32/RustWrapper.o] Error 1
Thad@Thad-Windows ~/rust
$
The text was updated successfully, but these errors were encountered: