linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Colin Ian King <colin.king@canonical.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: lib/lz4/lz4_decompress.c:487:1: internal compiler error: output_operand: unrecognized address
Date: Fri, 6 Oct 2017 00:10:34 +0800	[thread overview]
Message-ID: <201710060031.5ZFqCSdz%fengguang.wu@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   42b76d0e6b1fe0fcb90e0ff6b4d053d50597b031
commit: 8cb5d7482810b7eb1bb05bf4f71bc93ce35e5896 lib/lz4: make arrays static const, reduces object code size
date:   2 days ago
config: cris-dev88_defconfig (attached as .config)
compiler: cris-linux-gcc (GCC) 6.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 8cb5d7482810b7eb1bb05bf4f71bc93ce35e5896
        # save the attached .config to linux build tree
        make.cross ARCH=cris 

All errors (new ones prefixed by >>):

   (post_inc:SI (reg:SI 15 acr))
   lib/lz4/lz4_decompress.c: In function 'LZ4_decompress_safe_usingDict':
>> lib/lz4/lz4_decompress.c:487:1: internal compiler error: output_operand: unrecognized address
    }
    ^
   0x6f7b1f output_operand_lossage(char const*, ...)
   	/c/gcc/gcc/final.c:3409
   0x6f7dc3 output_address(machine_mode, rtx_def*)
   	/c/gcc/gcc/final.c:3859
   0x6f7d1c output_operand(rtx_def*, int)
   	/c/gcc/gcc/final.c:3843
   0x6f81df output_asm_insn(char const*, rtx_def**)
   	/c/gcc/gcc/final.c:3759
   0x6f9c8c output_asm_insn(char const*, rtx_def**)
   	/c/gcc/gcc/final.c:3010
   0x6f9c8c final_scan_insn(rtx_insn*, _IO_FILE*, int, int, int*)
   	/c/gcc/gcc/final.c:3015
   0x6fa189 final(rtx_insn*, _IO_FILE*, int)
   	/c/gcc/gcc/final.c:2045
   0x6fa697 rest_of_handle_final
   	/c/gcc/gcc/final.c:4441
   0x6fa697 execute
   	/c/gcc/gcc/final.c:4516
   Please submit a full bug report,
   with preprocessed source if appropriate.
   Please include the complete backtrace with any bug report.
   See <http://gcc.gnu.org/bugs.html> for instructions.
   {standard input}: Assembler messages:
   {standard input}:4875: Warning: end of file not at end of a line; newline inserted
   {standard input}:4876: Error: Illegal operands

vim +487 lib/lz4/lz4_decompress.c

cffb78b0 Kyungsik Lee 2013-07-08  480  
4e1a33b1 Sven Schmidt 2017-02-24  481  int LZ4_decompress_safe_usingDict(const char *source, char *dest,
4e1a33b1 Sven Schmidt 2017-02-24  482  	int compressedSize, int maxOutputSize,
4e1a33b1 Sven Schmidt 2017-02-24  483  	const char *dictStart, int dictSize)
4e1a33b1 Sven Schmidt 2017-02-24  484  {
4e1a33b1 Sven Schmidt 2017-02-24  485  	return LZ4_decompress_usingDict_generic(source, dest,
4e1a33b1 Sven Schmidt 2017-02-24  486  		compressedSize, maxOutputSize, 1, dictStart, dictSize);
cffb78b0 Kyungsik Lee 2013-07-08 @487  }
cffb78b0 Kyungsik Lee 2013-07-08  488  

:::::: The code at line 487 was first introduced by commit
:::::: cffb78b0e0b3a30b059b27a1d97500cf6464efa9 decompressor: add LZ4 decompressor module

:::::: TO: Kyungsik Lee <kyungsik.lee@lge.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 9628 bytes --]

                 reply	other threads:[~2017-10-05 16:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=201710060031.5ZFqCSdz%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=colin.king@canonical.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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 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 NNTP newsgroup(s).