[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#630746: unreproducible



On 06/17/2011 12:20 AM, Russ Allbery wrote:
> Matthias Klose <doko@debian.org> writes:
> 
>> can't reproduce with the attached file, and -g -O -c
> 
> abel:~/openafs-1.6.0~pre5/src/tsalvaged> gcc -g -O -c volume.i -DNINTERFACE -DAFS_PTHREAD_ENV -pthread -D_REENTRANT -D_LARGEFILE64_SOURCE -DRXDEBUG -DFSSYNC_BUILD_CLIENT -DSALVSYNC_BUILD_SERVER -DSALVSYNC_BUILD_CLIENT -DAFS_DEMAND_ATTACH_FS -o volume.o
> ../vol/volume.c: In function ‘VShutdown_r’:
> ../vol/volume.c:1320:1: error: insn does not satisfy its constraints:
> (insn 1117 1116 669 56 (set (reg:SI 8 r8 [561])
>         (minus:SI (const_int 12 [0xc])
>             (const_int 5784 [0x1698]))) ../vol/volume.c:1409 29 {*arm_subsi3_insn}
>      (nil))
> ../vol/volume.c:1320:1: internal compiler error: in copyprop_hardreg_forward_1, at regcprop.c:767
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
> 
> Were you missing the other command-line arguments, like -pthread and the
> defines that were given on the command line?

$ gcc -g -O -c -pthread volume.i
../vol/volume.c: In function 'VInitNextVolumeId':
../vol/volume.c:1018:984: error: unknown type name '__resul'

it's preprocessed source, so the defines are not necessary.

> I suppose the other possibility is that this is fixed in a newer version
> of gcc that you're using.  This is on abel.debian.org:
> 
> ii  gcc-4.6        4.6.0-13       GNU C compiler

please request and update and recheck.



Reply to: