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 c/14610] New: __float80 constants incorrectly emitted


I will attach two test cases to this bug.  Both are believed to exhibit the same
underlying problem, namely that __float80 constants are incorrectly emitted to
the assembly file.  float80-1.c demonstrates the problem at all optimization
levels; float80-2.c requires -minline-int-divide-max-throughput.  They are
formatted for the GCC testsuite - abort on failure, exit 0 on success, no output.

-- 
           Summary: __float80 constants incorrectly emitted
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: zack at gcc dot gnu dot org
        ReportedBy: zack at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-hp-hpux11.23
  GCC host triplet: ia64-hp-hpux11.23
GCC target triplet: ia64-hp-hpux11.23


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


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