This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20063] gfortran assembler error, n*'xxxx' is broken
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Feb 2005 21:07:54 -0000
- Subject: [Bug fortran/20063] gfortran assembler error, n*'xxxx' is broken
- References: <20050218204946.20063.dir@lanl.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 21:07 -------
(In reply to comment #1)
> Your code compiles fine on amd64-*-freebsd where I'm using a gfortran
> form 20050218 sources. I do get a warning though
Darwin's as treats those warnings as errors as they really should as this is a bug
in the front-end.
If you take a look at my reduced testcase and look at the assembly ouput you will see that
the assembly outputed is wrong.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20063