We recently ran into this 'as' bug running
tests with the GCC (4.5 pre-cursor) "trunk" compiler
on an x86_64 target running Ubuntu 8.04:
http://sourceware.org/bugzilla/show_bug.cgi?id=10255
(the bug was marked fixed in June 2009).

The issue was noted in this GCC PR:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40332

Since GCC 4.5 isn't out yet, I'm wondering what is
the policy, or general rule that is followed with
respect to a new version of GCC being dependent
upon a particular version of binutils, or some
important library?

And, would it make sense in this case to have
a GCC test case that exercises this 'as' bug to
be able to detect that either the bug is there in
the version of 'as' that is being used to build
and test GCC, or that a regression occurred?

thanks.

Reply via email to