* [linux-next:master 4905/13366] hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
@ 2020-03-31 6:26 kbuild test robot
2020-03-31 7:41 ` Philip Li
0 siblings, 1 reply; 7+ messages in thread
From: kbuild test robot @ 2020-03-31 6:26 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 3702 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 27a8b6c16291760cfb7d955c58d8e34dc27ec9dc
commit: a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 [4905/13366] kbuild: remove cc-option switch from -Wframe-larger-than=
config: parisc-randconfig-a001-20200331 (attached as .config)
compiler: hppa64-linux-gcc (GCC) 9.3.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 a83e4ca26af8fcf1e0d1a3fb681732e239ef5496
# save the attached .config to linux build tree
GCC_VERSION=9.3.0 make.cross ARCH=parisc
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
4 real 4 user 2 sys 140.02% cpu make distclean
--
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than='
8 real 12 user 3 sys 175.77% cpu make INSTALL_HDR_PATH=/tmp/usr/src/linux-headers-parisc-randconfig-a001-20200331-a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 headers_install
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 31825 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [linux-next:master 4905/13366] hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' 2020-03-31 6:26 [linux-next:master 4905/13366] hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' kbuild test robot @ 2020-03-31 7:41 ` Philip Li 2020-03-31 7:48 ` Rong Chen 0 siblings, 1 reply; 7+ messages in thread From: Philip Li @ 2020-03-31 7:41 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 4176 bytes --] On Tue, Mar 31, 2020 at 02:26:59PM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 27a8b6c16291760cfb7d955c58d8e34dc27ec9dc > commit: a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 [4905/13366] kbuild: remove cc-option switch from -Wframe-larger-than= > config: parisc-randconfig-a001-20200331 (attached as .config) > compiler: hppa64-linux-gcc (GCC) 9.3.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 a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 > # save the attached .config to linux build tree > GCC_VERSION=9.3.0 make.cross ARCH=parisc > > If you fix the issue, kindly add following tag > Reported-by: kbuild test robot <lkp@intel.com> > > All errors (new ones prefixed by >>): Hi Yamada, kindly ignore this, not sure whether this is tool chain problem, we will double check firstly. > > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > 4 real 4 user 2 sys 140.02% cpu make distclean > -- > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > 8 real 12 user 3 sys 175.77% cpu make INSTALL_HDR_PATH=/tmp/usr/src/linux-headers-parisc-randconfig-a001-20200331-a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 headers_install > > --- > 0-DAY CI Kernel Test Service, Intel Corporation > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org > _______________________________________________ > kbuild-all mailing list -- kbuild-all(a)lists.01.org > To unsubscribe send an email to kbuild-all-leave(a)lists.01.org ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-next:master 4905/13366] hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' 2020-03-31 7:41 ` Philip Li @ 2020-03-31 7:48 ` Rong Chen 2020-03-31 7:58 ` Masahiro Yamada 2020-03-31 8:06 ` Masahiro Yamada 0 siblings, 2 replies; 7+ messages in thread From: Rong Chen @ 2020-03-31 7:48 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 4680 bytes --] On 3/31/20 3:41 PM, Philip Li wrote: > On Tue, Mar 31, 2020 at 02:26:59PM +0800, kbuild test robot wrote: >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master >> head: 27a8b6c16291760cfb7d955c58d8e34dc27ec9dc >> commit: a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 [4905/13366] kbuild: remove cc-option switch from -Wframe-larger-than= >> config: parisc-randconfig-a001-20200331 (attached as .config) >> compiler: hppa64-linux-gcc (GCC) 9.3.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 a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 >> # save the attached .config to linux build tree >> GCC_VERSION=9.3.0 make.cross ARCH=parisc >> >> If you fix the issue, kindly add following tag >> Reported-by: kbuild test robot <lkp@intel.com> >> >> All errors (new ones prefixed by >>): > Hi Yamada, kindly ignore this, not sure whether this is tool chain problem, > we will double check firstly. But it looks like a real problem, hi Yamada, could you take a look? -KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN}) +KBUILD_CFLAGS += -Wframe-larger-than=$(CONFIG_FRAME_WARN) Best Regards, Rong Chen > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> 4 real 4 user 2 sys 140.02% cpu make distclean >> -- >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> 8 real 12 user 3 sys 175.77% cpu make INSTALL_HDR_PATH=/tmp/usr/src/linux-headers-parisc-randconfig-a001-20200331-a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 headers_install >> >> --- >> 0-DAY CI Kernel Test Service, Intel Corporation >> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org > >> _______________________________________________ >> kbuild-all mailing list -- kbuild-all(a)lists.01.org >> To unsubscribe send an email to kbuild-all-leave(a)lists.01.org > _______________________________________________ > kbuild-all mailing list -- kbuild-all(a)lists.01.org > To unsubscribe send an email to kbuild-all-leave(a)lists.01.org ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-next:master 4905/13366] hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' 2020-03-31 7:48 ` Rong Chen @ 2020-03-31 7:58 ` Masahiro Yamada 2020-03-31 8:06 ` Masahiro Yamada 1 sibling, 0 replies; 7+ messages in thread From: Masahiro Yamada @ 2020-03-31 7:58 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 7280 bytes --] On Tue, Mar 31, 2020 at 4:49 PM Rong Chen <rong.a.chen@intel.com> wrote: > > > > On 3/31/20 3:41 PM, Philip Li wrote: > > On Tue, Mar 31, 2020 at 02:26:59PM +0800, kbuild test robot wrote: > >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > >> head: 27a8b6c16291760cfb7d955c58d8e34dc27ec9dc > >> commit: a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 [4905/13366] kbuild: remove cc-option switch from -Wframe-larger-than= > >> config: parisc-randconfig-a001-20200331 (attached as .config) > >> compiler: hppa64-linux-gcc (GCC) 9.3.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 a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 > >> # save the attached .config to linux build tree > >> GCC_VERSION=9.3.0 make.cross ARCH=parisc > >> > >> If you fix the issue, kindly add following tag > >> Reported-by: kbuild test robot <lkp@intel.com> > >> > >> All errors (new ones prefixed by >>): > > Hi Yamada, kindly ignore this, not sure whether this is tool chain problem, > > we will double check firstly. > > But it looks like a real problem, hi Yamada, could you take a look? > > -KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN}) > +KBUILD_CFLAGS += -Wframe-larger-than=$(CONFIG_FRAME_WARN) Please take a look at the report from the 0-day bot. >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' These are prefixed by >>, so new warnings. hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' These are not prefixed by >>, so existing warnings. Correct? If so, I am not sure what is causing this. Anyway, I will start to look into it... > Best Regards, > Rong Chen > > > > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> 4 real 4 user 2 sys 140.02% cpu make distclean > >> -- > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >>>> hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' > >> 8 real 12 user 3 sys 175.77% cpu make INSTALL_HDR_PATH=/tmp/usr/src/linux-headers-parisc-randconfig-a001-20200331-a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 headers_install > >> > >> --- > >> 0-DAY CI Kernel Test Service, Intel Corporation > >> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org > > > >> _______________________________________________ > >> kbuild-all mailing list -- kbuild-all(a)lists.01.org > >> To unsubscribe send an email to kbuild-all-leave(a)lists.01.org > > _______________________________________________ > > kbuild-all mailing list -- kbuild-all(a)lists.01.org > > To unsubscribe send an email to kbuild-all-leave(a)lists.01.org > -- Best Regards Masahiro Yamada ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-next:master 4905/13366] hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' 2020-03-31 7:48 ` Rong Chen 2020-03-31 7:58 ` Masahiro Yamada @ 2020-03-31 8:06 ` Masahiro Yamada 2020-03-31 16:49 ` Nick Desaulniers 1 sibling, 1 reply; 7+ messages in thread From: Masahiro Yamada @ 2020-03-31 8:06 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 1587 bytes --] On Tue, Mar 31, 2020 at 4:49 PM Rong Chen <rong.a.chen@intel.com> wrote: > > > > On 3/31/20 3:41 PM, Philip Li wrote: > > On Tue, Mar 31, 2020 at 02:26:59PM +0800, kbuild test robot wrote: > >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > >> head: 27a8b6c16291760cfb7d955c58d8e34dc27ec9dc > >> commit: a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 [4905/13366] kbuild: remove cc-option switch from -Wframe-larger-than= > >> config: parisc-randconfig-a001-20200331 (attached as .config) > >> compiler: hppa64-linux-gcc (GCC) 9.3.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 a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 > >> # save the attached .config to linux build tree > >> GCC_VERSION=9.3.0 make.cross ARCH=parisc > >> > >> If you fix the issue, kindly add following tag > >> Reported-by: kbuild test robot <lkp@intel.com> > >> > >> All errors (new ones prefixed by >>): > > Hi Yamada, kindly ignore this, not sure whether this is tool chain problem, > > we will double check firstly. > > But it looks like a real problem, hi Yamada, could you take a look? > > -KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN}) > +KBUILD_CFLAGS += -Wframe-larger-than=$(CONFIG_FRAME_WARN) In the attached config.gz, CONFIG_FRAME_WARN=2048 is defined. So, I do not know the reason of the error. -- Best Regards Masahiro Yamada ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-next:master 4905/13366] hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' 2020-03-31 8:06 ` Masahiro Yamada @ 2020-03-31 16:49 ` Nick Desaulniers 2020-04-05 17:10 ` Masahiro Yamada 0 siblings, 1 reply; 7+ messages in thread From: Nick Desaulniers @ 2020-03-31 16:49 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 2034 bytes --] On Tue, Mar 31, 2020 at 1:07 AM Masahiro Yamada <masahiroy@kernel.org> wrote: > > On Tue, Mar 31, 2020 at 4:49 PM Rong Chen <rong.a.chen@intel.com> wrote: > > > > > > > > On 3/31/20 3:41 PM, Philip Li wrote: > > > On Tue, Mar 31, 2020 at 02:26:59PM +0800, kbuild test robot wrote: > > >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > > >> head: 27a8b6c16291760cfb7d955c58d8e34dc27ec9dc > > >> commit: a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 [4905/13366] kbuild: remove cc-option switch from -Wframe-larger-than= > > >> config: parisc-randconfig-a001-20200331 (attached as .config) > > >> compiler: hppa64-linux-gcc (GCC) 9.3.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 a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 > > >> # save the attached .config to linux build tree > > >> GCC_VERSION=9.3.0 make.cross ARCH=parisc > > >> > > >> If you fix the issue, kindly add following tag > > >> Reported-by: kbuild test robot <lkp@intel.com> > > >> > > >> All errors (new ones prefixed by >>): > > > Hi Yamada, kindly ignore this, not sure whether this is tool chain problem, > > > we will double check firstly. > > > > But it looks like a real problem, hi Yamada, could you take a look? > > > > -KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN}) > > +KBUILD_CFLAGS += -Wframe-larger-than=$(CONFIG_FRAME_WARN) > > > In the attached config.gz, > CONFIG_FRAME_WARN=2048 > is defined. > So, I do not know the reason of the error. If CONFIG_FRAME_WARN is not defined, then you're passing `-Wframe-larger-than=` to the compiler, which makes sense as the error is: error: missing argument to '-Wframe-larger-than=' Should this be: ifneq ($(CONFIG_FRAME_WARN),) KBUILD_CFLAGS += -Wframe-larger-than=$(CONFIG_FRAME_WARN) endif -- Thanks, ~Nick Desaulniers ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-next:master 4905/13366] hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' 2020-03-31 16:49 ` Nick Desaulniers @ 2020-04-05 17:10 ` Masahiro Yamada 0 siblings, 0 replies; 7+ messages in thread From: Masahiro Yamada @ 2020-04-05 17:10 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 2532 bytes --] On Wed, Apr 1, 2020 at 1:49 AM Nick Desaulniers <ndesaulniers@google.com> wrote: > > On Tue, Mar 31, 2020 at 1:07 AM Masahiro Yamada <masahiroy@kernel.org> wrote: > > > > On Tue, Mar 31, 2020 at 4:49 PM Rong Chen <rong.a.chen@intel.com> wrote: > > > > > > > > > > > > On 3/31/20 3:41 PM, Philip Li wrote: > > > > On Tue, Mar 31, 2020 at 02:26:59PM +0800, kbuild test robot wrote: > > > >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > > > >> head: 27a8b6c16291760cfb7d955c58d8e34dc27ec9dc > > > >> commit: a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 [4905/13366] kbuild: remove cc-option switch from -Wframe-larger-than= > > > >> config: parisc-randconfig-a001-20200331 (attached as .config) > > > >> compiler: hppa64-linux-gcc (GCC) 9.3.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 a83e4ca26af8fcf1e0d1a3fb681732e239ef5496 > > > >> # save the attached .config to linux build tree > > > >> GCC_VERSION=9.3.0 make.cross ARCH=parisc > > > >> > > > >> If you fix the issue, kindly add following tag > > > >> Reported-by: kbuild test robot <lkp@intel.com> > > > >> > > > >> All errors (new ones prefixed by >>): > > > > Hi Yamada, kindly ignore this, not sure whether this is tool chain problem, > > > > we will double check firstly. > > > > > > But it looks like a real problem, hi Yamada, could you take a look? > > > > > > -KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN}) > > > +KBUILD_CFLAGS += -Wframe-larger-than=$(CONFIG_FRAME_WARN) > > > > > > In the attached config.gz, > > CONFIG_FRAME_WARN=2048 > > is defined. > > So, I do not know the reason of the error. > > If CONFIG_FRAME_WARN is not defined, then you're passing > `-Wframe-larger-than=` to the compiler, which makes sense as the error > is: > > error: missing argument to '-Wframe-larger-than=' > > Should this be: > ifneq ($(CONFIG_FRAME_WARN),) > KBUILD_CFLAGS += -Wframe-larger-than=$(CONFIG_FRAME_WARN) > endif > -- > Thanks, > ~Nick Desaulniers FRAME_WARN does not depend on anything. So, it is always defined as an integer in the 'range 0 to 8192'. CONFIG_FRAME_WARN=0 means this flag is disabled. ifneq ($(CONFIG_FRAME_WARN),0) ... should be fine. I still do not understand when this happens. -- Best Regards Masahiro Yamada ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-04-05 17:10 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-03-31 6:26 [linux-next:master 4905/13366] hppa64-linux-gcc: error: missing argument to '-Wframe-larger-than=' kbuild test robot 2020-03-31 7:41 ` Philip Li 2020-03-31 7:48 ` Rong Chen 2020-03-31 7:58 ` Masahiro Yamada 2020-03-31 8:06 ` Masahiro Yamada 2020-03-31 16:49 ` Nick Desaulniers 2020-04-05 17:10 ` Masahiro Yamada
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.