public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/115249] New: [14/15 regression] gdc.test/runnable/test34.d etc. FAIL
@ 2024-05-27 14:18 ro at gcc dot gnu.org
  2024-05-27 14:19 ` [Bug d/115249] " ro at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2024-05-27 14:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115249

            Bug ID: 115249
           Summary: [14/15 regression] gdc.test/runnable/test34.d etc.
                    FAIL
           Product: gcc
           Version: 15.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: sparc*-sun-solaris2.11

Between 20240202 (a9e3818fdc3cfa8d51b7526c0f6b61b268cc4be5) and 20240205
(23f1b496aa6c7015a2b986aa183041c722104779),
3 tests regressed on Solaris/SPARC (32 and 64-bit):

FAIL: gdc.test/runnable/test34.d   execution test
FAIL: gdc.test/runnable/test34.d -shared-libphobos   execution test
FAIL: gdc.test/runnable/xtest46.d   execution test
FAIL: gdc.test/runnable/xtest46.d -shared-libphobos   execution test
FAIL: gdc.test/runnable/xtest46_gc.d   execution test
FAIL: gdc.test/runnable/xtest46_gc.d -shared-libphobos   execution test

core.exception.AssertError@runnable/test34.d(298): Assertion failure
----------------
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/dmain2.d:232
_d_traceContext [0x100092c73]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/deh.d:51 _d_createTrace
[0x10009acef]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/gcc/deh.d:484 _d_throw
[0x100091eb7]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/core/exception.d:556
onAssertError [0x1000971eb]
??:? void test34.test13() [0x100087213]
??:? _Dmain [0x10008ca07]
one 
two 
~one
~two

#2  0x0008d258 in _D6test346test13FZv () at runnable/test34.d:298
298         assert(c.a == 5);
(gdb) p c.a
warning: can't find linker symbol for virtual table for `test34.C13' value
warning:   found `initializer for test34.C13' instead
$1 = 4

also happens with gld

core.exception.AssertError@runnable/xtest46.d(4231): Assertion failure
----------------
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/dmain2.d:232
_d_traceContext [0x1000eca43]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/deh.d:51 _d_createTrace
[0x1000f4bef]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/gcc/deh.d:484 _d_throw
[0x1000ebc87]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/core/exception.d:556
onAssertError [0x1000f0fbb]
??:? void xtest46.test1962() [0x1000cc9b3]
??:? _Dmain [0x1000e2253]
[...]

  gdb isn't helpful:

#2  0x000c988c in _D7xtest468test1962FZv () at runnable/xtest46.d:4231
4231        assert(C.classinfo.create() is null);
(gdb) p C
No symbol "C" in current context.

core.exception.AssertError@runnable/xtest46_gc.d-mixin-29(4259): Assertion
failure
----------------
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/dmain2.d:232
_d_traceContext [0xe95a3]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/deh.d:51 _d_createTrace
[0xf2f3b]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/gcc/deh.d:484 _d_throw
[0xe862b]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/core/exception.d:556
onAssertError [0xee753]
/vol/gcc/src/hg/master/local/libphobos/libdruntime/core/exception.d:785
_d_assertp [0xee77f]
??:? void xtest46_gc.test1962() [0xcbd7b]
??:? _Dmain [0xdf94b]
[...]

  again, gdb is not helpful:

(gdb) up
#2  0x000cbc8c in _D10xtest46_gc8test1962FZv ()
    at runnable/xtest46_gc.d-mixin-29:4259
warning: 4259   runnable/xtest46_gc.d-mixin-29: No such file or directory

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

* [Bug d/115249] [14/15 regression] gdc.test/runnable/test34.d etc. FAIL
  2024-05-27 14:18 [Bug d/115249] New: [14/15 regression] gdc.test/runnable/test34.d etc. FAIL ro at gcc dot gnu.org
@ 2024-05-27 14:19 ` ro at gcc dot gnu.org
  2024-05-28  6:37 ` rguenth at gcc dot gnu.org
  2024-05-28  7:30 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2024-05-27 14:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115249

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |15.0

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

* [Bug d/115249] [14/15 regression] gdc.test/runnable/test34.d etc. FAIL
  2024-05-27 14:18 [Bug d/115249] New: [14/15 regression] gdc.test/runnable/test34.d etc. FAIL ro at gcc dot gnu.org
  2024-05-27 14:19 ` [Bug d/115249] " ro at gcc dot gnu.org
@ 2024-05-28  6:37 ` rguenth at gcc dot gnu.org
  2024-05-28  7:30 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-05-28  6:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115249

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Does it fail on the 14 branch as well?  If so the target milestone should be
14.2, otherwise the summary should be [15 Regression]

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

* [Bug d/115249] [14/15 regression] gdc.test/runnable/test34.d etc. FAIL
  2024-05-27 14:18 [Bug d/115249] New: [14/15 regression] gdc.test/runnable/test34.d etc. FAIL ro at gcc dot gnu.org
  2024-05-27 14:19 ` [Bug d/115249] " ro at gcc dot gnu.org
  2024-05-28  6:37 ` rguenth at gcc dot gnu.org
@ 2024-05-28  7:30 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2024-05-28  7:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115249

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|15.0                        |14.2

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> ---
It started to regress on the gcc-14 branch indeed.  However, for simple
testsuite
failures, I often don't care about backports, provided the issue is fixed on
trunk.

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

end of thread, other threads:[~2024-05-28  7:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-27 14:18 [Bug d/115249] New: [14/15 regression] gdc.test/runnable/test34.d etc. FAIL ro at gcc dot gnu.org
2024-05-27 14:19 ` [Bug d/115249] " ro at gcc dot gnu.org
2024-05-28  6:37 ` rguenth at gcc dot gnu.org
2024-05-28  7:30 ` ro at gcc dot gnu.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).