From: kbuild test robot <lkp@intel.com>
To: Gideon Israel Dsouza <gidisrael@gmail.com>
Cc: kbuild-all@01.org, akpm@linux-foundation.org,
linux-kernel@vger.kernel.org, gerg@linux-m68k.org,
geert@linux-m68k.org, linux-m68k@vger.kernel.org,
Gideon Israel Dsouza <gidisrael@gmail.com>
Subject: Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h
Date: Fri, 20 Jan 2017 04:31:12 +0800 [thread overview]
Message-ID: <201701200401.y4CyY8xU%fengguang.wu@intel.com> (raw)
In-Reply-To: <1484832930-7373-1-git-send-email-gidisrael@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 5679 bytes --]
Hi Gideon,
[auto build test ERROR on m68k/for-next]
[also build test ERROR on v4.10-rc4 next-20170119]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Gideon-Israel-Dsouza/compiler-gcc-h-Added-new-macro-for-gcc-attribute/20170120-032332
base: https://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git for-next
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 4.9.0
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
# save the attached .config to linux build tree
make.cross ARCH=m68k
All errors (new ones prefixed by >>):
>> arch/m68k/lib/ashldi3.c:21:1: error: unknown machine mode 'x'
typedef int SItype __mode(SI);
^
>> arch/m68k/lib/ashldi3.c:21:28: error: expected ',' or ';' before '(' token
typedef int SItype __mode(SI);
^
arch/m68k/lib/ashldi3.c:22:1: error: unknown machine mode 'x'
typedef unsigned int USItype __mode(SI);
^
arch/m68k/lib/ashldi3.c:22:36: error: expected ',' or ';' before '(' token
typedef unsigned int USItype __mode(SI);
^
arch/m68k/lib/ashldi3.c:23:1: error: unknown machine mode 'x'
typedef int DItype __mode(DI);
^
arch/m68k/lib/ashldi3.c:23:28: error: expected ',' or ';' before '(' token
typedef int DItype __mode(DI);
^
arch/m68k/lib/ashldi3.c:24:1: error: unknown machine mode 'x'
typedef int word_type __mode(__word__);
^
arch/m68k/lib/ashldi3.c:24:39: error: expected ',' or ';' before '(' token
typedef int word_type __mode(__word__);
^
--
>> arch/m68k/lib/ashrdi3.c:21:1: error: unknown machine mode 'x'
typedef int SItype __mode(SI);
^
>> arch/m68k/lib/ashrdi3.c:21:28: error: expected ',' or ';' before '(' token
typedef int SItype __mode(SI);
^
arch/m68k/lib/ashrdi3.c:22:1: error: unknown machine mode 'x'
typedef unsigned int USItype __mode(SI);
^
arch/m68k/lib/ashrdi3.c:22:36: error: expected ',' or ';' before '(' token
typedef unsigned int USItype __mode(SI);
^
arch/m68k/lib/ashrdi3.c:23:1: error: unknown machine mode 'x'
typedef int DItype __mode(DI);
^
arch/m68k/lib/ashrdi3.c:23:28: error: expected ',' or ';' before '(' token
typedef int DItype __mode(DI);
^
arch/m68k/lib/ashrdi3.c:24:1: error: unknown machine mode 'x'
typedef int word_type __mode(__word__);
^
arch/m68k/lib/ashrdi3.c:24:39: error: expected ',' or ';' before '(' token
typedef int word_type __mode(__word__);
^
--
>> arch/m68k/lib/lshrdi3.c:21:1: error: unknown machine mode 'x'
typedef int SItype __mode(SI);
^
>> arch/m68k/lib/lshrdi3.c:21:28: error: expected ',' or ';' before '(' token
typedef int SItype __mode(SI);
^
arch/m68k/lib/lshrdi3.c:22:1: error: unknown machine mode 'x'
typedef unsigned int USItype __mode(SI);
^
arch/m68k/lib/lshrdi3.c:22:36: error: expected ',' or ';' before '(' token
typedef unsigned int USItype __mode(SI);
^
arch/m68k/lib/lshrdi3.c:23:1: error: unknown machine mode 'x'
typedef int DItype __mode(DI);
^
arch/m68k/lib/lshrdi3.c:23:28: error: expected ',' or ';' before '(' token
typedef int DItype __mode(DI);
^
arch/m68k/lib/lshrdi3.c:24:1: error: unknown machine mode 'x'
typedef int word_type __mode(__word__);
^
arch/m68k/lib/lshrdi3.c:24:39: error: expected ',' or ';' before '(' token
typedef int word_type __mode(__word__);
^
--
>> arch/m68k/lib/muldi3.c:68:1: error: unknown machine mode 'x'
typedef int SItype __mode(SI);
^
>> arch/m68k/lib/muldi3.c:68:28: error: expected ',' or ';' before '(' token
typedef int SItype __mode(SI);
^
arch/m68k/lib/muldi3.c:69:1: error: unknown machine mode 'x'
typedef unsigned int USItype __mode(SI);
^
arch/m68k/lib/muldi3.c:69:36: error: expected ',' or ';' before '(' token
typedef unsigned int USItype __mode(SI);
^
arch/m68k/lib/muldi3.c:70:1: error: unknown machine mode 'x'
typedef int DItype __mode(DI);
^
arch/m68k/lib/muldi3.c:70:28: error: expected ',' or ';' before '(' token
typedef int DItype __mode(DI);
^
arch/m68k/lib/muldi3.c:71:1: error: unknown machine mode 'x'
typedef int word_type __mode(__word__);
^
arch/m68k/lib/muldi3.c:71:39: error: expected ',' or ';' before '(' token
typedef int word_type __mode(__word__);
^
vim +/x +21 arch/m68k/lib/ashldi3.c
15
16 #include <linux/compiler.h>
17 #include <linux/export.h>
18
19 #define BITS_PER_UNIT 8
20
> 21 typedef int SItype __mode(SI);
22 typedef unsigned int USItype __mode(SI);
23 typedef int DItype __mode(DI);
24 typedef int word_type __mode(__word__);
---
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: 38232 bytes --]
next prev parent reply other threads:[~2017-01-19 20:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-19 13:35 Gideon Israel Dsouza
2017-01-19 20:31 ` kbuild test robot [this message]
2017-01-20 7:44 ` Geert Uytterhoeven
2017-01-20 10:21 ` Gideon D'souza
2017-01-20 10:34 ` Geert Uytterhoeven
2017-01-20 11:24 ` Gideon D'souza
2017-01-19 20:48 ` kbuild test robot
2017-01-20 5:21 ` Gideon D'souza
2017-01-24 12:14 [PATCH 1/2] compiler-gcc.h: Added new macro for gcc attribute Gideon Israel Dsouza
2017-01-24 12:14 ` [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h Gideon Israel Dsouza
2017-01-25 1:04 ` Greg Ungerer
2017-01-25 6:54 ` kbuild test robot
2017-01-27 16:39 ` Paul Gortmaker
2017-01-27 17:18 ` Gideon D'souza
2017-01-27 18:14 Gideon Israel Dsouza
2017-01-27 18:15 ` [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h Gideon Israel Dsouza
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=201701200401.y4CyY8xU%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=geert@linux-m68k.org \
--cc=gerg@linux-m68k.org \
--cc=gidisrael@gmail.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@vger.kernel.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
all inboxes | Powered by JetHome®