This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/15247] gas complains "There are only 32 single precision f registers; [0-31]" when compiling glibc-2.3.2/math/dosincos.c


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-05-02 06:40 -------
I'd find it surprising that gas gets line numbers wrong.  So it appears to be
complaining about

174         fmovdg  %fcc1, %f32, %f10

which is fully valid as far as I know.  'fmovsg' would be problematic.

Could you manually reduce the assembly file so as to narrow down the problem to
a single line?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15247


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]