[LLVMbugs] SPEC FE errors

David Crowe dcrowe at crhc.uiuc.edu
Sat Sep 13 03:52:00 PDT 2003


Crafty: SPEC/CINT2000/crafty/src
llvmgcc -c -o main.o       -DSPEC_CPU2000 -ansi -O0 -save-temps       
main.c
main.i:1: error: parse error before "C"
main.i:2:29: too many decimal points in number
main.i:15: error: missing terminating " character
/usr/include/bits/types.h:189: internal compiler error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.cs.uiuc.edu> for instructions.

Parser:
dcrowe at glamdring src $ llvmgcc -c -o main.o       -O0 -DSPEC_CPU2000
-save-temps         main.c 
main.i:1: error: parse error before "C"
main.i:2:29: too many decimal points in number
main.i:15: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.cs.uiuc.edu> for instructions.

Perlbmk:

dcrowe at glamdring src $ llvmgcc -c -o av.o       -O0 -ansi
-DSPEC_CPU2000_DUNIX -save-temps         av.c
av.i:1: error: parse error before "C"
av.i:2:29: too many decimal points in number
av.i:15: error: missing terminating " character
av.i:15: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.cs.uiuc.edu> for instructions.

Vortex:
llvmgcc        bitvec.o bmt.o bmt0.o bmt01.o bmt10.o bmtlib.o bmtobj.o
core01.o dba.o dbm0.o dbm1.o dbm2.o domain.o draw07.o draw7.o drawlib.o
drawobj.o emplib.o empobj.o env0.o env01.o env1.o fm.o gdbm.o grp0.o
grp1.o grp2.o hm.o iam.o ifm.o im.o km.o list01.o mem00.o mem01.o
mem10.o oa0.o oa1.o oadmp.o obj01.o odbm.o ogrp.o om.o point.o primal.o
pstub.o query.o rect.o rects.o sa.o shell.o sm.o testobj.o tm.o
trans00.o trans01.o trans10.o trans20.o tree0.o tree00.o tree01.o ut.o
vchunk.o vdbm.o voa.o vom.o   -lm  -o vortex
llvmgcc: unrecognized option `-non_shared'
gccld: error linking in 'domain.o': Type conflict between types in
modules:
  Type named 'struct..TypeTypeDesc' conflicts.
    Src='{ uint, uint, [32 x sbyte], uint, [32 x sbyte], uint, uint,
uint, uint, uint, uint, uint, uint, uint, uint, uint }'.
   Dest='{ uint, uint, [32 x sbyte], uint, [32 x sbyte], uint, uint,
uint, uint }'

make: *** [vortex] Error 1

(What files do you need from this one?)

Crafty, parser, and perl all appear to be the same bug... Something
isn't quite right in the beginning of all *.i files.

I am using the pre11 cfrontend.

Thanks,
Dave
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: crafty_main.i
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20030913/612c089b/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: crafty_main.s
Type: text/x-asm
Size: 728 bytes
Desc: 
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20030913/612c089b/attachment.bin>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: parser_main.i
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20030913/612c089b/attachment-0001.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: parser_main.s
Type: text/x-asm
Size: 716 bytes
Desc: 
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20030913/612c089b/attachment-0001.bin>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: perl_av.i
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20030913/612c089b/attachment-0002.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: perl_av.s
Type: text/x-asm
Size: 728 bytes
Desc: 
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20030913/612c089b/attachment-0002.bin>


More information about the llvm-bugs mailing list