public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/95573] New: [11 regression] gdc.test/runnable/lazy.d UNRESOLVED
@ 2020-06-08  8:25 ro at gcc dot gnu.org
  2020-06-08  8:25 ` [Bug d/95573] " ro at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2020-06-08  8:25 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95573
           Summary: [11 regression] gdc.test/runnable/lazy.d UNRESOLVED
           Product: gcc
           Version: 11.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: i386-pc-solaris2.11, sparc-sun-solaris2.11

Between 20200605 (6ea6c4978111d146db8d33c80d9da93d7bd2bc8d) and 20200607
(c3a2ba10b272fd9581560604284da2a6283bcde0), two gdc.test testcases started to
come up UNRESOLVE:

+UNRESOLVED: runnable/lazy.d   compilation failed to produce executable
+UNRESOLVED: runnable/lazy.d -O2   compilation failed to produce executable
+UNRESOLVED: runnable/lazy.d -O2 -frelease   compilation failed to produce
executable
+UNRESOLVED: runnable/lazy.d -O2 -frelease -g   compilation failed to produce
executable
+UNRESOLVED: runnable/lazy.d -O2 -frelease -g -shared-libphobos   compilation
failed to produce executable
+UNRESOLVED: runnable/lazy.d -O2 -frelease -shared-libphobos   compilation
failed to produce executable
+UNRESOLVED: runnable/lazy.d -O2 -g   compilation failed to produce executable
+UNRESOLVED: runnable/lazy.d -O2 -g -shared-libphobos   compilation failed to
produce executable
+UNRESOLVED: runnable/lazy.d -O2 -shared-libphobos   compilation failed to
produce executable
+UNRESOLVED: runnable/lazy.d -frelease   compilation failed to produce
executable
+UNRESOLVED: runnable/lazy.d -frelease -g   compilation failed to produce
executable
+UNRESOLVED: runnable/lazy.d -frelease -g -shared-libphobos   compilation
failed to produce executable
+UNRESOLVED: runnable/lazy.d -frelease -shared-libphobos   compilation failed
to produce executable
+UNRESOLVED: runnable/lazy.d -g   compilation failed to produce executable
+UNRESOLVED: runnable/lazy.d -g -shared-libphobos   compilation failed to
produce executable
+UNRESOLVED: runnable/lazy.d -shared-libphobos   compilation failed to produce
executable

runnable/lazy.d:70:13: error: function lazy.switcher (bool delegate()[]
cases...) is not callable using argument types (bool, bool, bool, bool)
runnable/lazy.d:205:9: error: function lazy.foo7 (long delegate()[] dg...) is
not callable using argument types (int, int)

+UNRESOLVED: runnable/nested.d   compilation failed to produce executable
+UNRESOLVED: runnable/nested.d -O2   compilation failed to produce executable
+UNRESOLVED: runnable/nested.d -O2 -frelease   compilation failed to produce
executable
+UNRESOLVED: runnable/nested.d -O2 -frelease -g   compilation failed to produce
executable
+UNRESOLVED: runnable/nested.d -O2 -frelease -g -shared-libphobos   compilation
failed to produce executable
+UNRESOLVED: runnable/nested.d -O2 -frelease -shared-libphobos   compilation
failed to produce executable
+UNRESOLVED: runnable/nested.d -O2 -g   compilation failed to produce
executable
+UNRESOLVED: runnable/nested.d -O2 -g -shared-libphobos   compilation failed to
produce executable
+UNRESOLVED: runnable/nested.d -O2 -shared-libphobos   compilation failed to
produce executable
+UNRESOLVED: runnable/nested.d -frelease   compilation failed to produce
executa
ble
+UNRESOLVED: runnable/nested.d -frelease -g   compilation failed to produce
executable
+UNRESOLVED: runnable/nested.d -frelease -g -shared-libphobos   compilation
failed to produce executable
+UNRESOLVED: runnable/nested.d -frelease -shared-libphobos   compilation failed
to produce executable
+UNRESOLVED: runnable/nested.d -g   compilation failed to produce executable
+UNRESOLVED: runnable/nested.d -g -shared-libphobos   compilation failed to
produce executable
+UNRESOLVED: runnable/nested.d -shared-libphobos   compilation failed to
produce executable

runnable/nested.d:1159:22: error: function nested.Foo44 (Comb delegate()[]
c...) is not callable using argument types (Comb)
null

I'm seeing this on 32 and 64-bit Solaris/SPARC and x86, but suspect it's
universal.

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

* [Bug d/95573] [11 regression] gdc.test/runnable/lazy.d UNRESOLVED
  2020-06-08  8:25 [Bug d/95573] New: [11 regression] gdc.test/runnable/lazy.d UNRESOLVED ro at gcc dot gnu.org
@ 2020-06-08  8:25 ` ro at gcc dot gnu.org
  2020-06-08 20:16 ` cvs-commit at gcc dot gnu.org
  2020-06-08 20:33 ` ibuclaw at gdcproject dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2020-06-08  8:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

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

* [Bug d/95573] [11 regression] gdc.test/runnable/lazy.d UNRESOLVED
  2020-06-08  8:25 [Bug d/95573] New: [11 regression] gdc.test/runnable/lazy.d UNRESOLVED ro at gcc dot gnu.org
  2020-06-08  8:25 ` [Bug d/95573] " ro at gcc dot gnu.org
@ 2020-06-08 20:16 ` cvs-commit at gcc dot gnu.org
  2020-06-08 20:33 ` ibuclaw at gdcproject dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-06-08 20:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain Buclaw <ibuclaw@gcc.gnu.org>:

https://gcc.gnu.org/g:5fceefeee9a10cfba621d215f011a58badc246ad

commit r11-1070-g5fceefeee9a10cfba621d215f011a58badc246ad
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Jun 8 22:11:00 2020 +0200

    d: Fix regression caused by recent refactoring

    gcc/d/ChangeLog:

            PR d/95573
            * dmd/MERGE: Merge upstream dmd 5041e56f1.

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

* [Bug d/95573] [11 regression] gdc.test/runnable/lazy.d UNRESOLVED
  2020-06-08  8:25 [Bug d/95573] New: [11 regression] gdc.test/runnable/lazy.d UNRESOLVED ro at gcc dot gnu.org
  2020-06-08  8:25 ` [Bug d/95573] " ro at gcc dot gnu.org
  2020-06-08 20:16 ` cvs-commit at gcc dot gnu.org
@ 2020-06-08 20:33 ` ibuclaw at gdcproject dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ibuclaw at gdcproject dot org @ 2020-06-08 20:33 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Buclaw <ibuclaw at gdcproject dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Done.

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

end of thread, other threads:[~2020-06-08 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-08  8:25 [Bug d/95573] New: [11 regression] gdc.test/runnable/lazy.d UNRESOLVED ro at gcc dot gnu.org
2020-06-08  8:25 ` [Bug d/95573] " ro at gcc dot gnu.org
2020-06-08 20:16 ` cvs-commit at gcc dot gnu.org
2020-06-08 20:33 ` ibuclaw at gdcproject dot 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).