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]

BUG: sanei_pio.c:343: Internal compiler error in emit_move_insn_1, at expr.c:2830


Hey guys,

Using gcc version 2.96 20000724 (experimental)
on Linux 2.4.0-0.21 #2 Tue Aug 22 19:43:56 CEST 2000 i686 unknown
I ran:
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include -I../include -D_GNU_SOURCE
-DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d
-DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0 -g -O2 -W
-Wall -DSCSIBUFFERSIZE=131072 sanei_pio.c  -fPIC -DPIC -o
.libs/sanei_pio.lo

and got:
In file included from /usr/include/fcntl.h:33,
                 from sanei_pio.c:95:
/usr/include/bits/fcntl.h:38:27: warning: "O_NONBLOCK" redefined
../include/sane/sanei_backend.h:16:1: warning: this is the location of
the previous definition
sanei_pio.c:210:41: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:212:50: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:215:13: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:222:58: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:223:76: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:225:54: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:230:67: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:231:68: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:232:71: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:241:57: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:245:65: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:246:67: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:247:66: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:248:68: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:249:67: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:250:70: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:312:43: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:379:43: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:408:71: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:421:73: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:429:76: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:440:76: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:447:71: warning: pasting would not give a valid
preprocessing token
sanei_pio.c:459:24: warning: pasting would not give a valid
preprocessing token
sanei_pio.c: In function `pio_write':
sanei_pio.c:343: Internal compiler error in emit_move_insn_1, at
expr.c:2830
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [sanei_pio.o] Error 1
make[1]: Leaving directory `/u01/mtaylor/sane-1.0.3/sanei'
make: *** [all-recursive] Error 1

I know I'm using experimental versions of everything, but I though this
might be of help to someone. 

Monty

sanei_pio.i.bz2


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