This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: fixing PR32765


On Fri, Aug 10, 2007 at 05:51:52PM -0400, Jack Howarth wrote:
>    Mike Stump looked at PR32765 and suggested several
> ways to fix it. On the link line for the failing tests
> libgomp.fortran/pr32550.f90 and libgomp.fortran/crayptr2.f90
> we can either use -static-libgcc, -lgcc_s or libgomp.a.
> I prefer using -static-libgcc and verified that both
> testcases pass when that flag is passed for darwin. The
> pr32550.f90 testcase will be trivial to patch. The change...
> 

A much better option is to simply xfail these test on darwin.

! { dg-run { xfail *-*-darwin* }}

-- 
Steve


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