public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/108567] New: gccrs bootstrap comparison failure on mipsel-linux-gnu
@ 2023-01-27  6:23 doko at gcc dot gnu.org
  2023-02-20  8:14 ` [Bug target/108567] " syq at debian dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: doko at gcc dot gnu.org @ 2023-01-27  6:23 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108567
           Summary: gccrs bootstrap comparison failure on mipsel-linux-gnu
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

seen with different snapshots, last confirmed with 20230126 on mipsel-linux-gnu
(mips64el-linux-gnu bootstrap works):

Bootstrap comparison failure!
gcc/rust/rust-macro-builtins.o differs
gcc/rust/rust-session-manager.o differs
gcc/rust/rust-cfg-parser.o differs
gcc/rust/rust-lex.o differs
make[4]: *** [Makefile:30369: compare] Error 1

full build logs at
https://buildd.debian.org/status/logs.php?pkg=gcc-13&arch=mipsel

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

* [Bug target/108567] gccrs bootstrap comparison failure on mipsel-linux-gnu
  2023-01-27  6:23 [Bug target/108567] New: gccrs bootstrap comparison failure on mipsel-linux-gnu doko at gcc dot gnu.org
@ 2023-02-20  8:14 ` syq at debian dot org
  2023-02-22  4:21 ` syq at debian dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: syq at debian dot org @ 2023-02-20  8:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from YunQiang Su <syq at debian dot org> ---
Ohhh.

Let me have a check....

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

* [Bug target/108567] gccrs bootstrap comparison failure on mipsel-linux-gnu
  2023-01-27  6:23 [Bug target/108567] New: gccrs bootstrap comparison failure on mipsel-linux-gnu doko at gcc dot gnu.org
  2023-02-20  8:14 ` [Bug target/108567] " syq at debian dot org
@ 2023-02-22  4:21 ` syq at debian dot org
  2023-02-22  4:23 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: syq at debian dot org @ 2023-02-22  4:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from YunQiang Su <syq at debian dot org> ---
It's due to
   `-mfix-loongson3-llsc`
of binutils again.

I fixed a problem several years ago.


commit dec7b24be89fe0496f9442232bcbfcb16e030742
Author: YunQiang Su <syq@debian.org>
Date:   Fri Feb 28 15:58:13 2020 +0800

    MIPS/fix_loongson3_llsc: fix when target has multi labels

    When there is multi-labels on the same insn, the current code
    will take care about the last one. it may cause that no sync
    is added at the target.

    Here we scan all labels with same value of
       S_GET_VALUE(label_list->label)
    by label_list->next.

    2020-02-28  YunQiang Su  <syq@debian.org>

        PR gas/25539
        * config/tc-mips.c (fix_loongson3_llsc): Compare label value
        to handle multi-labels.
        (has_label_name): New.


Let's have a try to fix it again....

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

* [Bug target/108567] gccrs bootstrap comparison failure on mipsel-linux-gnu
  2023-01-27  6:23 [Bug target/108567] New: gccrs bootstrap comparison failure on mipsel-linux-gnu doko at gcc dot gnu.org
  2023-02-20  8:14 ` [Bug target/108567] " syq at debian dot org
  2023-02-22  4:21 ` syq at debian dot org
@ 2023-02-22  4:23 ` pinskia at gcc dot gnu.org
  2023-02-22  5:39 ` syq at debian dot org
  2023-02-22  5:41 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-02-22  4:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Can you file a bug to sourceware against binutils and close this bug as moved
then with a link to that bug?

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

* [Bug target/108567] gccrs bootstrap comparison failure on mipsel-linux-gnu
  2023-01-27  6:23 [Bug target/108567] New: gccrs bootstrap comparison failure on mipsel-linux-gnu doko at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-02-22  4:23 ` pinskia at gcc dot gnu.org
@ 2023-02-22  5:39 ` syq at debian dot org
  2023-02-22  5:41 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: syq at debian dot org @ 2023-02-22  5:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from YunQiang Su <syq at debian dot org> ---
(In reply to Andrew Pinski from comment #3)
> Can you file a bug to sourceware against binutils and close this bug as
> moved then with a link to that bug?

Sure.

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

While I have no permission to close this bug report.
Can you help me to close it?

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

* [Bug target/108567] gccrs bootstrap comparison failure on mipsel-linux-gnu
  2023-01-27  6:23 [Bug target/108567] New: gccrs bootstrap comparison failure on mipsel-linux-gnu doko at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-02-22  5:39 ` syq at debian dot org
@ 2023-02-22  5:41 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-02-22  5:41 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           See Also|                            |https://sourceware.org/bugz
                   |                            |illa/show_bug.cgi?id=30153
         Resolution|---                         |MOVED

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Moved over to binutils https://sourceware.org/bugzilla/show_bug.cgi?id=30153

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

end of thread, other threads:[~2023-02-22  5:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27  6:23 [Bug target/108567] New: gccrs bootstrap comparison failure on mipsel-linux-gnu doko at gcc dot gnu.org
2023-02-20  8:14 ` [Bug target/108567] " syq at debian dot org
2023-02-22  4:21 ` syq at debian dot org
2023-02-22  4:23 ` pinskia at gcc dot gnu.org
2023-02-22  5:39 ` syq at debian dot org
2023-02-22  5:41 ` pinskia 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).