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]

Re: egcs-971016 on BSD/OS 3.0


>>>>> "law" == Jeffrey A Law <law@hurl.cygnus.com> writes:

law> What I'm looking for is the line that their assembler choked
law> on.

Is this what you want?

shigeya

------------------------------
werdna% /usr/src/egcs/egcs-970910/gcc/xgcc -B/usr/src/egcs/egcs-970910/gcc/  -DIN_GCC   -g -O2 -I./include  -I. -I. -I./config  -c ./objc/hash.c -o objc/hash.o
hash.c:2:Junk character 47.
hash.c:2:Rest of line ignored. 1st junk character valued 32 ( ).
hash.c:3:Junk character 47.
hash.c:3:Rest of line ignored. 1st junk character valued 32 ( ).
hash.c:4:Junk character 47.
hash.c:4:Rest of line ignored. 1st junk character valued 32 ( ).
hash.c:5:Junk character 47.
hash.c:5:Rest of line ignored. 1st junk character valued 32 ( ).
hash.c:6:Junk character 47.
hash.c:6:Rest of line ignored. 1st junk character valued 32 ( ).
hash.c:7:Junk character 47.
hash.c:7:Rest of line ignored. 1st junk character valued 32 ( ).
hash.c:8:Junk character 47.
hash.c:8:Rest of line ignored. 1st junk character valued 32 ( ).
hash.c:9:Junk character 47.
hash.c:9:Rest of line ignored. 1st junk character valued 32 ( ).
hash.c:10:Junk character 47.
hash.c:10:Rest of line ignored. 1st junk character valued 32 ( ).
*** Error code 1

Stop.
*** Error code 1

Stop.
werdna% /usr/src/egcs/egcs-970910/gcc/xgcc -B/usr/src/egcs/egcs-970910/gcc/ -DIN_GCC -g -O2 -I./include -I. -I. -I./config -S ./objc/hash.c
werdna% head -20 hash.s
        .file   "hash.c"
/ GNU C version egcs-2.90.06 970907 (gcc2-970802 experimental) (i386-pc-bsdi3.0)
 compiled by GNU C version 2.7.2.1.
/ options passed:  -g -O2
/ options enabled:  -fdefer-pop -fcse-follow-jumps -fcse-skip-blocks
/ -fexpensive-optimizations -fthread-jumps -fstrength-reduce -fpeephole
/ -fforce-mem -ffunction-cse -finline -fkeep-static-consts -fcaller-saves
/ -freg-struct-return -frerun-cse-after-loop -fschedule-insns2 -fexceptions
/ -fsjlj-exceptions -fcommon -fverbose-asm -fgnu-linker -fregmove
/ -falias-check -fargument-alias -m80387 -mhard-float -mno-soft-float
/ -mieee-fp -mfp-ret-in-387 -mschedule-prologue -mcpu=i386 -march=pentium

gcc2_compiled.:
___gnu_compiled_c:
.stabs "/usr/src/egcs/egcs-970910/gcc/",100,0,0,Ltext0
.stabs "./objc/hash.c",100,0,0,Ltext0
.text
Ltext0:
Ltext0:
.stabs "int:t1=r1;-2147483648;2147483647;",128,0,0,0
.stabs "char:t2=r2;0;127;",128,0,0,0
.stabs "long int:t3=r3;-2147483648;2147483647;",128,0,0,0


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