All of lore.kernel.org
 help / color / mirror / Atom feed
* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-04-20  5:44 kbuild test robot
  2016-04-20 13:30 ` Ralf Baechle
  0 siblings, 1 reply; 21+ messages in thread
From: kbuild test robot @ 2016-04-20  5:44 UTC (permalink / raw)
  Cc: kbuild-all, linux-kernel, Ralf Baechle, Paul Burton

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

Hi,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   12566cc35d0e68308bde7aad615743d560cb097b
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   6 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13362 bytes --]

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

* Re: mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
  2016-04-20  5:44 mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal' kbuild test robot
@ 2016-04-20 13:30 ` Ralf Baechle
  2016-04-21  4:51   ` [kbuild-all] " Fengguang Wu
  0 siblings, 1 reply; 21+ messages in thread
From: Ralf Baechle @ 2016-04-20 13:30 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, linux-kernel, Paul Burton

On Wed, Apr 20, 2016 at 01:44:28PM +0800, kbuild test robot wrote:

> FYI, the error/warning still remains.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   12566cc35d0e68308bde7aad615743d560cb097b
> commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
> date:   6 months ago
> config: mips-malta_qemu_32r6_defconfig (attached as .config)
> reproduce:
>         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
>         # save the attached .config to linux build tree
>         make.cross ARCH=mips 
> 
> All errors (new ones prefixed by >>):
> 
> >> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
> >> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'

-mcompact-branches=optimal is an option for the latest version of the MIPS
architecture which is enabled by mips-malta_qemu_32r6_defconfig but your
compiler is too old, doesn't support R6.  Unfortunately there's no simple
way to run a test on the build environment from kconfig or even before
kconfig runs so we've just ignord this particular build issue.  Plus
there being the additional issue that we only know the toolchain to be
used after certain options have been picked.

  Ralf

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

* Re: [kbuild-all] mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
  2016-04-20 13:30 ` Ralf Baechle
@ 2016-04-21  4:51   ` Fengguang Wu
  2016-04-21 19:55     ` Maciej W. Rozycki
  2016-04-21 20:31     ` Ralf Baechle
  0 siblings, 2 replies; 21+ messages in thread
From: Fengguang Wu @ 2016-04-21  4:51 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: kbuild-all, Paul Burton, linux-kernel, Philip Li

Hi Ralf,

On Wed, Apr 20, 2016 at 03:30:21PM +0200, Ralf Baechle wrote:
> On Wed, Apr 20, 2016 at 01:44:28PM +0800, kbuild test robot wrote:
> 
> > FYI, the error/warning still remains.
> > 
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   12566cc35d0e68308bde7aad615743d560cb097b
> > commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
> > date:   6 months ago
> > config: mips-malta_qemu_32r6_defconfig (attached as .config)
> > reproduce:
> >         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
> >         # save the attached .config to linux build tree
> >         make.cross ARCH=mips 
> > 
> > All errors (new ones prefixed by >>):
> > 
> > >> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
> > >> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
> 
> -mcompact-branches=optimal is an option for the latest version of the MIPS
> architecture which is enabled by mips-malta_qemu_32r6_defconfig but your
> compiler is too old, doesn't support R6.  Unfortunately there's no simple
> way to run a test on the build environment from kconfig or even before
> kconfig runs so we've just ignord this particular build issue.  Plus
> there being the additional issue that we only know the toolchain to be
> used after certain options have been picked.

We are running Debian's mips cross compiler.

% mips-linux-gnu-gcc --version
mips-linux-gnu-gcc (Debian 5.2.1-16) 5.2.1 20150903
Copyright (C) 2015 Free Software Foundation, Inc.

How about temporarily disable that error, until we upgrade to a new
gcc version which supports the -mcompact-branches option?

Thanks,
Fengguang

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

* Re: [kbuild-all] mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
  2016-04-21  4:51   ` [kbuild-all] " Fengguang Wu
@ 2016-04-21 19:55     ` Maciej W. Rozycki
  2016-04-21 20:34       ` Ralf Baechle
  2016-04-21 20:31     ` Ralf Baechle
  1 sibling, 1 reply; 21+ messages in thread
From: Maciej W. Rozycki @ 2016-04-21 19:55 UTC (permalink / raw)
  To: Fengguang Wu
  Cc: Ralf Baechle, kbuild-all, Paul Burton, linux-kernel, Philip Li

On Thu, 21 Apr 2016, Fengguang Wu wrote:

> > -mcompact-branches=optimal is an option for the latest version of the MIPS
> > architecture which is enabled by mips-malta_qemu_32r6_defconfig but your
> > compiler is too old, doesn't support R6.  Unfortunately there's no simple
> > way to run a test on the build environment from kconfig or even before
> > kconfig runs so we've just ignord this particular build issue.  Plus
> > there being the additional issue that we only know the toolchain to be
> > used after certain options have been picked.
> 
> We are running Debian's mips cross compiler.
> 
> % mips-linux-gnu-gcc --version
> mips-linux-gnu-gcc (Debian 5.2.1-16) 5.2.1 20150903
> Copyright (C) 2015 Free Software Foundation, Inc.
> 
> How about temporarily disable that error, until we upgrade to a new
> gcc version which supports the -mcompact-branches option?

 I don't think it makes sense as the compiler won't support MIPSr6 code 
anyway, so first it'll bail out on `-march=mips32r6', and if we go even 
further and disable that too, then GAS will probably break somewhere on 
inline asm and GCC will produce code which does not make sense otherwise.

  Maciej

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

* Re: [kbuild-all] mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
  2016-04-21  4:51   ` [kbuild-all] " Fengguang Wu
  2016-04-21 19:55     ` Maciej W. Rozycki
@ 2016-04-21 20:31     ` Ralf Baechle
  1 sibling, 0 replies; 21+ messages in thread
From: Ralf Baechle @ 2016-04-21 20:31 UTC (permalink / raw)
  To: Fengguang Wu; +Cc: kbuild-all, Paul Burton, linux-kernel, Philip Li

On Thu, Apr 21, 2016 at 12:51:29PM +0800, Fengguang Wu wrote:

> On Wed, Apr 20, 2016 at 03:30:21PM +0200, Ralf Baechle wrote:
> > On Wed, Apr 20, 2016 at 01:44:28PM +0800, kbuild test robot wrote:
> > 
> > > FYI, the error/warning still remains.
> > > 
> > > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > > head:   12566cc35d0e68308bde7aad615743d560cb097b
> > > commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
> > > date:   6 months ago
> > > config: mips-malta_qemu_32r6_defconfig (attached as .config)
> > > reproduce:
> > >         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
> > >         chmod +x ~/bin/make.cross
> > >         git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
> > >         # save the attached .config to linux build tree
> > >         make.cross ARCH=mips 
> > > 
> > > All errors (new ones prefixed by >>):
> > > 
> > > >> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
> > > >> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
> > 
> > -mcompact-branches=optimal is an option for the latest version of the MIPS
> > architecture which is enabled by mips-malta_qemu_32r6_defconfig but your
> > compiler is too old, doesn't support R6.  Unfortunately there's no simple
> > way to run a test on the build environment from kconfig or even before
> > kconfig runs so we've just ignord this particular build issue.  Plus
> > there being the additional issue that we only know the toolchain to be
> > used after certain options have been picked.
> 
> We are running Debian's mips cross compiler.
> 
> % mips-linux-gnu-gcc --version
> mips-linux-gnu-gcc (Debian 5.2.1-16) 5.2.1 20150903
> Copyright (C) 2015 Free Software Foundation, Inc.
> 
> How about temporarily disable that error, until we upgrade to a new
> gcc version which supports the -mcompact-branches option?

Let's try to sort this properly :)

The culprit seems to be commit c1a0e9bc885d46e519fd87d35af6a7937abfb986
("MIPS: Allow compact branch policy to be changed").  Paul, any reason
why we don't offer the option of not using -mcompact-branches?  It seems
GCC 5.2 needs that.

  Ralf

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

* Re: [kbuild-all] mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
  2016-04-21 19:55     ` Maciej W. Rozycki
@ 2016-04-21 20:34       ` Ralf Baechle
  2016-04-21 21:10         ` Maciej W. Rozycki
  0 siblings, 1 reply; 21+ messages in thread
From: Ralf Baechle @ 2016-04-21 20:34 UTC (permalink / raw)
  To: Maciej W. Rozycki
  Cc: Fengguang Wu, kbuild-all, Paul Burton, linux-kernel, Philip Li

On Thu, Apr 21, 2016 at 08:55:34PM +0100, Maciej W. Rozycki wrote:

> > % mips-linux-gnu-gcc --version
> > mips-linux-gnu-gcc (Debian 5.2.1-16) 5.2.1 20150903
> > Copyright (C) 2015 Free Software Foundation, Inc.
> > 
> > How about temporarily disable that error, until we upgrade to a new
> > gcc version which supports the -mcompact-branches option?
> 
>  I don't think it makes sense as the compiler won't support MIPSr6 code 
> anyway, so first it'll bail out on `-march=mips32r6', and if we go even 
> further and disable that too, then GAS will probably break somewhere on 
> inline asm and GCC will produce code which does not make sense otherwise.

GCC 5.2.0 claims to support mips32r6 and mips64r6.  It's just the option
-mcompact-branches which seem to have been added later only.

  Ralf

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

* Re: [kbuild-all] mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
  2016-04-21 20:34       ` Ralf Baechle
@ 2016-04-21 21:10         ` Maciej W. Rozycki
  2016-04-22  8:54           ` Paul Burton
  0 siblings, 1 reply; 21+ messages in thread
From: Maciej W. Rozycki @ 2016-04-21 21:10 UTC (permalink / raw)
  To: Ralf Baechle
  Cc: Fengguang Wu, kbuild-all, Paul Burton, linux-kernel, Philip Li

On Thu, 21 Apr 2016, Ralf Baechle wrote:

> >  I don't think it makes sense as the compiler won't support MIPSr6 code 
> > anyway, so first it'll bail out on `-march=mips32r6', and if we go even 
> > further and disable that too, then GAS will probably break somewhere on 
> > inline asm and GCC will produce code which does not make sense otherwise.
> 
> GCC 5.2.0 claims to support mips32r6 and mips64r6.  It's just the option
> -mcompact-branches which seem to have been added later only.

 Ah, I see -- I didn't track the timeline of support for this compiler's 
option and I took it from an earlier response that the compiler does not 
support R6 at all.

 In that case however it looks to me like these `-mcompact-branches=' 
options (all the three we support) need to be wrapped into `$(call 
cc-option,...)'.  They do not affect any functionality and they are an 
optimisation choice only anyway (and therefore I wonder why they've been 
placed in arch/mips/Kconfig.debug rather than arch/mips/Kconfig).

  Maciej

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

* Re: [kbuild-all] mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
  2016-04-21 21:10         ` Maciej W. Rozycki
@ 2016-04-22  8:54           ` Paul Burton
  2016-04-22 15:48             ` Maciej W. Rozycki
  0 siblings, 1 reply; 21+ messages in thread
From: Paul Burton @ 2016-04-22  8:54 UTC (permalink / raw)
  To: Maciej W. Rozycki
  Cc: Ralf Baechle, Fengguang Wu, kbuild-all, linux-kernel, Philip Li

On Thu, Apr 21, 2016 at 10:10:51PM +0100, Maciej W. Rozycki wrote:
> On Thu, 21 Apr 2016, Ralf Baechle wrote:
> 
> > >  I don't think it makes sense as the compiler won't support MIPSr6 code 
> > > anyway, so first it'll bail out on `-march=mips32r6', and if we go even 
> > > further and disable that too, then GAS will probably break somewhere on 
> > > inline asm and GCC will produce code which does not make sense otherwise.
> > 
> > GCC 5.2.0 claims to support mips32r6 and mips64r6.  It's just the option
> > -mcompact-branches which seem to have been added later only.
> 
>  Ah, I see -- I didn't track the timeline of support for this compiler's 
> option and I took it from an earlier response that the compiler does not 
> support R6 at all.
> 
>  In that case however it looks to me like these `-mcompact-branches=' 
> options (all the three we support) need to be wrapped into `$(call 
> cc-option,...)'.

An alternative that it could be argued better fits the principle of
least surprise is to add an extra option to the Kconfig choice that
simply leaves -mcompact-branches unspecified. I just submitted a patch
to do so [1].

> They do not affect any functionality and they are an 
> optimisation choice only anyway (and therefore I wonder why they've been 
> placed in arch/mips/Kconfig.debug rather than arch/mips/Kconfig).

They're in Kconfig.debug because debug is exactly what they've been
useful for - given that compact branches are new to R6 it's been useful
in debugging systems, both hardware & simulators, to sometimes not use
them. It's also been useful to force their use attempting to work around
the compiler bug that [2] works around differently (bug 2179 on DMZ
bugzilla). On the other hand I can't think of a reason we'd want to
specify compact branch policy that isn't for debug - I'd expect for
performance optimisation we're more likely to rely upon the toolchain
using a sensible policy if the kernel is built for a specific CPU (eg.
perhaps -mcpu=p6600 prefers non-compact branches & -mcpu=m6250 prefers
all compact branches, or similar).

Thanks,
    Paul

[1] https://patchwork.linux-mips.org/patch/13165/
[2] https://patchwork.linux-mips.org/patch/12556/

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

* Re: [kbuild-all] mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
  2016-04-22  8:54           ` Paul Burton
@ 2016-04-22 15:48             ` Maciej W. Rozycki
  0 siblings, 0 replies; 21+ messages in thread
From: Maciej W. Rozycki @ 2016-04-22 15:48 UTC (permalink / raw)
  To: Paul Burton
  Cc: Ralf Baechle, Fengguang Wu, kbuild-all, linux-kernel, Philip Li

On Fri, 22 Apr 2016, Paul Burton wrote:

> >  In that case however it looks to me like these `-mcompact-branches=' 
> > options (all the three we support) need to be wrapped into `$(call 
> > cc-option,...)'.
> 
> An alternative that it could be argued better fits the principle of
> least surprise is to add an extra option to the Kconfig choice that
> simply leaves -mcompact-branches unspecified. I just submitted a patch
> to do so [1].

 Hmm, good idea in principle, but given that -- as you say -- this is a 
debug option I have a further suggestion I'll reply to your patch 
submission with.

> > They do not affect any functionality and they are an 
> > optimisation choice only anyway (and therefore I wonder why they've been 
> > placed in arch/mips/Kconfig.debug rather than arch/mips/Kconfig).
> 
> They're in Kconfig.debug because debug is exactly what they've been
> useful for - given that compact branches are new to R6 it's been useful
> in debugging systems, both hardware & simulators, to sometimes not use
> them. It's also been useful to force their use attempting to work around
> the compiler bug that [2] works around differently (bug 2179 on DMZ
> bugzilla). On the other hand I can't think of a reason we'd want to
> specify compact branch policy that isn't for debug - I'd expect for
> performance optimisation we're more likely to rely upon the toolchain
> using a sensible policy if the kernel is built for a specific CPU (eg.
> perhaps -mcpu=p6600 prefers non-compact branches & -mcpu=m6250 prefers
> all compact branches, or similar).

 Good point, it should indeed be the compiler making the right choice for 
the `-mtune=' setting selected with the default branch policy rather the 
user fiddling with `-mcompact-branches=' manually unless, as you say, for 
debugging.

 Thanks for the patience to educate me.

  Maciej

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-09-12  4:03 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-09-12  4:03 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   9395452b4aab7bc2475ef8935b4a4fb99d778d70
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   11 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
compiler: mipsel-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13506 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-09-03 23:37 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-09-03 23:37 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   4b30b6d126ca8b23b319f5329570f6855736a095
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   10 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
compiler: mipsel-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13506 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-08-22 18:37 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-08-22 18:37 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   fa8410b355251fd30341662a40ac6b22d3e38468
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   10 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
compiler: mipsel-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13506 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-08-16  2:41 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-08-16  2:41 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   3684b03d8e9a889eda94ee74421959a9d55e5e19
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   10 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
compiler: mipsel-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13506 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-08-07 13:13 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-08-07 13:13 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   0cbbc422d56668528f6efd1234fe908010284082
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   10 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
compiler: mipsel-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13506 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-07-31 12:43 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-07-31 12:43 UTC (permalink / raw)
  Cc: kbuild-all, linux-kernel, Ralf Baechle, Paul Burton

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

Hi,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   c9b95e5961c0294e0efffeaa847c1a1e6369204c
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   9 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
compiler: mipsel-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13362 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-07-22 12:29 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-07-22 12:29 UTC (permalink / raw)
  Cc: kbuild-all, linux-kernel, Ralf Baechle, Paul Burton

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

Hi,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   47ef4ad2684d380dd6d596140fb79395115c3950
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   9 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
compiler: mipsel-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13362 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-04-03 13:15 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-04-03 13:15 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   4c3b73c6a2eea0cf27fb058086a0eb94e90bffd4
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   5 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13362 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-03-20  0:43 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-03-20  0:43 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   de06dbfa7861c9019eedefc0c356ba86e5098f1b
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   5 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13362 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-03-14 10:55 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-03-14 10:55 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b562e44f507e863c6792946e4e1b1449fbbac85d
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   5 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13362 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-03-06 15:26 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-03-06 15:26 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   67944024c1cdd897e49a09b0d6af3ea38d1388ca
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   4 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13362 bytes --]

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

* mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
@ 2016-02-28  6:47 kbuild test robot
  0 siblings, 0 replies; 21+ messages in thread
From: kbuild test robot @ 2016-02-28  6:47 UTC (permalink / raw)
  To: Paul Burton; +Cc: kbuild-all, linux-kernel, Ralf Baechle

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

Hi Paul,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   12b9fa6a97b3150477ab182e321be512b59fa899
commit: c1a0e9bc885d46e519fd87d35af6a7937abfb986 MIPS: Allow compact branch policy to be changed
date:   4 months ago
config: mips-malta_qemu_32r6_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout c1a0e9bc885d46e519fd87d35af6a7937abfb986
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
>> mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 13362 bytes --]

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

end of thread, other threads:[~2016-09-12  4:03 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-20  5:44 mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal' kbuild test robot
2016-04-20 13:30 ` Ralf Baechle
2016-04-21  4:51   ` [kbuild-all] " Fengguang Wu
2016-04-21 19:55     ` Maciej W. Rozycki
2016-04-21 20:34       ` Ralf Baechle
2016-04-21 21:10         ` Maciej W. Rozycki
2016-04-22  8:54           ` Paul Burton
2016-04-22 15:48             ` Maciej W. Rozycki
2016-04-21 20:31     ` Ralf Baechle
  -- strict thread matches above, loose matches on Subject: below --
2016-09-12  4:03 kbuild test robot
2016-09-03 23:37 kbuild test robot
2016-08-22 18:37 kbuild test robot
2016-08-16  2:41 kbuild test robot
2016-08-07 13:13 kbuild test robot
2016-07-31 12:43 kbuild test robot
2016-07-22 12:29 kbuild test robot
2016-04-03 13:15 kbuild test robot
2016-03-20  0:43 kbuild test robot
2016-03-14 10:55 kbuild test robot
2016-03-06 15:26 kbuild test robot
2016-02-28  6:47 kbuild test robot

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.