public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/96393] New: [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle
@ 2020-07-30 22:10 ro at gcc dot gnu.org
  2020-07-30 22:11 ` [Bug d/96393] " ro at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-30 22:10 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96393
           Summary: [11 regression] All 32-bit execution tests FAIL:
                    internal error printing module cycle
           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 20200729 (f6fe3bbf9f6c0b7249933e19b94560b6b26bf269) and 20200730
(561a19c3011f7bde3a41f2a27ea979118e3a2dff), all 32-bit D execution tests began
to FAIL on (at least) Solaris/SPARC and Solaris/x86, all with the same error:

object.Error@(0): internal error printing module cycle

The 64-bit tests seem to be unchanged.

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

* [Bug d/96393] [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle
  2020-07-30 22:10 [Bug d/96393] New: [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle ro at gcc dot gnu.org
@ 2020-07-30 22:11 ` ro at gcc dot gnu.org
  2020-07-31  3:31 ` ro at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-30 22:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug d/96393] [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle
  2020-07-30 22:10 [Bug d/96393] New: [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle ro at gcc dot gnu.org
  2020-07-30 22:11 ` [Bug d/96393] " ro at gcc dot gnu.org
@ 2020-07-31  3:31 ` ro at gcc dot gnu.org
  2020-07-31  7:31 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-31  3:31 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|i386-pc-solaris2.11,        |i386-pc-solaris2.11,
                   |sparc-sun-solaris2.11       |sparc-sun-solaris2.11,
                   |                            |x86_64-pc-linux-gnu

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
Same on Linux/x86_64: 64-bit is fine, all 32-bit tests FAIL.

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

* [Bug d/96393] [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle
  2020-07-30 22:10 [Bug d/96393] New: [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle ro at gcc dot gnu.org
  2020-07-30 22:11 ` [Bug d/96393] " ro at gcc dot gnu.org
  2020-07-31  3:31 ` ro at gcc dot gnu.org
@ 2020-07-31  7:31 ` jakub at gcc dot gnu.org
  2020-07-31 10:07 ` ibuclaw at gdcproject dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-07-31  7:31 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Yeah, saw this on i686-linux too.

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

* [Bug d/96393] [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle
  2020-07-30 22:10 [Bug d/96393] New: [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-07-31  7:31 ` jakub at gcc dot gnu.org
@ 2020-07-31 10:07 ` ibuclaw at gdcproject dot org
  2020-07-31 16:43 ` cvs-commit at gcc dot gnu.org
  2020-07-31 16:48 ` ibuclaw at gdcproject dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ibuclaw at gdcproject dot org @ 2020-07-31 10:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
If its one of the two 6ee874f1353933b1427b5e2953358eb3424090d5 or
7d4ee8bc5843997cdc4408848ab2d9ec82f085b2, then it'll be the former.  But doing
a bisect nonetheless.

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

* [Bug d/96393] [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle
  2020-07-30 22:10 [Bug d/96393] New: [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-07-31 10:07 ` ibuclaw at gdcproject dot org
@ 2020-07-31 16:43 ` cvs-commit at gcc dot gnu.org
  2020-07-31 16:48 ` ibuclaw at gdcproject dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-31 16:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 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:239724956d4ef29dcaa7f1b378cc76f5f6a7ad5b

commit r11-2458-g239724956d4ef29dcaa7f1b378cc76f5f6a7ad5b
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Fri Jul 31 16:03:17 2020 +0200

    d: Fix regression, all 32-bit execution tests FAIL: internal error printing
module cycle

    For 32-bit btr(), BIT_NOT_EXPR was being generated twice, something that
    was not seen with the 64-bit variant.  Removed the second call to fix
    the generated code.

    gcc/d/ChangeLog:

            PR d/96393
            * intrinsics.cc (expand_intrinsic_bt): Don't generate BIT_NOT_EXPR
for
            btr32 intrinsic.

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

* [Bug d/96393] [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle
  2020-07-30 22:10 [Bug d/96393] New: [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2020-07-31 16:43 ` cvs-commit at gcc dot gnu.org
@ 2020-07-31 16:48 ` ibuclaw at gdcproject dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ibuclaw at gdcproject dot org @ 2020-07-31 16:48 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Buclaw <ibuclaw at gdcproject dot org> changed:

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

--- Comment #5 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Fixed.

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

end of thread, other threads:[~2020-07-31 16:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 22:10 [Bug d/96393] New: [11 regression] All 32-bit execution tests FAIL: internal error printing module cycle ro at gcc dot gnu.org
2020-07-30 22:11 ` [Bug d/96393] " ro at gcc dot gnu.org
2020-07-31  3:31 ` ro at gcc dot gnu.org
2020-07-31  7:31 ` jakub at gcc dot gnu.org
2020-07-31 10:07 ` ibuclaw at gdcproject dot org
2020-07-31 16:43 ` cvs-commit at gcc dot gnu.org
2020-07-31 16:48 ` 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).