public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/19357] New: ICE when long double argument arrives in general register
@ 2005-01-10 11:46 jbeulich at novell dot com
  2005-01-10 11:46 ` [Bug target/19357] " jbeulich at novell dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jbeulich at novell dot com @ 2005-01-10 11:46 UTC (permalink / raw)
  To: gcc-bugs

struct f {
	float f[8];
};

void ftest(struct f arg1, long double arg2) {
}

causes

movxf.c: In function `ftest':
movxf.c:5: error: insn does not satisfy its constraints:
(insn 46 34 66 0 (set (reg:XF 134 f6)
        (reg:XF 116 r36 [ arg2 ])) 26 {*movxf_internal} (nil)
    (expr_list:REG_DEAD (reg:XF 116 r36 [ arg2 ])
        (nil)))
movxf.c:5: internal compiler error: in final_scan_insn, at final.c:2359


This is appearantly due to only the fr->gr case being handled in the movxf expander.

-- 
           Summary: ICE when long double argument arrives in general
                    register
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jbeulich at novell dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-*-*
  GCC host triplet: ia64-*-*
GCC target triplet: ia64-*-*


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-04-20  2:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-10 11:46 [Bug target/19357] New: ICE when long double argument arrives in general register jbeulich at novell dot com
2005-01-10 11:46 ` [Bug target/19357] " jbeulich at novell dot com
2005-01-10 15:31 ` pinskia at gcc dot gnu dot org
2005-01-14  4:03 ` wilson at gcc dot gnu dot org
2005-01-14  8:58 ` jbeulich at novell dot com
2005-01-14 21:52 ` wilson at tuliptree dot org
2005-01-17  8:06 ` jbeulich at novell dot com
2005-01-18  3:51 ` cvs-commit at gcc dot gnu dot org
2005-01-18  4:20 ` wilson at gcc dot gnu dot org
2005-04-20  2:01 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).