This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 tdep/18161] New: -mfloat-abi=hard causes some GDB tests fail


https://sourceware.org/bugzilla/show_bug.cgi?id=18161

            Bug ID: 18161
           Summary: -mfloat-abi=hard causes some GDB tests fail
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tdep
          Assignee: unassigned at sourceware dot org
          Reporter: qiyao at gcc dot gnu.org

If I run tests with -mfloat-abi=hard, these tests fail...

FAIL: gdb.base/callfuncs.exp: p t_double_values(45.654,-67.66)
FAIL: gdb.base/callfuncs.exp: p t_double_values(double_val1,double_val2)
FAIL: gdb.base/callfuncs.exp: p t_double_values(45.654,double_val2)
FAIL: gdb.base/callfuncs.exp: p t_double_complex_values(dc1, dc2)
FAIL: gdb.base/callfuncs.exp: noproto: p t_double_complex_values(dc3, dc4)

However, if I run tests with -mfloat-abi=soft, fails go away.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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