https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114434
Bug ID: 114434
Summary: gdc.test/runnable/test23514.d FAILs
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d
Assignee: ibuclaw at gdcproject dot org
Reporter: ro at gcc dot gnu.org
Target Milestone: ---
Target: amd64-pc-solaris2.11, sparcv9-sun-solaris2.11
The gdc.test/runnable/test23514.d test FAILs on Solaris (64-bit only) since
its introduction:
FAIL: gdc.test/runnable/test23514.d execution test
FAIL: gdc.test/runnable/test23514.d -shared-libphobos execution test
core.exception.AssertError@runnable/test23514.d(12): Assertion failure
----------------
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/deh.d:51 _d_createTrace
[0x4dbeeb]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/gcc/deh.d:484 _d_throw
[0x4c54b9]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/core/exception.d:556
onAssertError [0x4a536c]
??:? _Dmain [0x4a0ee6]
The weird thing is that performing the comparison in gdb works.