This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
{PATCH]: Fix two fortran testcases when using -fpic/-fPIC
- From: "Kaveh R. GHAZI" <ghazi at caip dot rutgers dot edu>
- To: fortran at gcc dot gnu dot org
- Date: Tue, 25 Aug 2009 10:37:43 -0400 (EDT)
- Subject: {PATCH]: Fix two fortran testcases when using -fpic/-fPIC
When running the testsuite with extra passes containing -fpic or -fPIC I
get two additional fortran failures. A fix to add -fpie in these cases
was included as part of this patch:
http://gcc.gnu.org/ml/gcc-patches/2009-08/msg01167.html
The fortran bits can go in separately and at least those parts didn't seem
to stir any controversy. Okay for mainline?
Thanks,
--Kaveh