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]
Other format: [Raw text]

[Bug c++/24649] Hello world c++ prog core dumps when configured with /usr/ccs/bin/as



------- 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


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