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 libffi/64855] FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=* -DABI_ATTR=* execution test on x86_64-apple-darwin*


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

--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Richard Henderson from comment #2)
> I apologize for my mis-diagnosis earlier.  These tests are not
> expected to pass on Darwin at present.  Disabling them in the
> testsuite is the best thing to do for now.

adding:
 && ![istarget "*-*-darwin*"] 
should be enough - the targetabis list is initialised to "" before that test.


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