Skip to content
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

Fix build on gcc 5 #143

Merged
merged 1 commit into from
Jul 29, 2016
Merged

Fix build on gcc 5 #143

merged 1 commit into from
Jul 29, 2016

Conversation

minaevmike
Copy link
Contributor

fix #135
Also i have some problems with building tests:

In file included from /root/prog/mblackhole/build/foreign/google-benchmark/include/benchmark/benchmark.h:18:0,
                 from /root/prog/mblackhole/bench/attribute.cpp:1:
/root/prog/mblackhole/build/foreign/google-benchmark/include/benchmark/benchmark_api.h: In function ‘void blackhole::benchmark::from_owned(benchmark::State&)’:
/root/prog/mblackhole/build/foreign/google-benchmark/include/benchmark/benchmark_api.h:211:54: error: inconsistent operand constraints in an ‘asm’
     asm volatile("" : "+rm" (const_cast<Tp&>(value)));

But i can't fix it because google-benchmark download from your aws cloud=) i try to use google-benchmark from git master and it works fine

@3Hren 3Hren merged commit 54a5aff into 3Hren:master Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Constexpr in facade.hpp
2 participants