This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20063] gfortran assembler error - : Bad Absolute Expression, absolute 0 assumed.
- From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Feb 2005 21:01:22 -0000
- Subject: [Bug fortran/20063] gfortran assembler error - : Bad Absolute Expression, absolute 0 assumed.
- References: <20050218204946.20063.dir@lanl.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-02-18 21:01 -------
Your code compiles fine on amd64-*-freebsd where I'm using a gfortran
form 20050218 sources. I do get a warning though
troutmask:kargl[205] /usr/tmp/sgk/bin/gfc -c e.f
/var/tmp/ccvV0Vua.s: Assembler messages:
/var/tmp/ccvV0Vua.s:39: Warning: .space repeat count is zero, ignored
/var/tmp/ccvV0Vua.s:99: Warning: .space repeat count is zero, ignored
I suspect that this a target specific bug or it could be related to
a serious bug introduced on 2/13 and fix last night.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20063