This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/67649] trunk build with valgrind fail in get_def_blocks_for


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67649

--- Comment #11 from Mikhail Maltsev <miyuki at gcc dot gnu.org> ---
Author: miyuki
Date: Wed Sep 23 02:31:14 2015
New Revision: 228033

URL: https://gcc.gnu.org/viewcvs?rev=228033&root=gcc&view=rev
Log:
Fix use of valgrind API

gcc/
        PR middle-end/67649
        * memory-block.h (memory_block_pool::allocate): Use valgrind API to
        mark the block as accessible.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/memory-block.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]