[Bug c++/24649] Hello world c++ prog core dumps when configured with /usr/ccs/bin/as
steve at telxio dot com
gcc-bugzilla@gcc.gnu.org
Thu Nov 3 21:58:00 GMT 2005
------- Comment #4 from steve at telxio dot com 2005-11-03 21:58 -------
I have created assembler files for both g++-3.4.4 --with-gnu-as and g++3.4.4
--without-gnu-as.
I ran a diff on the two assembler files and their is only one significant
difference:
R500.ramses.240> diff tt.s.gnu-as tt.s.sol-as
322,323c322,323
< .uleb128 0x1
< .sleb128 -4
---
> .byte 0x1
> .byte 0x7c
I will zip up both assembler files and attach them
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24649
More information about the Gcc-bugs
mailing list