llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	Linux Memory Management List <linux-mm@kvack.org>,
	Masahiro Yamada <masahiroy@kernel.org>,
	Alex Shi <alexs@kernel.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	Miguel Ojeda <ojeda@kernel.org>,
	Nathan Chancellor <nathan@kernel.org>
Subject: [linux-next:master 11627/13576] lib/raid6/neon1.c:39:9: warning: mixing declarations and code is incompatible with standards before C99
Date: Sat, 19 Mar 2022 09:45:13 +0800	[thread overview]
Message-ID: <202203190931.X8NH0dPv-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   6d72dda014a4753974eb08950089ddf71fec4f60
commit: e8c07082a810fbb9db303a2b66b66b8d7e588b53 [11627/13576] Kbuild: move to -std=gnu11
config: arm64-randconfig-r033-20220319 (https://download.01.org/0day-ci/archive/20220319/202203190931.X8NH0dPv-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project a6e70e4056dff962ec634c5bd4f2f4105a0bef71)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=e8c07082a810fbb9db303a2b66b66b8d7e588b53
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout e8c07082a810fbb9db303a2b66b66b8d7e588b53
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash lib/raid6/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> lib/raid6/neon1.c:39:9: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
           return vshlq_n_u8(v, 1);
                  ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon1.c:48:20: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
           return (unative_t)vshrq_n_s8((int8x16_t)v, 7);
                             ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25303:13: note: expanded from macro 'vshrq_n_s8'
     int8x16_t __ret; \
               ^
   lib/raid6/neon1.c:56:6: warning: no previous prototype for function 'raid6_neon1_gen_syndrome_real' [-Wmissing-prototypes]
   void raid6_neon1_gen_syndrome_real(int disks, unsigned long bytes, void **ptrs)
        ^
   lib/raid6/neon1.c:56:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void raid6_neon1_gen_syndrome_real(int disks, unsigned long bytes, void **ptrs)
   ^
   static 
   lib/raid6/neon1.c:117:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w20 = vshrq_n_u8(wq0, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon1.c:118:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w10 = vshlq_n_u8(wq0, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon1.c:126:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w20 = vshrq_n_u8(wq0, 5);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon1.c:127:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w10 = vshlq_n_u8(wq0, 3);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon1.c:133:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w20 = vshrq_n_u8(wq0, 6);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon1.c:134:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w10 = vshlq_n_u8(wq0, 2);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon1.c:86:6: warning: no previous prototype for function 'raid6_neon1_xor_syndrome_real' [-Wmissing-prototypes]
   void raid6_neon1_xor_syndrome_real(int disks, int start, int stop,
        ^
   lib/raid6/neon1.c:86:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void raid6_neon1_xor_syndrome_real(int disks, int start, int stop,
   ^
   static 
   10 warnings generated.
--
>> lib/raid6/neon2.c:39:9: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
           return vshlq_n_u8(v, 1);
                  ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:48:20: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
           return (unative_t)vshrq_n_s8((int8x16_t)v, 7);
                             ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25303:13: note: expanded from macro 'vshrq_n_s8'
     int8x16_t __ret; \
               ^
   lib/raid6/neon2.c:56:6: warning: no previous prototype for function 'raid6_neon2_gen_syndrome_real' [-Wmissing-prototypes]
   void raid6_neon2_gen_syndrome_real(int disks, unsigned long bytes, void **ptrs)
        ^
   lib/raid6/neon2.c:56:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void raid6_neon2_gen_syndrome_real(int disks, unsigned long bytes, void **ptrs)
   ^
   static 
   lib/raid6/neon2.c:138:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w20 = vshrq_n_u8(wq0, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:139:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w21 = vshrq_n_u8(wq1, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:140:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w10 = vshlq_n_u8(wq0, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:141:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w11 = vshlq_n_u8(wq1, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:151:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w20 = vshrq_n_u8(wq0, 5);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:152:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w21 = vshrq_n_u8(wq1, 5);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:153:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w10 = vshlq_n_u8(wq0, 3);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:154:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w11 = vshlq_n_u8(wq1, 3);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:162:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w20 = vshrq_n_u8(wq0, 6);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:163:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w21 = vshrq_n_u8(wq1, 6);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:164:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w10 = vshlq_n_u8(wq0, 2);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:165:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w11 = vshlq_n_u8(wq1, 2);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon2.c:97:6: warning: no previous prototype for function 'raid6_neon2_xor_syndrome_real' [-Wmissing-prototypes]
   void raid6_neon2_xor_syndrome_real(int disks, int start, int stop,
        ^
   lib/raid6/neon2.c:97:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void raid6_neon2_xor_syndrome_real(int disks, int start, int stop,
   ^
   static 
   16 warnings generated.
--
>> lib/raid6/neon4.c:39:9: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
           return vshlq_n_u8(v, 1);
                  ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:48:20: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
           return (unative_t)vshrq_n_s8((int8x16_t)v, 7);
                             ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25303:13: note: expanded from macro 'vshrq_n_s8'
     int8x16_t __ret; \
               ^
   lib/raid6/neon4.c:56:6: warning: no previous prototype for function 'raid6_neon4_gen_syndrome_real' [-Wmissing-prototypes]
   void raid6_neon4_gen_syndrome_real(int disks, unsigned long bytes, void **ptrs)
        ^
   lib/raid6/neon4.c:56:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void raid6_neon4_gen_syndrome_real(int disks, unsigned long bytes, void **ptrs)
   ^
   static 
   lib/raid6/neon4.c:180:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w20 = vshrq_n_u8(wq0, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:181:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w21 = vshrq_n_u8(wq1, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:182:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w22 = vshrq_n_u8(wq2, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:183:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w23 = vshrq_n_u8(wq3, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:184:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w10 = vshlq_n_u8(wq0, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:185:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w11 = vshlq_n_u8(wq1, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:186:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w12 = vshlq_n_u8(wq2, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:187:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w13 = vshlq_n_u8(wq3, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:201:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w20 = vshrq_n_u8(wq0, 5);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:202:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w21 = vshrq_n_u8(wq1, 5);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:203:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w22 = vshrq_n_u8(wq2, 5);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:204:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w23 = vshrq_n_u8(wq3, 5);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:205:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w10 = vshlq_n_u8(wq0, 3);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon4.c:206:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w11 = vshlq_n_u8(wq1, 3);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
--
>> lib/raid6/neon8.c:39:9: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
           return vshlq_n_u8(v, 1);
                  ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:48:20: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
           return (unative_t)vshrq_n_s8((int8x16_t)v, 7);
                             ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25303:13: note: expanded from macro 'vshrq_n_s8'
     int8x16_t __ret; \
               ^
   lib/raid6/neon8.c:56:6: warning: no previous prototype for function 'raid6_neon8_gen_syndrome_real' [-Wmissing-prototypes]
   void raid6_neon8_gen_syndrome_real(int disks, unsigned long bytes, void **ptrs)
        ^
   lib/raid6/neon8.c:56:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void raid6_neon8_gen_syndrome_real(int disks, unsigned long bytes, void **ptrs)
   ^
   static 
   lib/raid6/neon8.c:264:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w20 = vshrq_n_u8(wq0, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:265:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w21 = vshrq_n_u8(wq1, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:266:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w22 = vshrq_n_u8(wq2, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:267:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w23 = vshrq_n_u8(wq3, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:268:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w24 = vshrq_n_u8(wq4, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:269:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w25 = vshrq_n_u8(wq5, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:270:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w26 = vshrq_n_u8(wq6, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:271:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w27 = vshrq_n_u8(wq7, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:25231:14: note: expanded from macro 'vshrq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:272:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w10 = vshlq_n_u8(wq0, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:273:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w11 = vshlq_n_u8(wq1, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:274:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w12 = vshlq_n_u8(wq2, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:275:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w13 = vshlq_n_u8(wq3, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:276:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w14 = vshlq_n_u8(wq4, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
     uint8x16_t __ret; \
                ^
   lib/raid6/neon8.c:277:10: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement]
                           w15 = vshlq_n_u8(wq5, 4);
                                 ^
   /opt/cross/clang-a6e70e4056/lib/clang/15.0.0/include/arm_neon.h:24823:14: note: expanded from macro 'vshlq_n_u8'
..

---
0-DAY CI Kernel Test Service
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

                 reply	other threads:[~2022-03-19  1:46 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=202203190931.X8NH0dPv-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=alexs@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-mm@kvack.org \
    --cc=llvm@lists.linux.dev \
    --cc=masahiroy@kernel.org \
    --cc=nathan@kernel.org \
    --cc=ndesaulniers@google.com \
    --cc=ojeda@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;
as well as URLs for NNTP newsgroup(s).