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]

odd assembler output generated by gcc version 2.96 19990913 (experimental)


I have built a cross compiler running under cygwin targeted at vxworks.

This version appears better than even 2.95.1 as it handles our code
optimised with debug info. - something previous versions didn't (earlier bug
report).

this compiler does generate weird assembler. I got the following warnings

/tmp/ccVPX1F5.s: Assembler messages:
/tmp/ccVPX1F5.s:2057: Warning: Unterminated string: Newline inserted.
/tmp/ccVPX1F5.s:2076: Warning: Unterminated string: Newline inserted.
/tmp/ccVPX1F5.s:2077: Warning: Unterminated string: Newline inserted.
/tmp/ccVPX1F5.s:2085: Warning: Unterminated string: Newline inserted.
/tmp/ccVPX1F5.s:2107: Warning: Unterminated string: Newline inserted.
/tmp/ccVPX1F5.s:2108: Warning: Unterminated string: Newline inserted.

When I generated the assembler I saw:

2057	.stabs "á
2058	Ï",132,0,0,Ltext82

2076	.stabs ""áE
2077	$H+
2078	",132,0,0,Ltext84

2085	.stabs "`v
2086	<",132,0,0,Ltext85

2107	.stabs "¤
2108	
2109	È",132,0,0,Ltext88

I am running cygwin which may impact this. My mounts are all  text!=binary

Hope this is of use



Kevin


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