This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [G95] ICE in IA64
- From: Richard Henderson <rth at twiddle dot net>
- To: Feng Wang <wf_cs at yahoo dot com>
- Cc: fortran at gcc dot gnu dot org
- Date: Fri, 17 Oct 2003 01:48:03 -0700
- Subject: Re: [G95] ICE in IA64
- References: <20031016034920.93932.qmail@web15305.mail.bjs.yahoo.com>
On Thu, Oct 16, 2003 at 11:49:20AM +0800, Feng Wang wrote:
> /usr/bin/ld: /tmp/ccqf49ws.o: @gprel relocation
> against dynamic symbol _gfortran_filename
These decls are missing TREE_PUBLIC.
r~