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));
     ^

Reply via email to