public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/14015] New: large stack frame long double ice
@ 2004-02-04  6:57 amodra at bigpond dot net dot au
  2004-02-04  7:01 ` [Bug target/14015] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-02-04  6:57 UTC (permalink / raw)
  To: gcc-bugs

/* powerpc64-linux-gcc -S -mlong-double-128

unrecognizable insn:
(insn 125 124 43 0x40065640 (set (mem/s/j:DI (plus:DI (plus:DI (reg/f:DI 31 r31)
                    (reg:DI 0 r0 [136]))
                (const_int 8 [0x8])) [0 x.ld+8 S8 A64])
        (reg:DI 10 r10 [orig:9+8 ] [9])) -1 (nil)
    (nil))
 */

struct big_one {
  double d[4100];
  long double ld;
};

long double var_arg (int n, ...)
{
  struct big_one x;
  __builtin_va_list ap;
  __builtin_va_start (ap, n);
  while (--n >= 0)
    x.ld = __builtin_va_arg (ap, long double);
  __builtin_va_end (ap);
  return x.ld;
}

-- 
           Summary: large stack frame long double ice
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: amodra at bigpond dot net dot au
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc64-linux


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


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

* [Bug target/14015] large stack frame long double ice
  2004-02-04  6:57 [Bug target/14015] New: large stack frame long double ice amodra at bigpond dot net dot au
@ 2004-02-04  7:01 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-04  7:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-04 07:01 -------
This is a dup of bug 14010.

*** This bug has been marked as a duplicate of 14010 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-02-04  7:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-04  6:57 [Bug target/14015] New: large stack frame long double ice amodra at bigpond dot net dot au
2004-02-04  7:01 ` [Bug target/14015] " 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).