This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Testsuite failures with Intel OSX 10.5.0
- From: "Christopher D. Rickett" <crickett at lanl dot gov>
- To: "Dominique Dhumieres" <dominiq at lps dot ens dot fr>
- Cc: fortran at gcc dot gnu dot org
- Date: Fri, 16 Nov 2007 15:02:02 -0700 (MST)
- Subject: Re: Testsuite failures with Intel OSX 10.5.0
- References: <20071116165835.5E1B85BB6C@mailhost.lps.ens.fr>
- Reply-to: crickett at lanl dot gov
hi all,
> I have been able to build gfortran on Intel OSX 10.5.0 without
> trouble. However I see three failures:
>
> (3) gfortran.dg/bind_c_coms.f90 which fails because of the warnings:
>
> ld: warning alignment lost in merging tentative definition _f03_com2
> ld: warning alignment lost in merging tentative definition _mycom
> ld: warning alignment lost in merging tentative definition _mycom2
> ld: warning alignment lost in merging tentative definition _single
>
i submitted a patch that fixes the alignment differences for bind(c)
commons on OSX back in August (i think), but noone ever reviewed it.
Chris