This is the mail archive of the gcc@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]

Re: Does this failure pattern indicate something?


Eric Christopher wrote:
and many more of the same undefined reference errors. Is this a bug in the testsuite? I looked at it and it sure seems that way - the function link_error simply isnt defined anywhere. Other than this failure the rest of the GCC tessuite is clean. G++ though has a few more errors:


It's not supposed to be defined anywhere and it is a testsuite failure,
in general you'll see it in the builtins tests to determine whether or
not we optimized something away that we should and therefore don't see
link_error at all.

Thank you for the lightning quick (Im sure its sub 1 minute!) response!


When you say its a 'tesuite failure' I am not sure I know what you mean. Does it mean that the test case failed and that gcc is wrong, os is the test case incorectly written in that it should accept those unresolved as valid? Thank you :)

Kean


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