https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63815
--- Comment #13 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to Iain Sandoe from comment #12) > if there's a guard for mcmodel=large support, that should be added > [since we have not had time to implement mcmodel=large for Darwin, I would > expect the test to fail there anyway] There is no guard for mcmodel that I know of, but // { dg-do run { target { { i?86-*-linux* x86_64-*-linux* } && lp64 } } } should also work.