All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <w@1wt.eu>
To: kbuild-all@lists.01.org
Subject: Re: drivers/mtd/tests/subpagetest.c:426:1: error: could not split insn
Date: Tue, 15 Dec 2020 16:40:46 +0100	[thread overview]
Message-ID: <20201215154046.GA5262@1wt.eu> (raw)
In-Reply-To: <202012152318.bHtYzSWJ-lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 2339 bytes --]

Hi,

On Tue, Dec 15, 2020 at 11:05:28PM +0800, kernel test robot wrote:
> Hi Willy,
> 
> FYI, the error/warning still remains.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   148842c98a24e508aecb929718818fbf4c2a6ff3
> commit: 3744741adab6d9195551ce30e65e726c7a408421 random32: add noise from network and scheduling activity
(...)

not sure why I'm assigned this, but the root cause is a compiler bug:
>    drivers/mtd/tests/subpagetest.c: In function 'mtd_subpagetest_init':
> >> drivers/mtd/tests/subpagetest.c:426:1: error: could not split insn
>      426 | }
>          | ^
>    (insn:TI 453 2652 455 (set (reg/v:SI 3 a3 [orig:304 a ] [304])
>            (xor:SI (reg:SI 1 a1 [orig:717 net_rand_noise ] [717])
>                (const:SI (plus:SI (symbol_ref:SI ("*.LANCHOR0") [flags 0x182])
>                        (const_int 12 [0xc]))))) "include/linux/prandom.h":66:4 152 {cskyv2_xorsi3}
>         (expr_list:REG_DEAD (reg:SI 1 a1 [orig:717 net_rand_noise ] [717])
>            (nil)))
>    during RTL pass: final
>    drivers/mtd/tests/subpagetest.c:426:1: internal compiler error: in final_scan_insn_1, at final.c:3074
                                            ^^^^^^^^^^^^^^^^^^^^^^^

>    0x510da0 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/rtl-error.c:108
>    0x503d22 final_scan_insn_1
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:3074
>    0x73f8bf final_scan_insn(rtx_insn*, _IO_FILE*, int, int, int*)
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:3153
>    0x73fbac final_1
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:2021
>    0x740618 rest_of_handle_final
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:4659
>    0x740618 execute
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:4737
>    Please submit a full bug report,
>    with preprocessed source if appropriate.
>    Please include the complete backtrace with any bug report.
>    See <https://gcc.gnu.org/bugs/> for instructions.
          ^^^^^^^^^^^^^^^^^^^^^^^^^

That's totally out of my scope. I suspect it might have broken a bisect
operation.

Regards,
Willy

WARNING: multiple messages have this Message-ID (diff)
From: Willy Tarreau <w@1wt.eu>
To: kernel test robot <lkp@intel.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: Re: drivers/mtd/tests/subpagetest.c:426:1: error: could not split insn
Date: Tue, 15 Dec 2020 16:40:46 +0100	[thread overview]
Message-ID: <20201215154046.GA5262@1wt.eu> (raw)
In-Reply-To: <202012152318.bHtYzSWJ-lkp@intel.com>

Hi,

On Tue, Dec 15, 2020 at 11:05:28PM +0800, kernel test robot wrote:
> Hi Willy,
> 
> FYI, the error/warning still remains.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   148842c98a24e508aecb929718818fbf4c2a6ff3
> commit: 3744741adab6d9195551ce30e65e726c7a408421 random32: add noise from network and scheduling activity
(...)

not sure why I'm assigned this, but the root cause is a compiler bug:
>    drivers/mtd/tests/subpagetest.c: In function 'mtd_subpagetest_init':
> >> drivers/mtd/tests/subpagetest.c:426:1: error: could not split insn
>      426 | }
>          | ^
>    (insn:TI 453 2652 455 (set (reg/v:SI 3 a3 [orig:304 a ] [304])
>            (xor:SI (reg:SI 1 a1 [orig:717 net_rand_noise ] [717])
>                (const:SI (plus:SI (symbol_ref:SI ("*.LANCHOR0") [flags 0x182])
>                        (const_int 12 [0xc]))))) "include/linux/prandom.h":66:4 152 {cskyv2_xorsi3}
>         (expr_list:REG_DEAD (reg:SI 1 a1 [orig:717 net_rand_noise ] [717])
>            (nil)))
>    during RTL pass: final
>    drivers/mtd/tests/subpagetest.c:426:1: internal compiler error: in final_scan_insn_1, at final.c:3074
                                            ^^^^^^^^^^^^^^^^^^^^^^^

>    0x510da0 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/rtl-error.c:108
>    0x503d22 final_scan_insn_1
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:3074
>    0x73f8bf final_scan_insn(rtx_insn*, _IO_FILE*, int, int, int*)
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:3153
>    0x73fbac final_1
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:2021
>    0x740618 rest_of_handle_final
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:4659
>    0x740618 execute
>    	/tmp/build-crosstools-xh-9.3.0-2.34/gcc/gcc-9.3.0/gcc/final.c:4737
>    Please submit a full bug report,
>    with preprocessed source if appropriate.
>    Please include the complete backtrace with any bug report.
>    See <https://gcc.gnu.org/bugs/> for instructions.
          ^^^^^^^^^^^^^^^^^^^^^^^^^

That's totally out of my scope. I suspect it might have broken a bisect
operation.

Regards,
Willy

  reply	other threads:[~2020-12-15 15:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-15 15:05 drivers/mtd/tests/subpagetest.c:426:1: error: could not split insn kernel test robot
2020-12-15 15:05 ` kernel test robot
2020-12-15 15:40 ` Willy Tarreau [this message]
2020-12-15 15:40   ` Willy Tarreau
2020-12-16  7:19   ` Rong Chen
2020-12-16  7:19     ` [kbuild-all] " Rong Chen
  -- strict thread matches above, loose matches on Subject: below --
2020-11-26 18:44 kernel test robot
2020-11-26 18:44 ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201215154046.GA5262@1wt.eu \
    --to=w@1wt.eu \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.