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

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #12 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
Confirmed.  A 4.9.3 cross compiler with the testcase also shows the error.

.../cc1 -O3 -fprofile-use physfs.i -quiet -fpreprocessed -o p.s  
-fomit-frame-pointer -ftest-coverage -march=armv7-a -mfpu=vfpv3-d16
-mfloat-abi=hard -mthumb -mtls-dialect=gnu -fstack-protector
../src/physfs/physfs.c:76:5: warning: initialization from incompatible pointer
type
../src/physfs/physfs.c:76:5: warning: (near initialization for
‘supported_types[0]’)
../src/physfs/physfs.c: In function ‘PHYSFS_openRead’:
../src/physfs/physfs.c:2292:1: error: corrupted profile info: profile data is
not flow-consistent
../src/physfs/physfs.c:2292:1: error: corrupted profile info: number of
executions for edge 36-37 thought to be -1
../src/physfs/physfs.c:2292:1: error: corrupted profile info: number of
executions for edge 36-1 thought to be 1

Reply via email to