help-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug target/14539] New: 128-bit long double improperly aligned


From: rth at gcc dot gnu dot org
Subject: [Bug target/14539] New: 128-bit long double improperly aligned
Date: 11 Mar 2004 23:28:27 -0000

void foo()
{
  double x;
  long double y;
  bar(&x, &y);
}

        lda $17,24($30)

Note that 24 is not a multiple of 16.
This problem appears for alpha-osf5 or elsewhere with -mlong-double-128.

Patch in progress...

-- 
           Summary: 128-bit long double improperly aligned
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: rth at gcc dot gnu dot org
        ReportedBy: rth at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: alpha*-*-*


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]