linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [xfs-linux:xfs-4.15-merge 2/122] {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field
@ 2017-11-09 21:31 kbuild test robot
  2017-11-09 23:26 ` Dave Chinner
  0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2017-11-09 21:31 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: kbuild-all, linux-xfs, Darrick J. Wong, Brian Foster

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

tree:   https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-4.15-merge
head:   478f8da0f7c95f847a02f8e3b808926c894e3830
commit: 232b51948b99dfcc95e81d8a289bc0409b3ff5b3 [2/122] xfs: simplify the xfs_getbmap interface
config: sh-sdk7786_defconfig (attached as .config)
compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.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 232b51948b99dfcc95e81d8a289bc0409b3ff5b3
        # save the attached .config to linux build tree
        make.cross ARCH=sh 

All errors (new ones prefixed by >>):

   fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getbmap':
   fs/xfs/xfs_ioctl.c:1624:1: internal compiler error: in change_address_1, at emit-rtl.c:2150
    }
    ^
   Please submit a full bug report,
   with preprocessed source if appropriate.
   See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
   {standard input}: Assembler messages:
   {standard input}: Warning: end of file not at end of a line; newline inserted
   {standard input}:1634: Error: missing operand
   {standard input}:1634: Error: invalid operands for opcode
   {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
>> {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field
>> {standard input}:1457: Error: displacement to undefined symbol .L286 overflows 12-bit field
>> {standard input}:1471: Error: displacement to undefined symbol .L258 overflows 12-bit field
>> {standard input}:1482: Error: displacement to undefined symbol .L287 overflows 12-bit field
--
   fs//xfs/xfs_ioctl.c: In function 'xfs_ioc_getbmap':
   fs//xfs/xfs_ioctl.c:1624:1: internal compiler error: in change_address_1, at emit-rtl.c:2150
    }
    ^
   Please submit a full bug report,
   with preprocessed source if appropriate.
   See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
   {standard input}: Assembler messages:
   {standard input}: Warning: end of file not at end of a line; newline inserted
   {standard input}:1634: Error: missing operand
   {standard input}:1634: Error: invalid operands for opcode
   {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
>> {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field
>> {standard input}:1457: Error: displacement to undefined symbol .L286 overflows 12-bit field
>> {standard input}:1471: Error: displacement to undefined symbol .L258 overflows 12-bit field
>> {standard input}:1482: Error: displacement to undefined symbol .L287 overflows 12-bit field

---
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: 18692 bytes --]

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

* Re: [xfs-linux:xfs-4.15-merge 2/122] {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field
  2017-11-09 21:31 [xfs-linux:xfs-4.15-merge 2/122] {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field kbuild test robot
@ 2017-11-09 23:26 ` Dave Chinner
  2017-11-10  2:08   ` Fengguang Wu
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Chinner @ 2017-11-09 23:26 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Christoph Hellwig, kbuild-all, linux-xfs, Darrick J. Wong,
	Brian Foster

On Fri, Nov 10, 2017 at 05:31:07AM +0800, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-4.15-merge
> head:   478f8da0f7c95f847a02f8e3b808926c894e3830
> commit: 232b51948b99dfcc95e81d8a289bc0409b3ff5b3 [2/122] xfs: simplify the xfs_getbmap interface
> config: sh-sdk7786_defconfig (attached as .config)
> compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.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 232b51948b99dfcc95e81d8a289bc0409b3ff5b3
>         # save the attached .config to linux build tree
>         make.cross ARCH=sh 
> 
> All errors (new ones prefixed by >>):
> 
>    fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getbmap':
>    fs/xfs/xfs_ioctl.c:1624:1: internal compiler error: in change_address_1, at emit-rtl.c:2150
>     }
>     ^
>    Please submit a full bug report,
>    with preprocessed source if appropriate.
>    See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.

Compiler issue. Please redirect these to the gcc developers.

Cheers,

Dave.



-- 
Dave Chinner
david@fromorbit.com

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

* Re: [xfs-linux:xfs-4.15-merge 2/122] {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field
  2017-11-09 23:26 ` Dave Chinner
@ 2017-11-10  2:08   ` Fengguang Wu
  0 siblings, 0 replies; 4+ messages in thread
From: Fengguang Wu @ 2017-11-10  2:08 UTC (permalink / raw)
  To: Dave Chinner
  Cc: Christoph Hellwig, kbuild-all, linux-xfs, Darrick J. Wong,
	Brian Foster

On Fri, Nov 10, 2017 at 10:26:59AM +1100, Dave Chinner wrote:
>On Fri, Nov 10, 2017 at 05:31:07AM +0800, kbuild test robot wrote:
>> tree:   https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-4.15-merge
>> head:   478f8da0f7c95f847a02f8e3b808926c894e3830
>> commit: 232b51948b99dfcc95e81d8a289bc0409b3ff5b3 [2/122] xfs: simplify the xfs_getbmap interface
>> config: sh-sdk7786_defconfig (attached as .config)
>> compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.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 232b51948b99dfcc95e81d8a289bc0409b3ff5b3
>>         # save the attached .config to linux build tree
>>         make.cross ARCH=sh
>>
>> All errors (new ones prefixed by >>):
>>
>>    fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getbmap':
>>    fs/xfs/xfs_ioctl.c:1624:1: internal compiler error: in change_address_1, at emit-rtl.c:2150
>>     }
>>     ^
>>    Please submit a full bug report,
>>    with preprocessed source if appropriate.
>>    See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
>
>Compiler issue. Please redirect these to the gcc developers.

Sure.

Thanks,
Fengguang

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

* [xfs-linux:xfs-4.15-merge 2/122] {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field
@ 2017-11-10  2:21 kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2017-11-10  2:21 UTC (permalink / raw)
  To: gcc
  Cc: Christoph Hellwig, linux-xfs, Brian Foster, kbuild-all,
	Darrick J. Wong, Dave Chinner

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

It's sh4 compiler 7.2 issue, resent to gcc list.

tree:   https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-4.15-merge
head:   478f8da0f7c95f847a02f8e3b808926c894e3830
commit: 232b51948b99dfcc95e81d8a289bc0409b3ff5b3 [2/122] xfs: simplify the xfs_getbmap interface
config: sh-sdk7786_defconfig (attached as .config)
compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.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 232b51948b99dfcc95e81d8a289bc0409b3ff5b3
         # save the attached .config to linux build tree
         make.cross ARCH=sh 

All errors (new ones prefixed by >>):

    fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getbmap':
    fs/xfs/xfs_ioctl.c:1624:1: internal compiler error: in change_address_1, at emit-rtl.c:2150
     }
     ^
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
    {standard input}: Assembler messages:
    {standard input}: Warning: end of file not at end of a line; newline inserted
    {standard input}:1634: Error: missing operand
    {standard input}:1634: Error: invalid operands for opcode
    {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
>> {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field
>> {standard input}:1457: Error: displacement to undefined symbol .L286 overflows 12-bit field
>> {standard input}:1471: Error: displacement to undefined symbol .L258 overflows 12-bit field
>> {standard input}:1482: Error: displacement to undefined symbol .L287 overflows 12-bit field
--
    fs//xfs/xfs_ioctl.c: In function 'xfs_ioc_getbmap':
    fs//xfs/xfs_ioctl.c:1624:1: internal compiler error: in change_address_1, at emit-rtl.c:2150
     }
     ^
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
    {standard input}: Assembler messages:
    {standard input}: Warning: end of file not at end of a line; newline inserted
    {standard input}:1634: Error: missing operand
    {standard input}:1634: Error: invalid operands for opcode
    {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
>> {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field
>> {standard input}:1457: Error: displacement to undefined symbol .L286 overflows 12-bit field
>> {standard input}:1471: Error: displacement to undefined symbol .L258 overflows 12-bit field
>> {standard input}:1482: Error: displacement to undefined symbol .L287 overflows 12-bit field

---
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: 18692 bytes --]

[-- Attachment #3: Type: text/plain, Size: 145 bytes --]

_______________________________________________
kbuild-all mailing list
kbuild-all@lists.01.org
https://lists.01.org/mailman/listinfo/kbuild-all

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

end of thread, other threads:[~2017-11-10  2:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-09 21:31 [xfs-linux:xfs-4.15-merge 2/122] {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field kbuild test robot
2017-11-09 23:26 ` Dave Chinner
2017-11-10  2:08   ` Fengguang Wu
  -- strict thread matches above, loose matches on Subject: below --
2017-11-10  2:21 kbuild test robot

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).