[Bug ld/6656] New: [regression] linking with -g results in assembler error

2008-06-18 Thread doko at debian dot org
seen with current trunk, not with the 2.18 branch, testcase taken from the darcs configury. echo -e '#include "test2.h"\nint main (int argc, char** argv) {callme(); return 1;}' > test2.c echo 'int callme() {}' > test2.h gcc -S -g test2.c -o test2.s; gcc test2.s -o test2 -g test2.s: Assembler messa

Build error with binutils 2.18: requires makeinfo but shouldn't

2008-06-18 Thread Paul Smith
There are some problems with the released tarball for binutils 2.18, which make it impossible to build unless you have a proper version of makeinfo installed on your system. I've seen the problems reported that a specific version of makeinfo is required, but this bug is not about that: a correctly

[Bug ld/6656] [regression] linking with -g results in assembler error

2008-06-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-06-18 20:11 --- target? gcc version? Really, for assembler errors, you ought to give us the assembler input, removing the dependency on gcc. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6656 --- You are re

[Bug ld/6656] [regression] linking with -g results in assembler error

2008-06-18 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2008-06-18 20:31 --- Created an attachment (id=2783) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2783&action=view) testcase (.s file generated by GCC-4.3.1) this is on i386-linux-gnu, built with GCC-4.3.1 release. -- ht

[Bug ld/6656] [regression] linking with -g results in assembler error

2008-06-18 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2008-06-18 20:35 --- Created an attachment (id=2784) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2784&action=view) testcase (.s file for ia64, generated by GCC-4.3.1) on ia64-linux-gnu the testcase fails with both 2.18 branc