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 #1 from PeteVine <tulipawn at gmail dot com> ---
Here's the exact error (was quoting from memory previously):

physfs.c
../src/physfs/physfs.c:76:5: warning: initialization from incompatible pointer
type
     &__PHYSFS_Archiver_BIND_PHYSFS,
     ^
../src/physfs/physfs.c:76:5: warning: (near initialization for
âsupported_types[0]â)
../src/physfs/physfs.c: In function âPHYSFS_seekâ:
../src/physfs/physfs.c:2121:5: error: corrupted value profile: ic profile
counter (609869 out of 609868) inconsistent with basic-block count (609868)
     return(fh->funcs->seek(fh->opaque, pos));
     ^

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