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 c++/58190] FAIL: g++.dg/pr57878.C (test for excess errors) on x86_64-apple-darwin10


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58190

--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Paolo Carlini from comment #3)
> Before committing anything, do you have any idea why the testcase isn't
> simply skipped on darwin10? Because I just built mainline on a darwin12
> machine and the testcase is correctly skipped as UNSUPPORTED, thus doesn't
> FAIL (outside the testsuite, it fails as you are reporting, but that doesn't
> really matter). It seems very strange to me that on darwin10 the DejaGnu
> selectors on top of the testcase don't work correctly. Is this a known, much
> more general issue?

it fails for me on darwin12 for the "-m32" run (i.e. ilp32).
and shows unsupported for the m64 one.

We generally test on Darwin --target_board=unix\{-m32,-m64\}.


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