https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113684

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I'm not sure it is a good idea to essentially say yes on all gas or linker
tests without actually undestanding what those tests do.  Because not all tests
are supposed to pass on latest binutils, some are supposed to pass only on some
targets and not on others, some could be checking for older bugs, etc.
Now, I believe for linker tests we for the in tree case we have hardcoded what
versions support certain features, so perhaps the no linker case could be
handled similarly (and perhaps let the user even specific the ld date/version
to be assumed).
Assembler tests are done always even with in-tree builds though, so I think
we'd need to amend them since which version something works, on which target
etc.

Reply via email to