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 gcov-profile/69004] Building t-engine on ARM fails during -fprofile-use stage


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

--- Comment #26 from PeteVine <tulipawn at gmail dot com> ---
I've just tried your patch and it seems it has improved matters somewhat but
now I'm getting this:

lj_gc.c
../src/luajit2/src/lj_gc.c: In function ‘lj_mem_realloc’:
../src/luajit2/src/lj_gc.c:803:5: error: corrupted value profile: ic profile
counter (5689420 out of 5689366) inconsistent with basic-block count (5689366)
   p = g->allocf(g->allocd, p, osz, nsz);
   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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