|
From: Florian K. <br...@ac...> - 2011-02-05 21:21:06
|
I'm building valgrind on an older Red Hat system and make regtest
is failing like so:
In file included from ../../include/pub_tool_options.h:34,
from valgrind_cpp_test.cpp:17:
../../VEX/pub/libvex.h:408: error: `volatile' qualifiers cannot be
applied to `void ()()'
This is due to an attribute(noreturn) on a struct member.
The compiler I'm using is: g++ (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
I was looking through the documentation and mailing list but did not
find a statement what GCC version is required. It would be helpful to
have this stated in README_DEVELOPERS. Shall I put this into bugzilla?
Florian
|